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
This commit is contained in:
plegall
2011-01-31 14:28:25 +00:00
parent 881fd2599d
commit e67f5723d7
+3 -3
View File
@@ -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 *}