From 42eff237ae6bb07c53d7a36f78bed3b9c2845e5b Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 23 Jun 2008 23:40:55 +0000 Subject: - 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 --- template/yoga/default-layout.css | 1 - template/yoga/tags.tpl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index a81263471..ea0524a94 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -294,7 +294,6 @@ LEGEND.tagLetterLegend { font-size:120%; font-weight: bold; padding: 0 5px; - color: #555; font-style: normal; } diff --git a/template/yoga/tags.tpl b/template/yoga/tags.tpl index 56b72bdfb..cf41fd973 100644 --- a/template/yoga/tags.tpl +++ b/template/yoga/tags.tpl @@ -36,12 +36,12 @@ {foreach from=$letter.tags item=tag} {$tag.NAME} - {$tag.COUNTER} {'photos'|@translate} + {$pwg->l10n_dec('%d element', '%d elements', $tag.COUNTER)} {/foreach} - {if $letter.CHANGE_COLUMN} + {if $letter.CHANGE_COLUMN|@default:false} {/if} -- cgit v1.2.3