summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/client')
-rw-r--r--application/modules/user/views/scripts/client/addclient.phtml4
-rw-r--r--application/modules/user/views/scripts/client/editclient.phtml4
-rw-r--r--application/modules/user/views/scripts/client/index.phtml1
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'))?>