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/bootiso | |
| 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/bootiso')
| -rw-r--r-- | application/views/scripts/bootiso/index.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/views/scripts/bootiso/index.phtml b/application/views/scripts/bootiso/index.phtml index 20de6a1..5e7da1e 100644 --- a/application/views/scripts/bootiso/index.phtml +++ b/application/views/scripts/bootiso/index.phtml @@ -28,22 +28,22 @@ <td><?php echo $this->escape(date('Y-m-d H:i:s', $bootiso->getCreated())); ?></td> <td><?php echo $this->escape($bootiso->getExpires()); ?></td> <td><?php echo $this->escape($bootiso->getPublic()); ?></td> - <td><a href="<?php echo $this->url( + <td class='action'><a href="<?php echo $this->url( array( 'controller' => 'bootiso', 'action' => 'editbootiso', 'bootisoID' => $bootiso->getID() ), 'default', - true, false) ?>">Edit BootISO</a></td> - <td><a href="<?php echo $this->url( + true, false) ?>"><img src='/media/img/edit.png' alt='Edit BootISO' /></a></td> + <td class='action'><a href="<?php echo $this->url( array( 'controller' => 'bootiso', 'action' => 'deletebootiso', 'bootisoID' => $bootiso->getID() ), 'default', - true) ?>">Delete BootISO</a></td> + true) ?>"><img src='/media/img/delete.png' alt='Delete BootISO'/></a></td> </tr> <?php endforeach; ?> </table> |
