openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 18fd66f20e2141ea4ed7de2b9d418899a6955083
parent cf81fb3bcf833c5a61865de22620a25ee6b5d483
Author: dankert <devnull@localhost>
Date:   Tue, 30 Nov 2004 01:01:10 +0100

Anzeige Timestamp

Diffstat:
themes/default/pages/html/page/prop.tpl.php | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/themes/default/pages/html/page/prop.tpl.php b/themes/default/pages/html/page/prop.tpl.php @@ -47,6 +47,14 @@ <td width="50%" class="f1"><?php echo lang('GLOBAL_FULL_FILENAME') ?></a></td> <td width="50%" class="f1"><tt><?php echo $full_filename ?></tt></td> </tr> + <tr> + <td width="50%" class="f2"><?php echo lang('GLOBAL_created') ?></a></td> + <td width="50%" class="f2"><?php echo date(lang('DATE_FORMAT'),$create_date) ?></td> + </tr> + <tr> + <td width="50%" class="f2"><?php echo lang('GLOBAL_lastchange') ?></a></td> + <td width="50%" class="f2"><?php echo date(lang('DATE_FORMAT'),$lastchange_date) ?></td> + </tr> <tr> <td class="act" colspan="2"><input type="submit" class="submit" value="<?php echo lang('GLOBAL_SAVE') ?>"></td>