summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ccac72b)
raw | patch | inline | side by side (parent: ccac72b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Dec 2009 13:27:52 +0000 (13:27 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-plugins/rsyslog/addons/rsyslog/rSyslog.tpl b/gosa-plugins/rsyslog/addons/rsyslog/rSyslog.tpl
index 1f9b6fa68ad0b6398e28c3e6d205640f9e22c437..41979e2c5a1bf7451afa8682e41f7878fe24141d 100644 (file)
<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"> {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>
</select>
</td>
<td><img src="plugins/rsyslog/images/workstation.png" alt="" class="center"> {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>
{html_options values=$priorities options=$priorities selected=$selected_priority}
</select>
</td>
- <td> </td>
+ <td width=""> </td>
</tr>
<tr>
<td><img src="plugins/rsyslog/images/clock.png" alt="" class="center"> {t}From{/t}:</td>