15 lines
394 B
Smarty
15 lines
394 B
Smarty
<h3>Add new text</h3>
|
|
<br>
|
|
<table>
|
|
<tr>
|
|
<td><b>ID: </b></td>
|
|
<td><input type="text" id="content_new_id" value=""/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Category: </b></td>
|
|
<td><input type="text" id="content_new_cat" value=""/></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<input type="submit" class="btn localeMain" value="back">
|
|
<input type="submit" class="btn add" value="save"> |