summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/bootos/index.phtml
diff options
context:
space:
mode:
authormichael pereira2011-03-06 13:01:38 +0100
committermichael pereira2011-03-06 13:01:38 +0100
commit581bec537fcad6393a7d8270fb69ff7829079932 (patch)
treed560f27fc09cf4f18b80cb17a4bc8c818693e55f /application/views/scripts/bootos/index.phtml
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-581bec537fcad6393a7d8270fb69ff7829079932.tar.gz
pbs2-581bec537fcad6393a7d8270fb69ff7829079932.tar.xz
pbs2-581bec537fcad6393a7d8270fb69ff7829079932.zip
Bootmenu und Bootmenuentries angelegt
Diffstat (limited to 'application/views/scripts/bootos/index.phtml')
-rw-r--r--application/views/scripts/bootos/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/bootos/index.phtml b/application/views/scripts/bootos/index.phtml
index 828a8bf..d09bb34 100644
--- a/application/views/scripts/bootos/index.phtml
+++ b/application/views/scripts/bootos/index.phtml
@@ -9,7 +9,7 @@
<th>Kernel</th>
<th>Kcl</th>
<th>Description</th>
- <th>Created</th>
+ <th>Changed</th>
<th>Expires</th>
<th>Public</th>
</tr>
@@ -23,7 +23,7 @@
<td><?php echo $this->escape($bootos->getPath_kernel()); ?></td>
<td><?php echo $this->escape($bootos->getDefaultkcl()); ?></td>
<td><?php echo $this->escape($bootos->getDescription()); ?></td>
- <td><?php echo $this->escape($bootos->getCreated()); ?></td>
+ <td><?php echo $this->escape(date('Y-m-d H:i:s', $bootos->getCreated())); ?></td>
<td><?php echo $this->escape($bootos->getExpires()); ?></td>
<td><?php echo $this->escape($bootos->getPublic()); ?></td>
<td><a href="<?php echo $this->url(