Changeset 9008


Ignore:
Timestamp:
Jan 31, 2011, 3:28:25 PM (13 years ago)
Author:
plg
Message:

bug 2118 fixed: don't open a new tab once installation is finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/install.tpl

    r8311 r9008  
    117117}
    118118
    119 input[type="submit"], input[type="button"] {
     119input[type="submit"], input[type="button"], a.bigButton {
    120120  font-size:14px;
    121121  font-weight:bold;
     
    128128}
    129129
    130 input[type="submit"]:hover, input[type="button"]:hover {
     130input[type="submit"]:hover, input[type="button"]:hover, a.bigButton:hover {
    131131  background-color:#ff7700;
    132132  color:white;
     
    341341{else}
    342342<p>
    343   <input type="button" name="Home" value="{'Visit Gallery'|@translate}" onClick="window.open('index.php');">
     343  <a class="bigButton" href="index.php">{'Visit Gallery'|@translate}</a>
    344344</p>
    345345{/if}
Note: See TracChangeset for help on using the changeset viewer.