From: hickert Date: Thu, 8 Jun 2006 03:28:11 +0000 (+0000) Subject: Fixed style of services divlist X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d6cf8130f3543343c9f3f25afbb3961652486f9d;p=gosa.git Fixed style of services divlist git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3679 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/ihtml/themes/default/MultiSelectWindow.tpl b/ihtml/themes/default/MultiSelectWindow.tpl index 7f735e038..745c46d35 100644 --- a/ihtml/themes/default/MultiSelectWindow.tpl +++ b/ihtml/themes/default/MultiSelectWindow.tpl @@ -1,8 +1,8 @@ - + {else} - {/if}
-
-

+

+

{$Summary} {$hint}

@@ -58,6 +58,7 @@
+ {$UserBox1}

[i]{t}Information{/t} @@ -66,7 +67,9 @@

{$Information}
+ {$UserBox2}
+ {if !$Skip_Filter_Part }

[F]{t}Filters{/t} @@ -89,9 +92,10 @@ {/if} {$regexes} {$apply} + {$UserBox3} + {/if}

diff --git a/plugins/admin/systems/class_divListSystemService.inc b/plugins/admin/systems/class_divListSystemService.inc index 722c2d418..2835d741b 100644 --- a/plugins/admin/systems/class_divListSystemService.inc +++ b/plugins/admin/systems/class_divListSystemService.inc @@ -18,7 +18,7 @@ class divListSystemService extends MultiSelectWindow $this->SetSummary(_("Installed services")); /* Result page will look like a headpage */ - $this->SetHeadpageMode(); +// $this->SetHeadpageMode(); $this->SetInformation(_("This menu allows you to add, remove and configure the properties of a specific service.")); /* Disable buttonsm */