aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-01-31 14:28:25 +0000
committerplegall <plg@piwigo.org>2011-01-31 14:28:25 +0000
commite67f5723d74c849431a8b6a7203d3bfaf9f3d4c0 (patch)
treef08cb5046fe0bb5d8382b19382bddbb6b7109d6b
parent881fd2599d99265107f6b5a2a41438f3f0d2f3ff (diff)
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
-rw-r--r--admin/themes/default/template/install.tpl6
1 files 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}
</form>
{else}
<p>
- <input type="button" name="Home" value="{'Visit Gallery'|@translate}" onClick="window.open('index.php');">
+ <a class="bigButton" href="index.php">{'Visit Gallery'|@translate}</a>
</p>
{/if}
</div> {* content *}