summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/config/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/config/index.phtml')
-rw-r--r--application/views/scripts/config/index.phtml9
1 files changed, 8 insertions, 1 deletions
diff --git a/application/views/scripts/config/index.phtml b/application/views/scripts/config/index.phtml
index 5348387..e273b27 100644
--- a/application/views/scripts/config/index.phtml
+++ b/application/views/scripts/config/index.phtml
@@ -1,4 +1,11 @@
<h1>Config</h1>
+
+<style>
+table{font-family:verdana;font-size:12px;}
+td{border:1px solid #CCC;}
+tr.entry{background-color:#E0ECF8;}
+</style>
+
<table border=1>
<tr>
<th>ID</th>
@@ -9,7 +16,7 @@
<th>Changed</th>
</tr>
<?php foreach ($this->configlist as $config): ?>
- <tr>
+ <tr class=entry>
<td><?php echo $this->escape($config->getID()); ?></td>
<td><?php echo $this->escape($config->getTitle()); ?></td>
<td><?php echo $this->escape($config->getGroupID()); ?></td>