diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-14 13:08:43 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-14 13:08:43 +0000 |
commit | 5ea5350deb37777e815248488fd49699c18ab9e2 (patch) | |
tree | 5470bfcb5d8ccb7fca0ca07e9bd7448206cf5225 /admin/themes/default/template/install.tpl | |
parent | 34a70eceec0cdfed0203e4bee816256faa8c0294 (diff) |
feature:2021 email notification on user creation, add checkboxes on register and install pages
git-svn-id: http://piwigo.org/svn/trunk@12885 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/install.tpl')
-rw-r--r-- | admin/themes/default/template/install.tpl | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl index d0796677a..5fbdcd5b6 100644 --- a/admin/themes/default/template/install.tpl +++ b/admin/themes/default/template/install.tpl @@ -278,11 +278,15 @@ jQuery().ready(function(){ldelim} <tr> <td>{'Options'|@translate}</options> <td colspan="2"> -<label> -<input type="checkbox" name="newsletter_subscribe"{if $F_NEWSLETTER_SUBSCRIBE} checked="checked"{/if}> -<span class="cluetip" title="{'Piwigo Announcements Newsletter'|@translate}|{'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'|@translate|@htmlspecialchars|@nl2br}">{'Subscribe %s to Piwigo Announcements Newsletter'|@translate|@sprintf:$EMAIL}</span> -</label> -<br> + <label> + <input type="checkbox" name="newsletter_subscribe"{if $F_NEWSLETTER_SUBSCRIBE} checked="checked"{/if}> + <span class="cluetip" title="{'Piwigo Announcements Newsletter'|@translate}|{'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'|@translate|@htmlspecialchars|@nl2br}">{'Subscribe %s to Piwigo Announcements Newsletter'|@translate|@sprintf:$EMAIL}</span> + </label> + <br> + <label> + <input type="checkbox" name="send_password_by_mail" checked="checked"> + {'Send my password by email'|@translate} + </label> </td> </tr> </table> |