From 3fde53f0d980fa01c6c2824be412e14b5edd9bc9 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 22 Mar 2010 00:39:04 +0000 Subject: feature 1505: improvement, ability to browse the empty gallery. The "no photo yet" feature can be deactivated at session level. git-svn-id: http://piwigo.org/svn/trunk@5241 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/no_photo_yet.tpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/no_photo_yet.tpl b/themes/default/template/no_photo_yet.tpl index 81b0e0c09..1d64929dd 100644 --- a/themes/default/template/no_photo_yet.tpl +++ b/themes/default/template/no_photo_yet.tpl @@ -2,6 +2,7 @@ + Piwigo, {'Welcome'|@translate} {literal} @@ -13,7 +14,7 @@ background-color:#111; } P {text-align:center;} -TD {color:#888;} +TD {color:#888; letter-spacing:1px;} #global { position:absolute; @@ -66,8 +67,11 @@ border:2px solid #FF3363; width:100%; font-style:normal; + font-size:1.0em; } +.submit {font-size:1.0em; letter-spacing:2px; font-weight:normal;} + #deactivate A { text-decoration:none; border:none; @@ -96,13 +100,15 @@ border:2px solid #FF3363;

+ +
{'... or browse your empty gallery'|@translate}
{else}

{$intro}

{'I want to add photos'|@translate}
-
{'I will find my way by myself, please deactivate this message'|@translate}
+
{'... or please deactivate this message, I will find my way by myself'|@translate}
{/if} -- cgit v1.2.3