diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 09:10:38 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 09:10:38 +0200 |
commit | b8307ab30e45b55d403f56ddf0a6715c00dd8d20 (patch) | |
tree | 146b7d1c713d9dbfdcfeaa98358a47cb0b99b775 /smarty | |
parent | 12b1b6ecf7c8cc0e6ff418443787d7c247aa413a (diff) | |
parent | 6e6d59bf0677c6b2d5b92a6abdab15a7ecaf9947 (diff) |
Report Remi's modifications
Diffstat (limited to 'smarty')
-rw-r--r-- | smarty/templates/rpmphp/zoom.tpl | 4 |
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} |