Code

fixed problem with klicking apply more than once
[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       <input type="checkbox" value="true" name="goXdmcpIsEnabled" {$goXdmcpIsEnabledACL} 
6                 id="Temporariid" {if $goXdmcpIsEnabled} checked {/if}>{t}Temporary disable login{/t}</td>
7     </tr>
8     <tr>
9      <td>{t}Font path{/t}</td>
10      <td> <input type="text" value="{$goFontPath}" name="goFontPath" {$goXdmcpIsEnabledACL}  id="FontPathId"></td>
11     </tr>
12    </table>
14 <p class='seperator'>&nbsp;</p>
15 <p>
16 <div style="width:100%; text-align:right;">
17     <input type='submit' name='SaveService' value='{t}Save{/t}'>
18     &nbsp;
19     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
20 </div>
21 </p>
22 <input type="hidden" name="goTerminalServerPosted" value="1">