Code

Added some fixes for release detection.
[gosa.git] / plugins / admin / groups / acl.tpl
1 <table summary="" width="100%">
2  <tr>
3   <td>
4    <b><LABEL for="object">{t}Object{/t}</LABEL></b>
5   </td>
6   <td>
7    <select size="1" id="object" name="object" onChange="mainform.submit()">
8     {html_options options=$objects selected=$object}
9    </select>
10    &nbsp;
11    {if $javascript ne "true"}
12    <input type=submit name="goButton" value="{t}Choose{/t}">
13    {/if}
14   </td>
15   <td>
16    <input type=checkbox name="selfflag" id="selfflag" value="1" {$selfflag}>
17    <LABEL for="selfflag">{t}Apply this acl only for users own entries{/t}</LABEL>
18   </td>
19  </tr>
20 </table>
22 <p class="seperator">
23  &nbsp;
24 </p>