From b0cc8f1bc2be174105cd71b3d31e7ae3f51ee0c6 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 20 Sep 2014 11:43:01 +0000 Subject: * feature 3142: upgrade script to Piwigo 2.7 * link to Tour 2_7_0 at the end of upgrade * activate plugin Take a Tour by default git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/upgrade.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'admin/themes') diff --git a/admin/themes/default/template/upgrade.tpl b/admin/themes/default/template/upgrade.tpl index a29078716..abf11291f 100644 --- a/admin/themes/default/template/upgrade.tpl +++ b/admin/themes/default/template/upgrade.tpl @@ -40,6 +40,7 @@ body { #content { min-height:0; border:none; + margin:1em auto; } #theHeader { @@ -103,6 +104,7 @@ input[type="submit"], input[type="button"], a.bigButton { input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover { background-color:#ff7700; color:white; + text-decoration:none; } input[type="text"], input[type="password"], select { @@ -214,7 +216,7 @@ input[type="text"]:focus, input[type="password"]:focus, select:focus {

- {'Home'|@translate} + {$button_label}

{/if} -- cgit v1.2.3