diff options
| author | Simon | 2011-03-08 20:33:51 +0100 |
|---|---|---|
| committer | Simon | 2011-03-08 20:33:51 +0100 |
| commit | c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2 (patch) | |
| tree | 056bc62afec74dadd52677e8a231f5a2c579a8b5 /application/views/scripts/pool/index.phtml | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.gz pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.xz pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.zip | |
ansichten vereinheitlicht & Auth gefixxt & user test//test angelegt
Diffstat (limited to 'application/views/scripts/pool/index.phtml')
| -rw-r--r-- | application/views/scripts/pool/index.phtml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/application/views/scripts/pool/index.phtml b/application/views/scripts/pool/index.phtml index c3a6be9..2df3e52 100644 --- a/application/views/scripts/pool/index.phtml +++ b/application/views/scripts/pool/index.phtml @@ -1,17 +1,10 @@ <h1>Pools</h1> - -<a href="<?php echo $this->url( - array( - 'controller' => 'pool', - 'action' => 'createpool' - ), - 'default', - true) ?>">create pool</a> +<?php echo $this->formButton('createconfig', 'Create Pool', array( + 'onclick' => 'self.location="/pool/createpool"', + 'class' => 'addbutton'))?> <?php if ($this->pools): ?> - - <!-- A table of filters. --> - <table border=1> + <table > <tr> <th>poolID</th> <th>Title</th> @@ -52,7 +45,12 @@ <tr> <td> </td> - <td colspan=6><table border=1><tr><th>clientID</th><th>mac</th><th>hardwarehash</th></th> + <td colspan=6><table> + <tr> + <th>clientID</th> + <th>mac</th> + <th>hardwarehash</th> + </tr> <?php $poolentriesMapper = new Application_Model_PoolEntriesMapper(); $clients = $poolentriesMapper->findBy('poolID',$pool->getID()); |
