- remove some warnings in tags.tpl (when debug template is true)

- remove tagletter color from default-layout.css (it should be in every theme or nowhere)

git-svn-id: http://piwigo.org/svn/trunk@2396 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2008-06-23 23:40:55 +00:00
parent 1af14fc26e
commit 42eff237ae
2 changed files with 2 additions and 3 deletions

View file

@ -294,7 +294,6 @@ LEGEND.tagLetterLegend {
font-size:120%;
font-weight: bold;
padding: 0 5px;
color: #555;
font-style: normal;
}

View file

@ -36,12 +36,12 @@
{foreach from=$letter.tags item=tag}
<tr class="tagLine">
<td><a href="{$tag.URL}">{$tag.NAME}</a></td>
<td class="nbEntries"><strong>{$tag.COUNTER}</strong> {'photos'|@translate}</td>
<td class="nbEntries">{$pwg->l10n_dec('%d element', '%d elements', $tag.COUNTER)}</td>
</tr>
{/foreach}
</table>
</fieldset>
{if $letter.CHANGE_COLUMN}
{if $letter.CHANGE_COLUMN|@default:false}
</td>
<td valign="top">
{/if}