diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-11-01 08:25:47 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-11-01 08:25:47 +0100 |
commit | 1421a2207c0130030233e901d6f5055f54417e68 (patch) | |
tree | 03430f49dee73ef462eb5e6a4df53a210db6d87e /smarty/templates/rpmphp | |
parent | 5cd7540f6d5aa824106ab7e9171fd36ed380bacd (diff) |
use TableRpm in rpm.php
Diffstat (limited to 'smarty/templates/rpmphp')
-rw-r--r-- | smarty/templates/rpmphp/rpm.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/rpm.tpl b/smarty/templates/rpmphp/rpm.tpl index b0d942f..9f9d94f 100644 --- a/smarty/templates/rpmphp/rpm.tpl +++ b/smarty/templates/rpmphp/rpm.tpl @@ -66,7 +66,7 @@ {foreach from=$packages item=p name=plist} <tr class="{if $smarty.foreach.plist.iteration % 2 eq 0}even{else}odd{/if}"> <td> - <a href="zoom.php?rpm={$p.name}" title="{$p.name}">{$p.name}</a> + {$p.name} {if $p.channel} <br/><small>channel: {$p.channel}</small> {/if} |