summaryrefslogtreecommitdiffstats
path: root/smarty/templates/rpmphp/zoom.tpl
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 09:10:38 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 09:10:38 +0200
commitb8307ab30e45b55d403f56ddf0a6715c00dd8d20 (patch)
tree146b7d1c713d9dbfdcfeaa98358a47cb0b99b775 /smarty/templates/rpmphp/zoom.tpl
parent12b1b6ecf7c8cc0e6ff418443787d7c247aa413a (diff)
parent6e6d59bf0677c6b2d5b92a6abdab15a7ecaf9947 (diff)
Report Remi's modifications
Diffstat (limited to 'smarty/templates/rpmphp/zoom.tpl')
-rw-r--r--smarty/templates/rpmphp/zoom.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl
index 704c6b7..5841478 100644
--- a/smarty/templates/rpmphp/zoom.tpl
+++ b/smarty/templates/rpmphp/zoom.tpl
@@ -40,10 +40,10 @@
{foreach from=$summary key=k item=v}
<tr>
<th>{$k}:</th>
- <td{if $k eq 'Description'} id="{$name}_desc"{/if}>
+ <td{if $k eq 'Description'} id="pkgdb_desc"{/if}>
{if $k eq 'Bugzilla'}
<a href="{$v}">Active bugs</a>
- {elseif $k eq 'URL' or $k eq 'ViewVC'}
+ {elseif $k eq 'URL' or $k eq 'ViewVC' or $k eq 'PkgDB'}
<a href="{$v}">{$v}</a>
{else}
{$v}