summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootmenu/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/bootmenu/index.phtml')
-rw-r--r--application/views/scripts/bootmenu/index.phtml16
1 files changed, 5 insertions, 11 deletions
diff --git a/application/views/scripts/bootmenu/index.phtml b/application/views/scripts/bootmenu/index.phtml
index 25edc53..d213a6f 100644
--- a/application/views/scripts/bootmenu/index.phtml
+++ b/application/views/scripts/bootmenu/index.phtml
@@ -1,14 +1,10 @@
<h1>BootMenu</h1>
+<?php echo $this->formButton('createbootmenu', 'Create BootMenu', array(
+ 'onclick' => 'self.location="/bootmenu/createbootmenu"',
+ 'class' => 'addbutton'))?>
-<style>
-table{font-family:verdana;font-size:12px;}
-td{border:1px solid #CCC;}
-td.nostyle{background-color:#FFFFFF;}
-tr.bootmenu{background-color:#D8D8D8;}
-tr.bootentry{background-color:#E0ECF8;}
-</style>
-<table border=1>
+<table>
<tr>
<th>ID</th>
<th>Title</th>
@@ -90,9 +86,7 @@ tr.bootentry{background-color:#E0ECF8;}
<?php endforeach; ?>
<?php endforeach; ?>
</table>
-<br/>
-<?php echo $this->formButton('createbootmenu', 'Create BootMenu', array(
- 'onclick' => 'self.location="/bootmenu/createbootmenu"'))?>
+