Code

removed old acls from templates
[gosa.git] / plugins / admin / systems / goTerminalServer.tpl
1 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Terminal service{/t}</h2>
2 <table summary="">
3     <tr>
4      <td colspan=2>
5 {render acl=$goXdmcpIsEnabledACL}
6       <input type="checkbox" value="true" name="goXdmcpIsEnabled" id="Temporariid" {if $goXdmcpIsEnabled} checked {/if}>
7 {/render}
8         {t}Temporary disable login{/t}
9      </td>
10     </tr>
11     <tr>
12      <td>{t}Font path{/t}</td>
13      <td> 
14 {render acl=$goXdmcpIsEnabledACL}
15       <input type="text" value="{$goFontPath}" name="goFontPath" id="FontPathId">
16 {/render}
17      </td>
18     </tr>
19    </table>
21 <p class='seperator'>&nbsp;</p>
22 <div style="width:100%; text-align:right;">
23 <p>
24     <input type='submit' name='SaveService' value='{t}Save{/t}'>
25     &nbsp;
26     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
27 </p>
28 </div>
29 <input type="hidden" name="goTerminalServerPosted" value="1">