summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootiso/index.phtml
diff options
context:
space:
mode:
authormichael pereira2011-03-08 20:57:46 +0100
committermichael pereira2011-03-08 20:57:46 +0100
commit1a20e728eae09ceb8b3549628f67630a9b5d3ed8 (patch)
tree428c356ddad47c606a8834178cd6763abf5722de /application/views/scripts/bootiso/index.phtml
parentBootMenu Order fertig (diff)
parentansichten vereinheitlicht & Auth gefixxt & user test//test angelegt (diff)
downloadpbs2-1a20e728eae09ceb8b3549628f67630a9b5d3ed8.tar.gz
pbs2-1a20e728eae09ceb8b3549628f67630a9b5d3ed8.tar.xz
pbs2-1a20e728eae09ceb8b3549628f67630a9b5d3ed8.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/views/scripts/bootiso/index.phtml')
-rw-r--r--application/views/scripts/bootiso/index.phtml17
1 files changed, 6 insertions, 11 deletions
diff --git a/application/views/scripts/bootiso/index.phtml b/application/views/scripts/bootiso/index.phtml
index 171d85f..f529ff3 100644
--- a/application/views/scripts/bootiso/index.phtml
+++ b/application/views/scripts/bootiso/index.phtml
@@ -1,12 +1,8 @@
<h1>BootISO</h1>
-
-<style>
-table{font-family:verdana;font-size:12px;}
-td{border:1px solid #CCC;}
-tr.entry{background-color:#E0ECF8;}
-</style>
-
-<table border=1>
+<?php echo $this->formButton('createbootiso', 'Create BootISO', array(
+ 'onclick' => 'self.location="/bootiso/createbootiso"',
+ 'class' => 'addbutton'))?>
+<table>
<tr>
<th>ID</th>
<th>Title</th>
@@ -48,9 +44,8 @@ tr.entry{background-color:#E0ECF8;}
</tr>
<?php endforeach; ?>
</table>
-<br/>
-<?php echo $this->formButton('createbootiso', 'Create BootISO', array(
- 'onclick' => 'self.location="/bootiso/createbootiso"'))?>
+
+