source: trunk/expressoAdmin1_2/templates/default/sectors_form.tpl @ 6553

Revision 6553, 1.9 KB checked in by eduardow, 12 years ago (diff)

Ticket #2863 - Backport da funcionalidade de Controle de Cotas de usuário e disco(Cotas 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  <form method="POST" action="{action}">
12    <table border="0" align="center">
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                {open_comment_cotas}
26                <tr>   
27                        <td>
28                                {lang_users_quota}:
29                        </td>
30                        <td>
31                                <input type="text" autocomplete="off" name="users_quota" value={users_quota}>
32                        </td>
33                </tr>
34                 
35                <tr>   
36                        <td>
37                                {lang_disk_quota}:
38                        </td>
39                        <td>
40                                <input type="text" autocomplete="off" name="disk_quota" value={disk_quota}>
41                        </td>
42                </tr>
43                {close_comment_cotas}
44                <tr> 
45                        <td>
46                                {lang_do_not_show_this_sector}:
47                        </td>
48                        <td>
49                                <input type="checkbox" name="sector_visible" {sector_visible_checked}>
50                        </td>
51                </tr>
52                <tr>
53                        <td align="left" colspan="2">
54                        <input type="submit" name="button_submit" value={lang_save}>
55                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
56                                <!--
57                        <input type="hidden" name="context" value="{context}">
58                                -->
59                        <input type="hidden" name="old_sector" value="{old_sector}">
60                        </td>
61                </tr>
62    </table>
63  </form>
64 {error_messages}
65<!-- END list -->
Note: See TracBrowser for help on using the repository browser.