forked from extern/egroupware
attachments via symlinks, and new Site configuration
This commit is contained in:
parent
57ce821f0e
commit
410711bd91
25
infolog/templates/default/admin.tpl
Normal file
25
infolog/templates/default/admin.tpl
Normal file
@ -0,0 +1,25 @@
|
||||
<p><b>{title}:</b><hr><p>
|
||||
<form action="{action_url}" method="POST">
|
||||
<table border="0">
|
||||
<!-- BEGIN admin_header -->
|
||||
<tr bgcolor="{bg_h_color}">
|
||||
<td colspan="4">{text}</td>
|
||||
</tr>
|
||||
<tr bgcolor="{bg_h_color}">
|
||||
<td>#</td>
|
||||
<td>{lang_valid}</td>
|
||||
<td>{lang_trans}</td>
|
||||
<td>{lang_ip}</td>
|
||||
</tr>
|
||||
<!-- END admin_header -->
|
||||
<!-- BEGIN admin_line -->
|
||||
<tr bgcolor="{bg_nm_color}">
|
||||
<td>{num}:</td>
|
||||
<td>{val_valid}</td>
|
||||
<td>{val_trans}</td>
|
||||
<td>{val_ip}</td>
|
||||
</tr>
|
||||
<!-- END admin_line -->
|
||||
</table>
|
||||
<p>{save_button} {done_button}
|
||||
</form>
|
@ -64,10 +64,10 @@
|
||||
|
||||
<tr>
|
||||
<td>{lang_file}</td>
|
||||
<td><input type="file" name="attachfile" value=""></td>
|
||||
<td><input type="file" name="attachfile" value="{file_val}"></td>
|
||||
|
||||
<td>{lang_comment}</td>
|
||||
<td><input name="filecomment" size="30" maxlength="64" value=""></td>
|
||||
<td><input name="filecomment" size="30" maxlength="64" value="{comment_val}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"><hr size="1"></td>
|
||||
|
Loading…
Reference in New Issue
Block a user