Ignore:
Timestamp:
07/17/09 10:46:40 (15 years ago)
Author:
rodsouza
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/templates/default/sectors_form.tpl

    r414 r1145  
    22<p> 
    33  <table border="0" align="center"> 
     4  <!-- 
    45  <tr bgcolor="{th_bg}"> 
    56   <td>{lang_context}: {context}</td> 
    67  </tr> 
     8  --> 
    79 </table> 
    810  
    911  <table border="0" align="center"> 
    1012        <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> 
    1117                <tr>   
    1218                        <td> 
     
    2935                        <input type="submit" name="button_submit" value={lang_save}> 
    3036                        <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'"> 
     37                                <!-- 
    3138                        <input type="hidden" name="context" value="{context}"> 
     39                                --> 
    3240                        <input type="hidden" name="old_sector" value="{old_sector}"> 
    3341                        </td> 
Note: See TracChangeset for help on using the changeset viewer.