Code

Minimized error msg for still in use dns-zone.
[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;padding-top:10px;padding-bottom:3px;">
23     <input type='submit' name='SaveService' value='{t}Save{/t}'>
24     &nbsp;
25     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
26 </div>
27 <input type="hidden" name="goTerminalServerPosted" value="1">