Code

added missing template
[gosa.git] / gosa-plugins / goto / admin / systems / goto / terminalService.tpl
index b17c38877b9176697c0cbd64a1b21383d6f1a6f7..1ad98089cb93d7b9266698b24cc32230e26318a1 100644 (file)
      <td><LABEL for="gotoXColordepth">{t}Color depth{/t}</LABEL></td>
      <td>
 {render acl=$gotoXColordepthACL}
-      <select id="gotoXColordepth" name="gotoXColordepth" title="{t}Choose colordepth used in graphic mode{/t}"  size=1>
+      <select id="gotoXColordepth" name="gotoXColordepth" title="{t}Choose color depth used in graphic mode{/t}"  size=1>
        {html_options options=$XColordepths selected=$gotoXColordepth_select}
       </select>
 {/render}
      <td>{t}Use DDC for automatic detection{/t}</td>
     </tr>
     <tr>
-     <td><LABEL for="gotoXHsync">{t}HSync{/t}</LABEL></td>
+     <td><LABEL for="gotoXHsync">{t}Horizontal synchronization{/t}</LABEL></td>
      <td>
 {render acl=$gotoXHsyncACL}
        <input id="gotoXHsync" name="gotoXHsync" size=10 maxlength=60 type='text' 
 {/render}
     </tr>
     <tr>
-     <td><LABEL for="gotoXVsync">{t}VSync{/t}</LABEL></td>
+     <td><LABEL for="gotoXVsync">{t}Vertical synchronization{/t}</LABEL></td>
      <td>
 {render acl=$gotoXVsyncACL}
       <input id="gotoXVsync"  name="gotoXVsync" size=10 maxlength=60 type='text'
       </select>
 {/render}
 {render acl=$gotoXdmcpServerACL}
-       <button type='submit' name='XdmcpAddServer' title="{t}Add selected server{/t}">{msgPool type=addButton}</button>
-               {if $gotoXMethod_select == "default"} disabled {/if}>
+       <button type='submit' name='XdmcpAddServer' title="{t}Add selected server{/t}"
+               {if $gotoXMethod_select == "default"} disabled {/if}
+        >{msgPool type=addButton}</button>
 {/render}
 {render acl=$gotoXdmcpServerACL}
-       <button type='submit' name='XdmcpDelServer' title="{t}Remove selected server{/t}">{t}Remove{/t}</button>
-               {if $gotoXMethod_select == "default"} disabled {/if}>
+       <button type='submit' name='XdmcpDelServer' title="{t}Remove selected server{/t}"
+               {if $gotoXMethod_select == "default"} disabled {/if}
+        >{t}Remove{/t}</button>
 {/render}
 
      </td>