From f32dbe7ad95257387a5f4c70ff0b3eb846f4a4e5 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 8 Apr 2011 18:33:34 +0200 Subject: Pool & Client - Je nach Rechten unterschiedliche Anzeigen --- .../modules/user/views/scripts/client/index.phtml | 6 ++++++ .../modules/user/views/scripts/pool/index.phtml | 21 ++++++++++++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml index 7cdc03d..0d6145c 100644 --- a/application/modules/user/views/scripts/client/index.phtml +++ b/application/modules/user/views/scripts/client/index.phtml @@ -1,9 +1,11 @@

Clients

notification != ''){echo $this->notification;} ?> searchform; ?> + formButton('createbootos', 'Create Client', array( 'onclick' => 'self.location="/user/client/addclient/page/'.$this->page.'"', 'class' => 'addbutton'))?> +
Available searchfilter:
clientID
@@ -19,6 +21,7 @@
escape($client['clientID']) ?>
+ Edit Client + + Delete Client +
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index 7d5a6cc..fbdb8f8 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -1,10 +1,11 @@

Pools

notification != ''){echo $this->notification;} ?> searchform; ?> + formButton('createconfig', 'Create Pool', array( 'onclick' => 'self.location="/user/pool/createpool/page/'.$this->page.'"', 'class' => 'addbutton'))?> - +
Available searchfilter:
bootosID
@@ -28,6 +29,7 @@
escape($pool->getID()) ?>
+ Edit Pool + + Delete Pool + + Link Client +
+ Unlink Client +
@@ -101,8 +110,8 @@
-
- + +
@@ -111,14 +120,14 @@ pagination; ?> -freeclients) && count($this->freeclients)>0): ?> +freeclients) && count($this->freeclients)>0 && Pbs_Acl::checkRight('posuc')): ?>

Free clients

Search:   Cancel Search

-
+
freeclients as $client): ?> @@ -126,6 +135,7 @@
5
+ +
-- cgit v1.2.3-55-g7522