summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d4e39c)
raw | patch | inline | side by side (parent: 0d4e39c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 14:55:36 +0000 (14:55 +0000) | ||
committer | cajus <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
diff --git a/gosa-core/ihtml/themes/default/MultiSelectWindow.tpl b/gosa-core/ihtml/themes/default/MultiSelectWindow.tpl
index e7ceae46b3b6a5658397283cdc66e238cfa2e2b8..5c20585bb70673b02de59f6cae47df55c0d99392 100644 (file)
{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}
<div class="contentboxb" style="padding:5px;">
{$Information}
</div>
- {$UserBox2}
<br>
+ {/if}
+ {$UserBox2}
{if !$Skip_Filter_Part }
<div class="contentboxh">
<p class="contentboxh">
diff --git a/gosa-core/plugins/admin/acl/class_divListACL.inc b/gosa-core/plugins/admin/acl/class_divListACL.inc
index dd6d643e677e0a16537edeecffd3c5a1bd470f70..422b06aa651d519cd07a2da1426407494288b40b 100644 (file)
/* Result page will look like a headpage */
$this->SetHeadpageMode();
- $this->SetInformation(_("This menu allows you to edit and delete selected acls."));
$this->EnableAplhabet (true);
diff --git a/gosa-core/plugins/admin/departments/class_divListDepartment.inc b/gosa-core/plugins/admin/departments/class_divListDepartment.inc
index a7d50cbf79d176bdbfe029f27fade40b18d9f97c..2022c38bf46a810156a6af750f10490709f83974 100644 (file)
/* 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);
diff --git a/gosa-core/plugins/admin/groups/class_divListGroup.inc b/gosa-core/plugins/admin/groups/class_divListGroup.inc
index 802f19f1060a5f279787ae866080045016b72413..835cd7068f213fc671217a8315ee613986d2299a 100644 (file)
/* 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);
diff --git a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc
index e9df2b35968d9025faa9f3a7b09d979423322260..220656f8a9c281b8940a7c14dd214029019cf2ee 100644 (file)
/* 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);
diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc
index 65c69f64a9aedef425f83cf6a73b776b38e16e61..5f27641fbfece588a267c233a5872c293f2b714f 100644 (file)
/* 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);