diff options
| author | Simon | 2011-03-09 14:43:40 +0100 |
|---|---|---|
| committer | Simon | 2011-03-09 14:43:40 +0100 |
| commit | 9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd (patch) | |
| tree | 937aa56a584bb1401f85c8887f5c4adeb0196c02 /application/views/scripts/client/index.phtml | |
| parent | htaccess (diff) | |
| download | pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.gz pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.xz pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.zip | |
Icons ins Oberlfäche hinzugefügt & Views geupdated & style geupdated & select in free clients hinzugefügt
Diffstat (limited to 'application/views/scripts/client/index.phtml')
| -rw-r--r-- | application/views/scripts/client/index.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/views/scripts/client/index.phtml b/application/views/scripts/client/index.phtml index 9ef344b..fd7725c 100644 --- a/application/views/scripts/client/index.phtml +++ b/application/views/scripts/client/index.phtml @@ -16,22 +16,22 @@ <td><?php echo $this->escape($client->getID()) ?></td> <td class='monospace'><?php echo $this->escape($client->getMacadress()) ?></td> <td class='monospace'><?php echo $this->escape($client->getHardwarehash()) ?></td> - <td><a href="<?php echo $this->url( + <td class='action'><a href="<?php echo $this->url( array( 'controller' => 'client', 'action' => 'editclient', 'clientID' => $client->getID() ), 'default', - true) ?>">edit client</a></td> - <td><a href="<?php echo $this->url( + true) ?>"><img src='/media/img/edit.png' alt='Edit Client'/></a></td> + <td class='action'><a href="<?php echo $this->url( array( 'controller' => 'client', 'action' => 'removeclient', 'clientID' => $client->getID() ), 'default', - true) ?>">remove client</a></td> + true) ?>"><img src='/media/img/delete.png' alt='Delete Client'/></a></td> </tr> <?php endforeach ?> </table> |
