summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8f891d)
raw | patch | inline | side by side (parent: f8f891d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:58:56 +0000 (16:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:58:56 +0000 (16:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16851 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/gotoLpdEnable.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/gotoLpdEnable.tpl b/gosa-plugins/goto/admin/systems/goto/gotoLpdEnable.tpl
index daff63c3c5edd3bf2a0b98b304bed24dc2c33983..c27450add5fcc3369d33ce5a54f5e2761a6de58b 100644 (file)
<td>{t}Type{/t}</td>
<td>
{render acl=$acl}
- <select name='s_Type' onChange="document.mainform.submit();">
+ <select name='s_Type' onChange="document.mainform.submit();" size=1>
{html_options options=$a_Types selected=$s_Type}
</select>
{/render}
<td>{t}Bit rate{/t}</td>
<td>
{render acl=$acl}
- <select name='s_Speed'>
+ <select name='s_Speed' size=1>
{html_options options=$a_Speeds selected=$s_Speed}
</select>
{/render}
<td>{t}Flow control{/t}</td>
<td>
{render acl=$acl}
- <select name='s_FlowControl'>
+ <select name='s_FlowControl' size=1>
{html_options options=$a_FlowControl selected=$s_FlowControl}
</select>
{/render}
<td>{t}Parity{/t}</td>
<td>
{render acl=$acl}
- <select name='s_Parity'>
+ <select name='s_Parity' size=1>
{html_options options=$a_Parities selected=$s_Parity}
</select>
{/render}
<td>{t}Bits{/t}</td>
<td>
{render acl=$acl}
- <select name='i_Bit'>
+ <select name='i_Bit' size=1>
{html_options options=$a_Bits selected=$i_Bit}
</select>
{/render}