diff options
Diffstat (limited to 'application/views/scripts/bootos')
| -rw-r--r-- | application/views/scripts/bootos/index.phtml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/application/views/scripts/bootos/index.phtml b/application/views/scripts/bootos/index.phtml index f7f6e0f..86bcdff 100644 --- a/application/views/scripts/bootos/index.phtml +++ b/application/views/scripts/bootos/index.phtml @@ -1,4 +1,11 @@ <h1>BootOS</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> @@ -15,7 +22,7 @@ <th>Public</th> </tr> <?php foreach ($this->bootoslist as $bootos): ?> - <tr> + <tr class=entry> <td><?php echo $this->escape($bootos->getID()); ?></td> <td><?php echo $this->escape($bootos->getTitle()); ?></td> <td><?php echo $this->escape($bootos->getGroupID()); ?></td> |
