summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/group/grantperson.phtml
diff options
context:
space:
mode:
authorSimon2011-03-14 16:20:25 +0100
committerSimon2011-03-14 16:20:25 +0100
commit722ac9facf183998fb02e14bf035306672419aa6 (patch)
tree142486bec18e259f9678de6c7ce75cfdbe1d5bf4 /application/views/scripts/group/grantperson.phtml
parentZweiter push um die änderungen hinzuzufügen, Trennung der Ansichten (diff)
downloadpbs2-722ac9facf183998fb02e14bf035306672419aa6.tar.gz
pbs2-722ac9facf183998fb02e14bf035306672419aa6.tar.xz
pbs2-722ac9facf183998fb02e14bf035306672419aa6.zip
die verschobenen ansichten löschen
Diffstat (limited to 'application/views/scripts/group/grantperson.phtml')
-rw-r--r--application/views/scripts/group/grantperson.phtml11
1 files changed, 0 insertions, 11 deletions
diff --git a/application/views/scripts/group/grantperson.phtml b/application/views/scripts/group/grantperson.phtml
deleted file mode 100644
index f15d08a..0000000
--- a/application/views/scripts/group/grantperson.phtml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-if(!isset($_POST['grouprequestID'])) {
- ?>
-<div>No Request has been chosen.</div>
- <?php
-}
-if(!isset($_POST['roleID'])) {
- ?>
-<div>No Role has been chosen.</div>
- <?php
-} \ No newline at end of file