diff options
| author | Simon | 2011-03-16 12:07:20 +0100 |
|---|---|---|
| committer | Simon | 2011-03-16 12:07:20 +0100 |
| commit | 4833ec55bbe8c7696cc4c75a0793950ced840418 (patch) | |
| tree | 09d6237e0d4ca5932ca0a33f05e1366b60bf759d /application/modules/user/views/scripts/pool | |
| parent | session erstellen in fbgui verschoben, library kann von überall verwendet we... (diff) | |
| download | pbs2-4833ec55bbe8c7696cc4c75a0793950ced840418.tar.gz pbs2-4833ec55bbe8c7696cc4c75a0793950ced840418.tar.xz pbs2-4833ec55bbe8c7696cc4c75a0793950ced840418.zip | |
controller und actions für Client und Pool hinzugefügt
Diffstat (limited to 'application/modules/user/views/scripts/pool')
5 files changed, 5 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/pool/createpool.phtml b/application/modules/user/views/scripts/pool/createpool.phtml new file mode 100644 index 0000000..3d7f8ca --- /dev/null +++ b/application/modules/user/views/scripts/pool/createpool.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>createpool</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/pool/deletepool.phtml b/application/modules/user/views/scripts/pool/deletepool.phtml new file mode 100644 index 0000000..622e663 --- /dev/null +++ b/application/modules/user/views/scripts/pool/deletepool.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>deletepool</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/pool/editpool.phtml b/application/modules/user/views/scripts/pool/editpool.phtml new file mode 100644 index 0000000..c70464e --- /dev/null +++ b/application/modules/user/views/scripts/pool/editpool.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>editpool</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/pool/linkclient.phtml b/application/modules/user/views/scripts/pool/linkclient.phtml new file mode 100644 index 0000000..a2f9a6c --- /dev/null +++ b/application/modules/user/views/scripts/pool/linkclient.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>linkpool</b></center>
\ No newline at end of file diff --git a/application/modules/user/views/scripts/pool/unlinkclient.phtml b/application/modules/user/views/scripts/pool/unlinkclient.phtml new file mode 100644 index 0000000..e1d5397 --- /dev/null +++ b/application/modules/user/views/scripts/pool/unlinkclient.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Pool</b> and script/action name <b>unlinkpool</b></center>
\ No newline at end of file |
