Skip to content

Commit

Permalink
[trunk] bug:1498 - Customize the rows
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5109 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
ddtddt committed Mar 11, 2010
1 parent f5bc34b commit 00ad921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/default/picture.tpl
Expand Up @@ -234,11 +234,11 @@ y.callService(
{if isset($metadata)}
<table id="Metadata" class="infoTable2" summary="Some more (technical) info about this picture">
{foreach from=$metadata item=meta}
<tr>
<tr id="{$meta.TITLE}">
<th colspan="2">{$meta.TITLE}</th>
</tr>
{foreach from=$meta.lines item=value key=label}
<tr>
<tr id="{$label}" >
<td class="label">{$label}</td>
<td class="value">{$value}</td>
</tr>
Expand Down

0 comments on commit 00ad921

Please sign in to comment.