summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45461ae)
raw | patch | inline | side by side (parent: 45461ae)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:04:31 +0000 (16:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:04:31 +0000 (16:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16809 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/nagios/personal/nagios/nagios.tpl | patch | blob | history |
diff --git a/gosa-plugins/nagios/personal/nagios/nagios.tpl b/gosa-plugins/nagios/personal/nagios/nagios.tpl
index 7b484ca302cb23b7bc0f14566b98bdb6e42d1802..117ec3211c48071e7f6315b7126a8472e281a5c3 100644 (file)
-<table summary="{t}Nagios Account{/t}" style="width:100%; vertical-align:top; text-align:left;" cellpadding="0" border="0">
+<table style='width:100%; ' summary="{t}Nagios Account{/t}">
+
<tr>
- <td style="width:50%; vertical-align:top;">
+ <td style='width:50%; '>
+
<h3>{t}Nagios Account{/t}</h3>
<table summary="{t}Nagios Account{/t}">
</td>
<td>
{render acl=$HostNotificationPeriodACL}
- <select name="HostNotificationPeriod" id="HostNotificationPeriod">
+ <select name="HostNotificationPeriod" id="HostNotificationPeriod" size=1>
{html_options options=$HostNotificationPeriodValues values=$HostNotificationPeriodValues selected=$HostNotificationPeriod}
</select>
{/render}
</td>
<td>
{render acl=$ServiceNotificationPeriodACL}
- <select name="ServiceNotificationPeriod" id="ServiceNotificationPeriod">
+ <select name="ServiceNotificationPeriod" id="ServiceNotificationPeriod" size=1>
{html_options options=$ServiceNotificationPeriodValues values=$ServiceNotificationPeriodValues selected=$ServiceNotificationPeriod}
</select>
{/render}
</td>
<td>
{render acl=$ServiceNotificationOptionsACL}
- <select name="ServiceNotificationOptions" id="ServiceNotificationOptions">
+ <select name="ServiceNotificationOptions" id="ServiceNotificationOptions" size=1>
{html_options options=$ServiceNotificationOptionsValues values=$ServiceNotificationOptionsValues selected=$ServiceNotificationOptions}
</select>
{/render}
</td>
<td>
{render acl=$HostNotificationOptionsACL}
- <select name="HostNotificationOptions" id="HostNotificationOptions">
+ <select name="HostNotificationOptions" id="HostNotificationOptions" size=1>
{html_options options=$HostNotificationOptionsValues values=$HostNotificationOptionsValues selected=$HostNotificationOptions}
</select>
{/render}
</table>
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
- <td style="width:100%; vertical-align:top;">
+ <td style='width:100%; '>
+
<h3> {t}Nagios authentification{/t}</h3>
<table summary="{t}Nagios Account{/t}">