Ignore:
Timestamp:
May 31, 2009, 9:35:51 PM (15 years ago)
Author:
plg
Message:

feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter from
Piwigo itself. Admins can perform this action at the end of installation or on
administration panel index.

File:
1 edited

Legend:

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

    r3075 r3381  
    150150<p>
    151151  <br />
    152   <input type="button" name="index" value="{'home'|@translate}" onClick="document.location = 'index.php';"/>
    153   <input type="button" name="identification" value="{'Identification'|@translate}" onClick="document.location = 'identification.php';"/>
     152  <input type="button" name="identification" value="{'Identification'|@translate}" onClick="window.open('identification.php');"/>
     153</p>
     154
     155<div class="infos">
     156  <ul>
     157    <li>{'Subscribe to Piwigo Announcements Newsletter'|@translate}</li>
     158  </ul>
     159</div>
     160
     161<p>
     162  <input type="button" name="subscribe" value="{'Subscribe %s'|@translate|@sprintf:$F_ADMIN_EMAIL}" onClick="window.open('{$SUBSCRIBE_BASE_URL}{$F_ADMIN_EMAIL}');"/>
    154163</p>
    155164{/if}
Note: See TracChangeset for help on using the changeset viewer.