diff options
| author | Simon | 2011-03-08 20:33:51 +0100 |
|---|---|---|
| committer | Simon | 2011-03-08 20:33:51 +0100 |
| commit | c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2 (patch) | |
| tree | 056bc62afec74dadd52677e8a231f5a2c579a8b5 /application/views/scripts/bootiso | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.gz pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.xz pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.zip | |
ansichten vereinheitlicht & Auth gefixxt & user test//test angelegt
Diffstat (limited to 'application/views/scripts/bootiso')
| -rw-r--r-- | application/views/scripts/bootiso/index.phtml | 17 |
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"'))?> + + |
