source: companies/celepar/admin/templates/default/group_form.tpl @ 763

Revision 763, 1.5 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1  {error}
2  <table border="0" width="50%" align="center">
3   <tr>
4    <td valign="top">
5     {rows}
6    </td>
7    <td valign="top">
8     <table border=0 width=100%>
9      <form action="{form_action}" method="POST" name="app_form">
10       {hidden_vars}
11       <tr>
12        <td>{lang_group_name}</td>
13        <td><input name="account_name" value="{group_name_value}"></td>
14       </tr>
15
16       <tr>
17        <td>{lang_include_user}</td>
18
19        <td>
20         {accounts}
21        </td>
22       </tr>
23
24       <tr>
25        <td>{lang_file_space}</td>
26        <td>
27           {account_file_space}{account_file_space_select}
28        </td>
29       </tr>
30
31       <tr>
32        <td>{lang_permissions}</td>
33        <td><table width="100%" border="0" cols="6">
34         {permissions_list}
35        </table></td>
36       </tr>
37
38       <tr>
39        <td colspan="2" align="center">
40         <input type="submit" name="edit" value="{lang_submit_button}">
41        </td>
42       </tr>
43      </form>
44     </table>
45    </td>
46   </tr>
47  </table>
48
49<!-- BEGIN select -->
50
51        <select name="account_user[]" multiple size="{select_size}">
52             {user_list}
53            </select>
54
55<!-- END select -->
56
57<!-- BEGIN popwin -->
58
59                <table>
60                        <tr>
61                                <td>
62                                        <select name="account_user[]" multiple size="{select_size}">{user_list}</select>
63                                </td>
64                                <td valign="top">
65                                <input type="button" value="{lang_open_popup}" onClick="accounts_popup()">
66                                        <input type="hidden" name="accountid" value="{accountid}">
67                                </td>
68                        </tr>
69                </table>
70
71<!-- END popwin -->
Note: See TracBrowser for help on using the repository browser.