summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3526a99)
raw | patch | inline | side by side (parent: 3526a99)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 May 2005 12:51:54 +0000 (12:51 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 May 2005 12:51:54 +0000 (12:51 +0000) |
plugins/admin/systems/servservice.tpl | patch | blob | history |
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>
<input type=checkbox name="goCupsServer" value="1" {$goCupsServer} {$goCupsServerACL}>
- <b>{t} Print Service{/t}</b>
+ <b>{t}Print Service{/t}</b>
</td>
</tr>
</table>