From b75d88bdf06756f87d660ed1e44aff39eeb915b1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 10 Oct 2013 04:40:46 +0000 Subject: do not load ajax loader on picture page because of comments added some minor margins to avoid runin on small devices on calendar bars git-svn-id: http://piwigo.org/svn/trunk@24831 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/month_calendar.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/default/template/month_calendar.tpl') diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl index 1dd4b9922..c3af37818 100644 --- a/themes/default/template/month_calendar.tpl +++ b/themes/default/template/month_calendar.tpl @@ -2,10 +2,10 @@ {foreach from=$chronology_navigation_bars item=bar}
{if isset($bar.previous)} -
« {$bar.previous.LABEL}
+
« {$bar.previous.LABEL}
{/if} {if isset($bar.next)} -
{$bar.next.LABEL} »
+
{$bar.next.LABEL} »
{/if} {if empty($bar.items)}   -- cgit v1.2.3