aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-06-23 23:40:55 +0000
committerrvelices <rv-github@modusoptimus.com>2008-06-23 23:40:55 +0000
commit42eff237ae6bb07c53d7a36f78bed3b9c2845e5b (patch)
tree3af6fc355f6ac79e303ffde5b9215c6b71a0010f /template
parent1af14fc26e102e8600b64da14c9776017c1f476d (diff)
- 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
Diffstat (limited to 'template')
-rw-r--r--template/yoga/default-layout.css1
-rw-r--r--template/yoga/tags.tpl4
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}
<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}