From 7be4355001156faed62c71492234cba2c5bf96b4 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 10 Mar 2011 22:10:05 +0100 Subject: Benutzervewaltung, Gruppenverwaltung, Membershipverwaltung und noch leerer RoleController --- application/views/scripts/role/add.phtml | 1 + application/views/scripts/role/delete.phtml | 1 + application/views/scripts/role/edit.phtml | 1 + application/views/scripts/role/index.phtml | 1 + application/views/scripts/role/linkright.phtml | 1 + application/views/scripts/role/show.phtml | 1 + application/views/scripts/role/unlinkright.phtml | 1 + 7 files changed, 7 insertions(+) create mode 100644 application/views/scripts/role/add.phtml create mode 100644 application/views/scripts/role/delete.phtml create mode 100644 application/views/scripts/role/edit.phtml create mode 100644 application/views/scripts/role/index.phtml create mode 100644 application/views/scripts/role/linkright.phtml create mode 100644 application/views/scripts/role/show.phtml create mode 100644 application/views/scripts/role/unlinkright.phtml (limited to 'application/views/scripts/role') diff --git a/application/views/scripts/role/add.phtml b/application/views/scripts/role/add.phtml new file mode 100644 index 0000000..5277b9d --- /dev/null +++ b/application/views/scripts/role/add.phtml @@ -0,0 +1 @@ +

View script for controller Role and script/action name add
\ No newline at end of file diff --git a/application/views/scripts/role/delete.phtml b/application/views/scripts/role/delete.phtml new file mode 100644 index 0000000..6b0ebf1 --- /dev/null +++ b/application/views/scripts/role/delete.phtml @@ -0,0 +1 @@ +

View script for controller Role and script/action name delete
\ No newline at end of file diff --git a/application/views/scripts/role/edit.phtml b/application/views/scripts/role/edit.phtml new file mode 100644 index 0000000..c30d295 --- /dev/null +++ b/application/views/scripts/role/edit.phtml @@ -0,0 +1 @@ +

View script for controller Role and script/action name edit
\ No newline at end of file diff --git a/application/views/scripts/role/index.phtml b/application/views/scripts/role/index.phtml new file mode 100644 index 0000000..d30131e --- /dev/null +++ b/application/views/scripts/role/index.phtml @@ -0,0 +1 @@ +

View script for controller Role and script/action name index
\ No newline at end of file diff --git a/application/views/scripts/role/linkright.phtml b/application/views/scripts/role/linkright.phtml new file mode 100644 index 0000000..bfba9db --- /dev/null +++ b/application/views/scripts/role/linkright.phtml @@ -0,0 +1 @@ +

View script for controller Role and script/action name linkright
\ No newline at end of file diff --git a/application/views/scripts/role/show.phtml b/application/views/scripts/role/show.phtml new file mode 100644 index 0000000..dcd232b --- /dev/null +++ b/application/views/scripts/role/show.phtml @@ -0,0 +1 @@ +

View script for controller Role and script/action name show
\ No newline at end of file diff --git a/application/views/scripts/role/unlinkright.phtml b/application/views/scripts/role/unlinkright.phtml new file mode 100644 index 0000000..8c7615d --- /dev/null +++ b/application/views/scripts/role/unlinkright.phtml @@ -0,0 +1 @@ +

View script for controller Role and script/action name unlinkright
\ No newline at end of file -- cgit v1.2.3-55-g7522