From 1e91371f945598d0f3d041c840c95ade587d9876 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 10 Jul 2006 10:25:41 +0000 Subject: [PATCH] Removed headpage. Not needed anymore. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4067 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../departments/class_divListDepartment.inc | 2 +- plugins/admin/departments/headpage.tpl | 52 ------------------- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 plugins/admin/departments/headpage.tpl diff --git a/plugins/admin/departments/class_divListDepartment.inc b/plugins/admin/departments/class_divListDepartment.inc index 4eaea028b..a11d49e3a 100755 --- a/plugins/admin/departments/class_divListDepartment.inc +++ b/plugins/admin/departments/class_divListDepartment.inc @@ -30,7 +30,7 @@ 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 size of departments, you might prefer the range selectors on top of the department list.")); + $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/plugins/admin/departments/headpage.tpl b/plugins/admin/departments/headpage.tpl deleted file mode 100644 index 48e89ab02..000000000 --- a/plugins/admin/departments/headpage.tpl +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -
-
-

- {t}List of departments{/t} {$hint} -

-
-
- {$departmentshead} -
-
-
- {$departments} - -
-
-
-

[i]{t}Information{/t}

-
-
-

- {t}This menu allows you to create, delete and edit selected departments. Having a large size of departments, you might prefer the range selectors on top of the department list.{/t} -

-
-
-
-

[F]{t}Filters{/t}

-
-
- - {$alphabet} -
- - - - - -
- - - -
- {$apply} -
-
- - -- 2.30.2