summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/config/index.phtml
diff options
context:
space:
mode:
authorSimon2011-03-08 20:33:51 +0100
committerSimon2011-03-08 20:33:51 +0100
commitc8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2 (patch)
tree056bc62afec74dadd52677e8a231f5a2c579a8b5 /application/views/scripts/config/index.phtml
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.gz
pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.xz
pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.zip
ansichten vereinheitlicht & Auth gefixxt & user test//test angelegt
Diffstat (limited to 'application/views/scripts/config/index.phtml')
-rw-r--r--application/views/scripts/config/index.phtml15
1 files changed, 5 insertions, 10 deletions
diff --git a/application/views/scripts/config/index.phtml b/application/views/scripts/config/index.phtml
index e273b27..62ab1d4 100644
--- a/application/views/scripts/config/index.phtml
+++ b/application/views/scripts/config/index.phtml
@@ -1,12 +1,9 @@
<h1>Config</h1>
+<?php echo $this->formButton('createconfig', 'Create Config', array(
+ 'onclick' => 'self.location="/config/createconfig"',
+ '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>
@@ -42,9 +39,7 @@ tr.entry{background-color:#E0ECF8;}
</tr>
<?php endforeach; ?>
</table>
-<br/>
-<?php echo $this->formButton('createconfig', 'Create Config', array(
- 'onclick' => 'self.location="/config/createconfig"'))?>
+