Code

Updated layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 29 Dec 2009 13:27:52 +0000 (13:27 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 29 Dec 2009 13:27:52 +0000 (13:27 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14986 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/rsyslog/addons/rsyslog/rSyslog.tpl

index 1f9b6fa68ad0b6398e28c3e6d205640f9e22c437..41979e2c5a1bf7451afa8682e41f7878fe24141d 100644 (file)
@@ -1,11 +1,11 @@
 <div class="contentboxh">
  <p class="contentboxh"><img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}</p>
 </div>
-<div class="contentboxb">
-<table summary="" width="100%" class="contentboxb" style="border-top:1px solid #B0B0B0; padding:0px;" border=0>
+<div class="contentboxb" style="border-top:1px solid #B0B0B0; padding:0px;">
+<table summary="" class="contentboxb" border=0>
   <tr>
     <td><img src="plugins/rsyslog/images/server.png" alt="" class="center">&nbsp;{t}Server{/t}:</td>
-    <td>   
+    <td width="20%">
       <select name='selected_server' onChange='document.mainform.submit();'>
         {foreach from=$servers item=item key=key}
           <option value='{$key}' {if $key == $selected_server} selected {/if}>{$item.cn}</option>
@@ -13,7 +13,7 @@
       </select>
     </td>
     <td><img src="plugins/rsyslog/images/workstation.png" alt="" class="center">&nbsp;{t}Host{/t}:</td>
-    <td>   
+    <td width="20%">
       <select name='selected_host' onChange='document.mainform.submit();'>
         {foreach from=$hosts item=item key=key}
           <option value='{$key}' {if $key == $selected_host} selected {/if}>{$item}</option>
@@ -26,7 +26,7 @@
         {html_options values=$priorities options=$priorities selected=$selected_priority}
       </select>
     </td>
-    <td>&nbsp;</td>
+    <td width="">&nbsp;</td>
   </tr>
   <tr>
     <td><img src="plugins/rsyslog/images/clock.png" alt="" class="center">&nbsp;{t}From{/t}:</td>