source: sandbox/filemanager/templates/default/config.tpl @ 1529

Revision 1529, 829 bytes checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias no módulo de gerenciamento de arquivos

  • Property svn:executable set to *
Line 
1<!-- BEGIN header -->
2<form method="POST" action="{action_url}">
3<table border="0" align="center">
4   <tr bgcolor="{th_bg}">
5    <td colspan="2"><font color="{th_text}">&nbsp;<b>{title}</b></font></td>
6   </tr>
7<!-- END header -->
8<!-- BEGIN body -->
9    <tr bgcolor="{row_on}">             
10    <td>{lang_Max_attachment_size}</td>                 
11    <td>                 
12    <input size="1" name="newsettings[filemanager_Max_attachment_size]" value="{value_filemanager_Max_attachment_size}">&nbsp;Mb
13    </td>
14    </tr>
15<!-- END body -->
16<!-- BEGIN footer -->
17  <tr bgcolor="{th_bg}">
18    <td colspan="2">
19&nbsp;
20    </td>
21  </tr>
22  <tr>
23    <td colspan="2" align="center">
24      <input type="submit" name="submit" value="{lang_submit}">
25      <input type="submit" name="cancel" value="{lang_cancel}">
26    </td>
27  </tr>
28</table>
29</form>
30<!-- END footer -->
Note: See TracBrowser for help on using the repository browser.