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

merge r3381 from branch 2.0 to trunk

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
  • trunk/admin/template/goto/install.tpl

    r3283 r3382  
    148148{else}
    149149<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';">
     150  <br />
     151  <input type="button" name="identification" value="{'Identification'|@translate}" onClick="window.open('identification.php');"/>
     152</p>
     153
     154<div class="infos">
     155  <ul>
     156    <li>{'Subscribe to Piwigo Announcements Newsletter'|@translate}</li>
     157  </ul>
     158</div>
     159
     160<p>
     161  <input type="button" name="subscribe" value="{'Subscribe %s'|@translate|@sprintf:$F_ADMIN_EMAIL}" onClick="window.open('{$SUBSCRIBE_BASE_URL}{$F_ADMIN_EMAIL}');"/>
    153162</p>
    154163{/if}
Note: See TracChangeset for help on using the changeset viewer.