diff options
Diffstat (limited to 'application/views/scripts/bootos')
| -rw-r--r-- | application/views/scripts/bootos/index.phtml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/application/views/scripts/bootos/index.phtml b/application/views/scripts/bootos/index.phtml index 86bcdff..fefd219 100644 --- a/application/views/scripts/bootos/index.phtml +++ b/application/views/scripts/bootos/index.phtml @@ -1,12 +1,9 @@ <h1>BootOS</h1> +<?php echo $this->formButton('createbootos', 'Create BootOS', array( + 'onclick' => 'self.location="/bootos/createbootos"', + 'class' => 'addbutton'))?> -<style> -table{font-family:verdana;font-size:12px;} -td{border:1px solid #CCC;} -tr.entry{background-color:#E0ECF8;} -</style> - -<table border=1> +<table> <tr> <th>ID</th> <th>Title</th> @@ -54,9 +51,7 @@ tr.entry{background-color:#E0ECF8;} </tr> <?php endforeach; ?> </table> -<br/> -<?php echo $this->formButton('createbootos', 'Create BootOS', array( - 'onclick' => 'self.location="/bootos/createbootos"'))?> + |
