summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a1b750)
raw | patch | inline | side by side (parent: 2a1b750)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:59:15 +0000 (16:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:59:15 +0000 (16:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16859 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/workstationService.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/workstationService.tpl b/gosa-plugins/goto/admin/systems/goto/workstationService.tpl
index cd42a987b5d8494b71c1291b43273ae8f417aa33..d4a85d41d4c8240e8760dc5de236b5ec5af0e5bc 100644 (file)
<table style="width:100%;" summary="">
<tr>
- <td style="width:33%; vertical-align:top;">
+ <td style='width:33%; '>
+
<h3>{t}Keyboard{/t}</h3>
<table summary="">
<tr>
<td>
{render acl=$gotoXKbModelACL}
- <select id="gotoXKbModel" name="gotoXKbModel" title="{t}Choose keyboard model{/t}">
+ <select id="gotoXKbModel" name="gotoXKbModel" title="{t}Choose keyboard model{/t}" size=1>
{html_options options=$XKbModels selected=$gotoXKbModel_select}
</select>
{/render}
<td>
{render acl=$gotoXKbLayoutACL}
- <select id="gotoXKbLayout" name="gotoXKbLayout" title="{t}Choose keyboard layout{/t}">
+ <select id="gotoXKbLayout" name="gotoXKbLayout" title="{t}Choose keyboard layout{/t}" size=1>
{html_options options=$XKbLayouts selected=$gotoXKbLayout_select}
</select>
{/render}
<td>
{render acl=$gotoXKbVariantACL}
- <select id="gotoXKbVariant" name="gotoXKbVariant" title="{t}Choose keyboard variant{/t}">
+ <select id="gotoXKbVariant" name="gotoXKbVariant" title="{t}Choose keyboard variant{/t}" size=1>
{html_options options=$XKbVariants selected=$gotoXKbVariant_select}
</select>
{/render}
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
- <td style="vertical-align:top;width:32%">
+ <td style='width:32%'>
+
<h3>{t}Mouse{/t}</h3>
<table summary="">
<tr>
<td>
{render acl=$gotoXMouseTypeACL}
- <select name="gotoXMouseType" id="gotoXMouseType" title="{t}Choose mouse type{/t}">
+ <select name="gotoXMouseType" id="gotoXMouseType" title="{t}Choose mouse type{/t}" size=1>
{html_options options=$MouseTypes selected=$gotoXMouseType_select}
</select>
</td>
<td>
{render acl=$gotoXMouseportACL}
- <select id="gotoXMouseport" name="gotoXMouseport" title="{t}Choose mouse port{/t}">
+ <select id="gotoXMouseport" name="gotoXMouseport" title="{t}Choose mouse port{/t}" size=1>
{html_options options=$MousePorts selected=$gotoXMouseport_select}
</select>
{/render}
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
- <td style="vertical-align:top;width:33%">
+ <td style='width:33%'>
+
<h3>{t}Telephone hardware{/t}</h3>
<table style="width:100%" border=0 summary="">
<tr>
</td>
</tr>
<tr>
- <td style="width:33%;vertical-align:top;">
+ <td style='width:33%;'>
+
<h3>{t}Graphic device{/t}</h3>
<table summary="">
<tr>
<td>
{render acl=$gotoXDriverACL}
- <select id="gotoXDriver" name="gotoXDriver" title="{t}Choose graphic driver that is needed by the installed graphic board{/t}">
+ <select id="gotoXDriver" name="gotoXDriver" title="{t}Choose graphic driver that is needed by the installed graphic board{/t}" size=1>
{html_options options=$XDrivers selected=$gotoXDriver_select}
</select>
{/render}
<td>
{render acl=$gotoXResolutionACL}
- <select id="gotoXResolution" name="gotoXResolution" title="{t}Choose screen resolution used in graphic mode{/t}">
+ <select id="gotoXResolution" name="gotoXResolution" title="{t}Choose screen resolution used in graphic mode{/t}" size=1>
{html_options options=$XResolutions selected=$gotoXResolution_select}
</select>
{/render}
<td>
{render acl=$gotoXColordepthACL}
- <select id="gotoXColordepth" name="gotoXColordepth" title="{t}Choose colordepth used in graphic mode{/t}">
+ <select id="gotoXColordepth" name="gotoXColordepth" title="{t}Choose colordepth used in graphic mode{/t}" size=1>
{html_options options=$XColordepths selected=$gotoXColordepth_select}
</select>
{/render}
</table>
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
- <td style="width:32%; vertical-align:top;">
+ <td style='width:32%; '>
+
<h3>{t}Display device{/t}</h3>
<table summary="">
<tr>
</table>
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
- <td style="width:33%; vertical-align:top;">
+ <td style='width:33%; '>
+
<h3>{t}Scan device{/t}</h3>