mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
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:
@@ -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 *}
|
||||
|
||||
Reference in New Issue
Block a user