From e176f9be0ed514b02517974cacba58eb024e0e92 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 19 Nov 2010 20:28:21 +0000 Subject: merge r7823 from trunk to branch 2.1 homogenuous popuphelp and search_rules templates with the rest of pages simplification of CSS rules git-svn-id: http://piwigo.org/svn/branches/2.1@7824 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/month_calendar.tpl | 4 ++-- themes/default/template/popuphelp.tpl | 23 ++++++++++++++++------- themes/default/template/search_rules.tpl | 22 ++++++++++++++-------- 3 files changed, 32 insertions(+), 17 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl index 85415f459..c1603dfd8 100644 --- a/themes/default/template/month_calendar.tpl +++ b/themes/default/template/month_calendar.tpl @@ -74,8 +74,8 @@ TABLE.calMonth TBODY TD, TABLE.calMonth TBODY TD DIV.calImg {ldelim} {else} {$day.DAY} {/if} - {else} - + {else}{*blank cell first or last row only*} + {/if} {/foreach} {*day in week*} diff --git a/themes/default/template/popuphelp.tpl b/themes/default/template/popuphelp.tpl index cd02555d5..89cba8578 100644 --- a/themes/default/template/popuphelp.tpl +++ b/themes/default/template/popuphelp.tpl @@ -1,12 +1,21 @@
+
+ +

{$PAGE_TITLE}

+
+ {$HELP_CONTENT} + +

+ {'Close this window'|@translate} +

+
- diff --git a/themes/default/template/search_rules.tpl b/themes/default/template/search_rules.tpl index 28b2e423f..5105875c0 100644 --- a/themes/default/template/search_rules.tpl +++ b/themes/default/template/search_rules.tpl @@ -1,5 +1,14 @@
-

{'Search rules'|@translate}

+
+ +

{'Search rules'|@translate}

+
{if isset($INTRODUCTION) }

{$INTRODUCTION}

@@ -46,12 +55,9 @@ +

+ {'Close this window'|@translate} +

+
- -- cgit v1.2.3