diff options
| author | Simon | 2011-03-15 16:17:12 +0100 |
|---|---|---|
| committer | Simon | 2011-03-15 16:17:12 +0100 |
| commit | 78898e977079c1cc9ec85579f671c4bfb5ac8e37 (patch) | |
| tree | c03f229e299386e8c39bd50178aa4fb3f1977dfd /application/modules/user/views | |
| parent | jquery für michael eingebettet (diff) | |
| download | pbs2-78898e977079c1cc9ec85579f671c4bfb5ac8e37.tar.gz pbs2-78898e977079c1cc9ec85579f671c4bfb5ac8e37.tar.xz pbs2-78898e977079c1cc9ec85579f671c4bfb5ac8e37.zip | |
Controller für User-Module erstellt
Diffstat (limited to 'application/modules/user/views')
11 files changed, 11 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/auth/index.phtml b/application/modules/user/views/scripts/auth/index.phtml new file mode 100644 index 0000000..4a9f827 --- /dev/null +++ b/application/modules/user/views/scripts/auth/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Auth</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml new file mode 100644 index 0000000..5d756d0 --- /dev/null +++ b/application/modules/user/views/scripts/bootiso/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Bootiso</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml new file mode 100644 index 0000000..eab3ca4 --- /dev/null +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Bootmenu</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml new file mode 100644 index 0000000..c9bbeb9 --- /dev/null +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Bootos</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml new file mode 100644 index 0000000..4f0e6ec --- /dev/null +++ b/application/modules/user/views/scripts/client/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Client</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/config/index.phtml b/application/modules/user/views/scripts/config/index.phtml new file mode 100644 index 0000000..4d9a1fb --- /dev/null +++ b/application/modules/user/views/scripts/config/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Config</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/filter/index.phtml b/application/modules/user/views/scripts/filter/index.phtml new file mode 100644 index 0000000..bace90f --- /dev/null +++ b/application/modules/user/views/scripts/filter/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Filter</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/group/index.phtml b/application/modules/user/views/scripts/group/index.phtml new file mode 100644 index 0000000..a1e5635 --- /dev/null +++ b/application/modules/user/views/scripts/group/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Group</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml new file mode 100644 index 0000000..7a96e97 --- /dev/null +++ b/application/modules/user/views/scripts/person/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Person</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml new file mode 100644 index 0000000..5266a4e --- /dev/null +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/role/index.phtml b/application/modules/user/views/scripts/role/index.phtml new file mode 100644 index 0000000..d30131e --- /dev/null +++ b/application/modules/user/views/scripts/role/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Role</b> and script/action name <b>index</b></center>
\ No newline at end of file |
