source: branches/2.2/expressoAdmin1_2/templates/default/sectors_form.tpl @ 3887

Revision 3887, 1.9 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1250 - Adição do controle de quotas por OU

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN list -->
2<p>
3  <table border="0" align="center">
4  <!--
5  <tr bgcolor="{th_bg}">
6   <td>{lang_context}: {context}</td>
7  </tr>
8  -->
9 </table>
10 
11  <table border="0" align="center">
12        <form method="POST" action="{action}">
13                <tr bgcolor={row_off}>
14                        <td>{lang_organizations}:</td>
15                        <td><select {disabled} name="context">{manager_org}</select></td>
16                </tr>
17                <tr> 
18                        <td>
19                                {lang_sector_name}:
20                        </td>
21                        <td>
22                                <input type="text" {disable} autocomplete="off" name="sector" value={sector}>
23                        </td>
24                </tr>
25                <tr> 
26                        <td>
27                                {lang_Associated_domain}:
28                        </td>
29                        <td>
30                                <input type="text" {disable} autocomplete="off" name="associated_domain" value={associated_domain}>
31                        </td>
32                </tr>
33                {open_comment_cotas}
34                <tr> 
35                        <td>
36                                {lang_users_quota}:
37                        </td>
38                        <td>
39                                <input type="text" autocomplete="off" name="users_quota" value={users_quota}>
40                        </td>
41                </tr>
42               
43                <tr> 
44                        <td>
45                                {lang_disk_quota}:
46                        </td>
47                        <td>
48                                <input type="text" autocomplete="off" name="disk_quota" value={disk_quota}>
49                        </td>
50                </tr>
51                <tr> 
52                        <td>
53                                {lang_file_manager_quota}:
54                        </td>
55                        <td>
56                                <input type="text" autocomplete="off" name="file_manager_quota" value={file_manager_quota}>
57                        </td>
58                </tr>
59                {close_comment_cotas}
60                <tr> 
61                        <td>
62                                {lang_do_not_show_this_sector}:
63                        </td>
64                        <td>
65                                <input type="checkbox" name="sector_visible" {sector_visible_checked}>
66                        </td>
67                </tr>
68                <tr>
69                        <td align="left" colspan="2">
70                        <input type="submit" name="button_submit" value={lang_save}>
71                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
72                                <!--
73                        <input type="hidden" name="context" value="{context}">
74                                -->
75                        <input type="hidden" name="old_sector" value="{old_sector}">
76                        </td>
77                </tr>
78        </form>
79  </table>
80 {error_messages}
81<!-- END list -->
Note: See TracBrowser for help on using the repository browser.