From 75965675618c0d59ff97ed6cc8a1286d69ba1b8d Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 18 Mar 2011 11:26:43 +0100 Subject: PoolController fertig --- application/modules/user/views/scripts/pool/index.phtml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'application/modules/user/views/scripts/pool/index.phtml') diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index 05b880a..8ebabe8 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -1,4 +1,5 @@

Pools

+notification != ''){echo $this->notification;} ?> formButton('createconfig', 'Create Pool', array( 'onclick' => 'self.location="/user/pool/createpool"', 'class' => 'addbutton'))?> @@ -14,7 +15,7 @@ pools as $pool): ?> - escape($pool->getID()) ?> + escape($pool->getTitle()) ?> escape($pool->getDescription()) ?> escape($pool->getLocation()) ?> @@ -56,7 +57,7 @@ - + @@ -64,7 +65,7 @@ - +
ClientID Mac Hardwarehash Actions
+ +freeclients)>0): ?>

Free clients

@@ -124,6 +126,7 @@ foreach ($this->freeclients as $client): ?>
+ diff --git a/public/media/css/style.css b/public/media/css/style.css index 103ab3d..c9ad7e8 100644 --- a/public/media/css/style.css +++ b/public/media/css/style.css @@ -201,7 +201,7 @@ th { td { font-size: 12px; - border: 1px solid #CCC; + border: 1px solid #CCC; } .addbutton { @@ -249,6 +249,9 @@ dl.zend_form dd * { tr.entry { background-color: #FFF5CC; } +tr.entry td{ + padding-left: 3px; +} tr.detail>td { border: none; @@ -261,6 +264,7 @@ td.arrowtop { tr.detail table tr td { background-color: #E2EFE1; + padding-left: 3px; } tr td.action { @@ -326,4 +330,4 @@ td.action img { background: #FFFFFF url('/media/img/box_info.png') no-repeat; background-position: 10px center; color: #777; -} \ No newline at end of file +} -- cgit v1.2.3-55-g7522