Ignore:
Timestamp:
Aug 1, 2009, 2:37:43 PM (15 years ago)
Author:
patdenice
Message:

bug 895 : At the end of install, webmaster is automatically connected with two buttons: "Home" and "Admin"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/install.tpl

    r3381 r3714  
    150150<p>
    151151  <br />
    152   <input type="button" name="identification" value="{'Identification'|@translate}" onClick="window.open('identification.php');"/>
     152  <input type="button" name="home" value="{'home'|@translate}" onClick="window.location='index.php';"/>
     153  <input type="button" name="admin" value="{'admin'|@translate}" onClick="window.location='admin.php';"/>
    153154</p>
    154155
     
    160161
    161162<p>
     163  <br />
    162164  <input type="button" name="subscribe" value="{'Subscribe %s'|@translate|@sprintf:$F_ADMIN_EMAIL}" onClick="window.open('{$SUBSCRIBE_BASE_URL}{$F_ADMIN_EMAIL}');"/>
    163165</p>
Note: See TracChangeset for help on using the changeset viewer.