From c2b00cf9182521b9b5b018d85bda230bfee945de Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 12 Apr 2011 15:00:09 +0200 Subject: 2 nicht mehr benötigte Dateien entfernen --- .../modules/user/views/scripts/group/showall.phtml | 105 ----------------- .../user/views/scripts/person/showall.phtml | 126 --------------------- 2 files changed, 231 deletions(-) delete mode 100644 application/modules/user/views/scripts/group/showall.phtml delete mode 100644 application/modules/user/views/scripts/person/showall.phtml (limited to 'application/modules') diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml deleted file mode 100644 index 2e376b3..0000000 --- a/application/modules/user/views/scripts/group/showall.phtml +++ /dev/null @@ -1,105 +0,0 @@ -

Groups Overview

-searchform; ?> -formButton('addgroup', 'Add Group', array( - 'onclick' => 'self.location="/user/group/add"', - 'class' => 'addbutton')) -?> - -
-
Available searchfilter:
-
title
-
description
-
- -
groupList)==0) -echo "There are no groups" ?> groupList as $k => $group): ?> -getID() == $this->userIDsNamespace['groupID']) -$class= 'highlight checked'; -?> -
getID() != $this->userIDsNamespace['groupID']) { - ?> -
-
Group
- -
- -
-
Show Group - Edit Group - Delete Group -
-
getTitle(); ?>
- getDescription()) { - ?> -
getDescription(); ?>
- -
 
-
-
-
-
-pagination; ?> - -formButton('linkgroups', 'Link Groups', array( - 'onclick' => 'self.location="/user/group/link"', - 'class' => 'addbutton')) -?> -
-
diff --git a/application/modules/user/views/scripts/person/showall.phtml b/application/modules/user/views/scripts/person/showall.phtml deleted file mode 100644 index 1909782..0000000 --- a/application/modules/user/views/scripts/person/showall.phtml +++ /dev/null @@ -1,126 +0,0 @@ -

Persons Overview

-searchform; ?> -
-
Available searchfilter:
-
title
-
name
-
firstname
-
email
-
- -
personList)==0) -echo "There are no Persons to display." ?> personList as $k => $person): ?> -getID() == $this->userIDsNamespace['personID']) -$class= 'highlight checked'; -?> -
-getID() != $this->userIDsNamespace['personID']) { - ?> -
-
Person
- -
- -
-
getID() == $this->userIDsNamespace['personID']) { - if($this->showRight === true) { - ?> Show Person - editRight === true) { ?> Edit Person - deleteRight === true) { ?> Delete Account - showOtherRight === true) { - ?> Show Person - editOtherRight === true) { - ?> Edit Person - deleteOtherRight === true) { - ?> Delete Account -
-
getTitle(); ?> getFirstname(); ?> getName(); ?>
-
getEmail(); ?>
-
-
-
-
- -pagination; ?> - - -- cgit v1.2.3-55-g7522