[trunk] bug:1498 - Customize the rows

git-svn-id: http://piwigo.org/svn/trunk@5109 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt 2010-03-11 21:02:06 +00:00
commit 00ad9216aa

View file

@ -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>