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 *
RevLine 
[2]1<!-- BEGIN list -->
2<p>
3  <table border="0" align="center">
[1145]4  <!--
[2]5  <tr bgcolor="{th_bg}">
6   <td>{lang_context}: {context}</td>
7  </tr>
[1145]8  -->
[2]9 </table>
10 
[6159]11  <form method="POST" action="{action}">
12    <table border="0" align="center">
[1145]13                <tr bgcolor={row_off}>
14                        <td>{lang_organizations}:</td>
15                        <td><select {disabled} name="context">{manager_org}</select></td>
16                </tr>
[2]17                <tr> 
[32]18                        <td>
[2]19                                {lang_sector_name}:
20                        </td>
[32]21                        <td>
22                                <input type="text" {disable} autocomplete="off" name="sector" value={sector}>
23                        </td>
24                </tr>
[6553]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}
[1991]44                <tr> 
45                        <td>
[414]46                                {lang_do_not_show_this_sector}:
[32]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">
[2]54                        <input type="submit" name="button_submit" value={lang_save}>
55                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
[1145]56                                <!--
[396]57                        <input type="hidden" name="context" value="{context}">
[1145]58                                -->
[396]59                        <input type="hidden" name="old_sector" value="{old_sector}">
[2]60                        </td>
61                </tr>
[6159]62    </table>
63  </form>
[2]64 {error_messages}
[1145]65<!-- END list -->
Note: See TracBrowser for help on using the repository browser.