diff options
Diffstat (limited to 'application/views/scripts/config')
| -rw-r--r-- | application/views/scripts/config/index.phtml | 15 |
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"'))?> + |
