Code

Updated terminal copy & paste
[gosa.git] / plugins / admin / systems / goTerminalServer.tpl
index a0b88fb5596489c71346a7bd7b9ef4079742369a..5fca2091f22852afc3faf605f0411ac1e1f6020f 100644 (file)
@@ -1,23 +1,27 @@
-<b>{t}Terminal Service{/t}</b>
-
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Terminal service{/t}</h2>
 <table summary="">
     <tr>
      <td colspan=2>
-      <input type="checkbox" value="true" name="goXdmcpIsEnabled" {$goXdmcpIsEnabledACL} 
-               id="Temporariid" {if $goXdmcpIsEnabled} checked {/if}>{t}Temporary disable login{/t}</td>
+{render acl=$goXdmcpIsEnabledACL}
+      <input type="checkbox" value="true" name="goXdmcpIsEnabled" id="Temporariid" {if $goXdmcpIsEnabled} checked {/if}>
+{/render}
+       {t}Temporary disable login{/t}
+     </td>
     </tr>
     <tr>
      <td>{t}Font path{/t}</td>
-     <td> <input type="text" value="{$goFontPath}" name="goFontPath" {$goXdmcpIsEnabledACL}  id="FontPathId"></td>
+     <td> 
+{render acl=$goXdmcpIsEnabledACL}
+      <input type="text" value="{$goFontPath}" name="goFontPath" id="FontPathId">
+{/render}
+     </td>
     </tr>
    </table>
 
 <p class='seperator'>&nbsp;</p>
-<p>
-<div style="width:100%; text-align:right;">
+<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
     <input type='submit' name='SaveService' value='{t}Save{/t}'>
     &nbsp;
     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
 </div>
-</p>
 <input type="hidden" name="goTerminalServerPosted" value="1">