Code

Fixed layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Apr 2006 07:35:17 +0000 (07:35 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 3 Apr 2006 07:35:17 +0000 (07:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2948 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/workstationStartup.tpl

index 210396509579cb8bb211a3f7b6c6cfccf7bcbd8c..996e6aba4cc2743e91e364f971df3d9929bcbcb3 100644 (file)
@@ -3,7 +3,7 @@
   <td style="width:50%; vertical-align:top;">
 <h2><img class="center" alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
 
-   <table summary="">
+   <table summary="" style="width:100%">
     <tr>
      <td colspan="2" style='vertical-align:top;padding-top:3px;'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL><br>
          {$SelectBoxLdapServer}        
@@ -11,7 +11,7 @@
     </tr>
     <tr>
      <td><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
-     <td><input id="gotoBootKernel" name="gotoBootKernel" size=20 maxlength=60 {$gotoBootKernelACL}
+     <td style="width:70%"><input id="gotoBootKernel" name="gotoBootKernel" size=20 maxlength=60 {$gotoBootKernelACL}
                 value="{$gotoBootKernel}" title="{t}Enter the filename of the kernel to use{/t}"></td>
     </tr>
     <tr>