Code

Some updates
[gosa.git] / plugins / admin / systems / goTerminalServer.tpl
1 <b>{t}Terminal Service{/t}</b>
3 <table summary="">
4     <tr>
5      <td colspan=2>
6       <input type="checkbox" value="true" name="goXdmcpIsEnabled" {$goXdmcpIsEnabledACL} 
7                 id="Temporariid" {if $goXdmcpIsEnabled} checked {/if}>{t}Temporary disable login{/t}</td>
8     </tr>
9     <tr>
10      <td>{t}Font path{/t}</td>
11      <td> <input type="text" value="{$goFontPath}" name="goFontPath" {$goXdmcpIsEnabledACL}  id="FontPathId"></td>
12     </tr>
13    </table>
15 <p class='seperator'>&nbsp;</p>
16 <p>
17 <div style="width:100%; text-align:right;">
18     <input type='submit' name='SaveService' value='{t}Save{/t}'>
19     &nbsp;
20     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
21 </div>
22 </p>
23 <input type="hidden" name="goTerminalServerPosted" value="1">