From 83767be80c29e3d3ca99f4a7d2eaab97f8256d1b Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 11 Jan 2012 15:22:32 +0100 Subject: remove unused stuff --- .../modules/dev/views/scripts/group/add.phtml | 5 - .../modules/dev/views/scripts/group/edit.phtml | 11 -- .../modules/dev/views/scripts/group/index.phtml | 57 ---------- .../modules/dev/views/scripts/group/link.phtml | 5 - .../modules/dev/views/scripts/group/show.phtml | 123 --------------------- 5 files changed, 201 deletions(-) delete mode 100644 application/modules/dev/views/scripts/group/add.phtml delete mode 100644 application/modules/dev/views/scripts/group/edit.phtml delete mode 100644 application/modules/dev/views/scripts/group/index.phtml delete mode 100644 application/modules/dev/views/scripts/group/link.phtml delete mode 100644 application/modules/dev/views/scripts/group/show.phtml (limited to 'application/modules/dev/views/scripts/group') diff --git a/application/modules/dev/views/scripts/group/add.phtml b/application/modules/dev/views/scripts/group/add.phtml deleted file mode 100644 index 588ce31..0000000 --- a/application/modules/dev/views/scripts/group/add.phtml +++ /dev/null @@ -1,5 +0,0 @@ -

Add Group

-addForm->setAction($this->url()); -echo $this->addForm; -?> \ No newline at end of file diff --git a/application/modules/dev/views/scripts/group/edit.phtml b/application/modules/dev/views/scripts/group/edit.phtml deleted file mode 100644 index 6b042e1..0000000 --- a/application/modules/dev/views/scripts/group/edit.phtml +++ /dev/null @@ -1,11 +0,0 @@ -

Edit Group

-addForm)) { - $this->addForm->setAction('/dev/group/add'); - echo $this->addForm; -} -else { - $this->editForm->setAction($this->url()); - echo $this->editForm; -} -?> diff --git a/application/modules/dev/views/scripts/group/index.phtml b/application/modules/dev/views/scripts/group/index.phtml deleted file mode 100644 index a3d1269..0000000 --- a/application/modules/dev/views/scripts/group/index.phtml +++ /dev/null @@ -1,57 +0,0 @@ -

Groups

-formButton('addgroup', 'Add Group', array( - 'onclick' => 'self.location="/dev/group/add"', - 'class' => 'addbutton'))?> - - - - - - groupList as $group) { - ?> - - - - - - - -
TitleActions
getTitle(); ?> Show Group Edit Group Delete Group -
-
-formButton('linkgroups', 'Link Groups', array( - 'onclick' => 'self.location="/dev/group/link"', - 'class' => 'addbutton'))?> -
diff --git a/application/modules/dev/views/scripts/group/link.phtml b/application/modules/dev/views/scripts/group/link.phtml deleted file mode 100644 index 5bb2a9d..0000000 --- a/application/modules/dev/views/scripts/group/link.phtml +++ /dev/null @@ -1,5 +0,0 @@ -

Link Groups

-linkForm->setAction($this->url()); -echo $this->linkForm; -?> \ No newline at end of file diff --git a/application/modules/dev/views/scripts/group/show.phtml b/application/modules/dev/views/scripts/group/show.phtml deleted file mode 100644 index f8fbe1e..0000000 --- a/application/modules/dev/views/scripts/group/show.phtml +++ /dev/null @@ -1,123 +0,0 @@ -

Group Details

-groupID) { - ?> - formButton('deletegroup', 'Delete', array( - 'onclick' => 'self.location="/dev/group/delete/groupID/' . $this->group->getID() .'"', - 'class' => 'rightbutton'))?> - formButton('editgroup', 'Edit', array( - 'onclick' => 'self.location="/dev/group/edit/groupID/' . $this->group->getID() .'"', - 'class' => 'rightbutton'))?> - - - - - - - - - - - - - - - - -
TitleDescription
group->getTitle(); ?>group->getDescription(); ?>
Superordinated Group:parentGroup->getTitle(); ?>
- groupRequestList)) { - ?> -
-

Requests:

- - - - - - - - - groupRequestList as $grouprequest) { - $grouprequestID = $grouprequest['grouprequestID']; - $person = $grouprequest['person']; - ?> - - - - - - - - -
FirstnameNameemailcitygrant
getFirstname(); ?>getName(); ?>getEmail(); ?>getCity(); ?> -
roleList); ?> -
-
- membersList)) { - ?> -
-

Members:

- - - - - - - - - - membersList as $member) { - $membershipID = $member['membershipID']; - $person = $member['person']; - ?> - - - - - - - - -
FirstnameNameemailcityrevoke
getFirstname(); ?>getName(); ?>getEmail(); ?>getCity(); ?> Delete Group -
- "; - foreach($roleList as $role) { - echo ""; - } - echo ""; -} -?> -




\ No newline at end of file -- cgit v1.2.3-55-g7522