first shot at reworking plugin system
[diogenes.git] / templates / admin-edit.tpl
CommitLineData
6855525e
JL
1<form name="modif" method="post" action="{$post}">
2<input type="hidden" name="action" value="update" />
3<input type="hidden" name="file" value="{$file}" />
4<input type="hidden" name="dir" value="{$dir}" />
5
6<table class="light">
7<tr>
8 <th>{$source}</th>
9</tr>
10<tr>
11 <td>
12 <textarea name="file_content" rows="30" cols="80">{$file_content}</textarea>
13 </td>
14</tr>
15<tr>
16 <td>
17 {$msg_log}
18 <input type="text" name="message" size="50" />
19 <input type="submit" value="{$submit}" />
20 </td>
21</tr>
22</table>
23
24</form>