From 9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Mar 2011 14:43:40 +0100 Subject: Icons ins Oberlfäche hinzugefügt & Views geupdated & style geupdated & select in free clients hinzugefügt --- application/views/scripts/pool/index.phtml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'application/views/scripts/pool') diff --git a/application/views/scripts/pool/index.phtml b/application/views/scripts/pool/index.phtml index 68fcbc4..f89dbc9 100644 --- a/application/views/scripts/pool/index.phtml +++ b/application/views/scripts/pool/index.phtml @@ -18,33 +18,33 @@ escape($pool->getTitle()) ?> escape($pool->getDescription()) ?> escape($pool->getLocation()) ?> - url( array( 'controller' => 'pool', 'action' => 'editpool', 'poolID' => $pool->getID() ), 'default', - true) ?>">edit pool - Edit Pool + delete pool - Delete Pool + link client + true) ?>">Link Client - + ↳ @@ -66,21 +66,21 @@ ?> - + true) ?>">Unlink Client
macAdress); ?> hardwarehash); ?>url( array( 'controller' => 'pool', 'action' => 'unlinkclient', 'poolentriesID' => $client['poolentriesID'] ), 'default', - true) ?>">unlink client

Free clients

- +
pools as $pool): ?> @@ -92,8 +92,9 @@ foreach ($this->freeclients as $client): ?> + - + true) ?>">getTitle(); ?> + ?> + + +
ClientIDMacAdressHardwarehash escape($pool->getTitle()) ?> 'pool', 'action' => 'linkclient', @@ -101,8 +102,11 @@ foreach ($this->freeclients as $client): ?> 'poolID' => $pool->getID(), ), 'default', - true) ?>'>link
-- cgit v1.2.3-55-g7522