openrat-cms

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

commit f81a5113d0aa0573e51243d8df9b38e92e474805
parent 70975bd0928bf745082bf2fc0c26ac79dddb1887
Author: dankert <devnull@localhost>
Date:   Sun, 28 Nov 2004 17:58:07 +0100

Anzahl Versionen pro Element anzeigen

Diffstat:
themes/default/pages/html/page/element.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/page/element.tpl.php b/themes/default/pages/html/page/element.tpl.php @@ -26,7 +26,7 @@ <tr> <td width="25%" class="<?php echo $fx ?>"><a href="<?php echo $e['url'] ?>" title="<?php echo $e['desc'] ?>"><img src="<?php echo $image_dir.'icon_el_'.$e['type'].'.png' ?>" border="0" align="left"><?php echo $e['name'] ?></a></td> <td width="40%" class="<?php echo $fx ?>"><?php echo $e['value'] ?>&nbsp;</td> -<td width="15%" class="<?php echo $fx ?>"><a href="<?php echo $e['archive_url'] ?>"><?php echo lang('ARCHIVE') ?></a></td> +<td width="15%" class="<?php echo $fx ?>"><a href="<?php echo $e['archive_url'] ?>"><?php echo lang('ARCHIVE') ?></a> (<?php echo $e['archive_count'] ?>)</td> <td width="20%" class="<?php echo $fx ?>"><span title="<?php echo $e['date'].', '.$e['userfullname'] ?>"><?php echo $e['username'] ?></span></td> </tr> <?php } ?>