From e67f5723d74c849431a8b6a7203d3bfaf9f3d4c0 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 31 Jan 2011 14:28:25 +0000 Subject: bug 2118 fixed: don't open a new tab once installation is finished git-svn-id: http://piwigo.org/svn/trunk@9008 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/install.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl index a8ea8edfb..12eed9060 100644 --- a/admin/themes/default/template/install.tpl +++ b/admin/themes/default/template/install.tpl @@ -116,7 +116,7 @@ table.table2 td.fielddesc { font-style:italic; } -input[type="submit"], input[type="button"] { +input[type="submit"], input[type="button"], a.bigButton { font-size:14px; font-weight:bold; letter-spacing:2px; @@ -127,7 +127,7 @@ input[type="submit"], input[type="button"] { -moz-border-radius:5px; } -input[type="submit"]:hover, input[type="button"]:hover { +input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover { background-color:#ff7700; color:white; } @@ -340,7 +340,7 @@ jQuery().ready(function(){ldelim} {else}

- + {'Visit Gallery'|@translate}

{/if} {* content *} -- cgit v1.2.3