Ignore:
Timestamp:
Nov 23, 2008, 6:23:57 PM (15 years ago)
Author:
patdenice
Message:
  • Add home and identification buttons after installation.
  • Use fetchRemote function for remote site actions.
  • Corrections in fetchRemote fnction.
  • Move PLUGIN_PICTURE_BEFORE in picture.tpl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/install.tpl

    r2819 r2902  
    146146  </table>
    147147</form>
     148{else}
     149<p>
     150  <br />
     151  <input type="button" name="index" value="{'home'|@translate}" onClick="document.location = 'index.php';"/>
     152  <input type="button" name="identification" value="{'Identification'|@translate}" onClick="document.location = 'identification.php';"/>
     153</p>
    148154{/if}
    149155</div> {* content *}
Note: See TracChangeset for help on using the changeset viewer.