Code

Fixed images in FAI list
[gosa.git] / gosa-plugins / goto / admin / systems / goto / gotoLpdEnable.tpl
index daff63c3c5edd3bf2a0b98b304bed24dc2c33983..c27450add5fcc3369d33ce5a54f5e2761a6de58b 100644 (file)
@@ -53,7 +53,7 @@
                                        <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}