diff options
Diffstat (limited to 'application/views/scripts/bootos')
| -rw-r--r-- | application/views/scripts/bootos/index.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/views/scripts/bootos/index.phtml b/application/views/scripts/bootos/index.phtml index df4f072..6da7a16 100644 --- a/application/views/scripts/bootos/index.phtml +++ b/application/views/scripts/bootos/index.phtml @@ -35,22 +35,22 @@ <td><?php echo $this->escape(date('Y-m-d H:i:s', $bootos->getCreated())); ?></td> <td><?php echo $this->escape($bootos->getExpires()); ?></td> <td><?php echo $this->escape($bootos->getPublic()); ?></td> - <td><a href="<?php echo $this->url( + <td class='action'><a href="<?php echo $this->url( array( 'controller' => 'bootos', 'action' => 'editbootos', 'bootosID' => $bootos->getID() ), 'default', - true, false) ?>">Edit BootOS</a></td> - <td><a href="<?php echo $this->url( + true, false) ?>"><img src='/media/img/edit.png' alt='Edit BootOS'/></a></td> + <td class='action'><a href="<?php echo $this->url( array( 'controller' => 'bootos', 'action' => 'deletebootos', 'bootosID' => $bootos->getID() ), 'default', - true) ?>">Delete BootOS</a></td> + true) ?>"><img src='/media/img/delete.png' alt='Delete BootOS'/></a></td> </tr> <?php endforeach; ?> </table> |
