Code

Template cleanup
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 May 2005 12:51:54 +0000 (12:51 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 May 2005 12:51:54 +0000 (12:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@211 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/servservice.tpl

index 5939997f58bbe9fc910e82bc0b609c85c373bce0..0ae82f7342de9cfbac6747f82c3f81e1a164aa8f 100644 (file)
      <b>{t}Terminal Service{/t}</b>
 
   <table>
-    <tr>
-        <td> Font path </td>
-        <td> <input type="text" name="goFontPath" {$goTerminalServerState} id="FontPathId"></td>
-       </tr>
        <tr>
-        <td>Temporary disable login </td>
-        <td><input type="checkbox"  value="1"                  name="goXdmcpIsEnabled" {$goTerminalServerState} id="Temporariid"> </td>
+        <td colspan=2>
+         <input type="checkbox"  value="1" name="goXdmcpIsEnabled" {$goTerminalServerState} id="Temporariid"> {t}Temporary disable login{/t}</td>
     </tr>
+    <tr>
+        <td>{t}Font path{/t}</td>
+        <td><input type="text" name="goFontPath" {$goTerminalServerState} id="FontPathId"></td>
+       </tr>
    </table>
 
 
@@ -96,7 +96,7 @@
 
      <input type=checkbox name="goCupsServer" value="1" {$goCupsServer} {$goCupsServerACL}>
 
-     <b>{t} Print Service{/t}</b>
+     <b>{t}Print Service{/t}</b>
        </td>   
  </tr>
 </table>