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

Revision 1145, 1.1 KB checked in by rodsouza, 15 years ago (diff)

Ticket #581 - Restrict the manager to create sub-organizations in organizations where he has not permission.

  • 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_do_not_show_this_sector}:
28                        </td>
29                        <td>
30                                <input type="checkbox" name="sector_visible" {sector_visible_checked}>
31                        </td>
32                </tr>
33                <tr>
34                        <td align="left" colspan="2">
35                        <input type="submit" name="button_submit" value={lang_save}>
36                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
37                                <!--
38                        <input type="hidden" name="context" value="{context}">
39                                -->
40                        <input type="hidden" name="old_sector" value="{old_sector}">
41                        </td>
42                </tr>
43        </form>
44  </table>
45 {error_messages}
46<!-- END list -->
Note: See TracBrowser for help on using the repository browser.