Code

Made "SetInformation" optional
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 14:55:36 +0000 (14:55 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 14:55:36 +0000 (14:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9599 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/MultiSelectWindow.tpl
gosa-core/plugins/admin/acl/class_divListACL.inc
gosa-core/plugins/admin/departments/class_divListDepartment.inc
gosa-core/plugins/admin/groups/class_divListGroup.inc
gosa-core/plugins/admin/ogroups/class_divListOGroup.inc
gosa-core/plugins/admin/users/class_divListUsers.inc

index e7ceae46b3b6a5658397283cdc66e238cfa2e2b8..5c20585bb70673b02de59f6cae47df55c0d99392 100644 (file)
@@ -39,6 +39,7 @@
                {if $is_headpage}
                <td style="vertical-align:top;">
                        {$UserBox1}
+        {if $Information != ""}
                        <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
                        <p class="contentboxh">
                                        <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
@@ -47,8 +48,9 @@
                        <div class="contentboxb" style="padding:5px;">
                                {$Information}
                        </div>
-                       {$UserBox2}
                        <br>
+        {/if}
+                       {$UserBox2}
                        {if !$Skip_Filter_Part }
                        <div class="contentboxh">
                        <p class="contentboxh">
index dd6d643e677e0a16537edeecffd3c5a1bd470f70..422b06aa651d519cd07a2da1426407494288b40b 100644 (file)
@@ -53,7 +53,6 @@ class divListACL extends MultiSelectWindow
 
     /* Result page will look like a headpage */
     $this->SetHeadpageMode();
-    $this->SetInformation(_("This menu allows you to edit and delete selected acls."));
 
     $this->EnableAplhabet   (true);
   
index a7d50cbf79d176bdbfe029f27fade40b18d9f97c..2022c38bf46a810156a6af750f10490709f83974 100644 (file)
@@ -50,7 +50,6 @@ class divListDepartment extends MultiSelectWindow
 
     /* Result page will look like a headpage */
     $this->SetHeadpageMode();
-    $this->SetInformation(_("This menu allows you to create, delete and edit selected departments. Having a large number of departments, you might prefer the range selectors on top of the department list."));
   
     /* Disable buttonsm */
     $this->EnableCloseButton(false);
index 802f19f1060a5f279787ae866080045016b72413..835cd7068f213fc671217a8315ee613986d2299a 100644 (file)
@@ -58,7 +58,6 @@ class divListGroup extends MultiSelectWindow
 
     /* Result page will look like a headpage */
     $this->SetHeadpageMode();
-    $this->SetInformation(_("This menu allows you to add, edit and remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups."));
   
     /* Disable buttonsm */
     $this->EnableCloseButton(false);
index e9df2b35968d9025faa9f3a7b09d979423322260..220656f8a9c281b8940a7c14dd214029019cf2ee 100644 (file)
@@ -62,7 +62,6 @@ class divListOGroup extends MultiSelectWindow
 
     /* Result page will look like a headpage */
     $this->SetHeadpageMode();
-    $this->SetInformation(_("This menu allows you to add, edit or remove selected groups. You may want to use the range selector on top of the group listbox, when working with  a large number of groups."));
   
     /* Disable buttonsm */
     $this->EnableCloseButton(false);
index 65c69f64a9aedef425f83cf6a73b776b38e16e61..5f27641fbfece588a267c233a5872c293f2b714f 100644 (file)
@@ -57,7 +57,6 @@ class divListUsers extends MultiSelectWindow
 
     /* Result page will look like a headpage */
     $this->SetHeadpageMode();
-    $this->SetInformation(_("This menu allows you to create, edit and delete selected users. Having a great number of users, you may want to use the range selectors on top of the user list."));
 
     $this->EnableAplhabet   (true);