Skip to content

Commit

Permalink
bug 2118 fixed: don't open a new tab once installation is finished
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@9008 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Jan 31, 2011
1 parent 881fd25 commit e67f572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/themes/default/template/install.tpl
Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down Expand Up @@ -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 *}
Expand Down

0 comments on commit e67f572

Please sign in to comment.