diff options
| author | Simon Franz | 2011-03-16 16:19:28 +0100 |
|---|---|---|
| committer | Simon Franz | 2011-03-16 16:19:28 +0100 |
| commit | 7bb045fa152dec51a75f1ba8c45c016ba96c587c (patch) | |
| tree | 4dae9da1ce80771ee43b387d8e6d81ff253c1cd1 /application/modules/user/views | |
| parent | sql-newdata korrigiert (diff) | |
| download | pbs2-7bb045fa152dec51a75f1ba8c45c016ba96c587c.tar.gz pbs2-7bb045fa152dec51a75f1ba8c45c016ba96c587c.tar.xz pbs2-7bb045fa152dec51a75f1ba8c45c016ba96c587c.zip | |
ClientController geändert, Forms können in FBGui und User nicht benutzt werden
Diffstat (limited to 'application/modules/user/views')
3 files changed, 7 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/client/addclient.phtml b/application/modules/user/views/scripts/client/addclient.phtml index 9d1c04e..13511fb 100644 --- a/application/modules/user/views/scripts/client/addclient.phtml +++ b/application/modules/user/views/scripts/client/addclient.phtml @@ -1 +1,3 @@ -<br /><br /><center>View script for controller <b>Client</b> and script/action name <b>addclient</b></center>
\ No newline at end of file +<?php +echo $this->addclient; +?> diff --git a/application/modules/user/views/scripts/client/editclient.phtml b/application/modules/user/views/scripts/client/editclient.phtml index 5092e5b..2753a0f 100644 --- a/application/modules/user/views/scripts/client/editclient.phtml +++ b/application/modules/user/views/scripts/client/editclient.phtml @@ -1 +1,3 @@ -<br /><br /><center>View script for controller <b>Client</b> and script/action name <b>editclient</b></center>
\ No newline at end of file +<?php +echo $this->editclient; +?> diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml index e79b208..dd791ad 100644 --- a/application/modules/user/views/scripts/client/index.phtml +++ b/application/modules/user/views/scripts/client/index.phtml @@ -1,4 +1,5 @@ <h1>Clients</h1> +<?php if($this->notification != ''){echo $this->notification;} ?> <?php echo $this->formButton('createbootos', 'Create Client', array( 'onclick' => 'self.location="/user/client/addclient"', 'class' => 'addbutton'))?> |
