source: sandbox/filemanager/templates/default/preference_acl.tpl @ 1506

Revision 1506, 622 bytes checked in by amuller, 15 years ago (diff)

Ticket #597 - Adicionando código do filemanager compatível com expresso

  • Property svn:executable set to *
Line 
1{errors}
2{title}
3<table border="0" align="center" width="70%">
4        <tr>
5        {nml}
6                <td width="40%">
7                <div align="center">
8                <form method="POST" action="{action_url}">
9                {common_hidden_vars}
10                <input type="text" name="query" value="{search_value}">
11                <input type="submit" name="search" value="{search}">
12                </form>
13                </div>
14                </td>
15        {nmr}
16        </tr>
17</table>
18<form method="POST" action="{action_url}">
19<table border="0" align="center" width="50%">
20        {row}
21</table>
22{common_hidden_vars_form}
23<input type="hidden" name="processed" value="{processed}">
24<center><input type="submit" name="submit" value="{submit_lang}"></center>
25</form>
Note: See TracBrowser for help on using the repository browser.