diff options
author | rub <rub@piwigo.org> | 2006-04-14 23:23:10 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-14 23:23:10 +0000 |
commit | aa493527fceb8436aa2fc23f16ea5577dcf2e21f (patch) | |
tree | ef96df0ba32c711731297693a72551b066bde16d /template | |
parent | 18570279efdbdfd171e16d9948175fb0b959546a (diff) |
Issue ID 330:
o Remove "background treatment"
o Add button "Continue treatment"
git-svn-id: http://piwigo.org/svn/trunk@1177 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/admin/notification_by_mail.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/yoga/admin/notification_by_mail.tpl b/template/yoga/admin/notification_by_mail.tpl index 5809e9ec8..dcd45a5b0 100644 --- a/template/yoga/admin/notification_by_mail.tpl +++ b/template/yoga/admin/notification_by_mail.tpl @@ -16,6 +16,15 @@ </div> <form method="post" name="notification_by_mail" id="notification_by_mail" action="{F_ACTION}"> + <!-- BEGIN repost --> + <fieldset> + <div class="errors"> + <p> + <input type="submit" value="{lang:nbm_repost_submit}" name="{REPOST_SUBMIT_NAME}" {TAG_INPUT_ENABLED}/> + </p> + </div> + </fieldset> + <!-- END repost --> <!-- BEGIN param --> <fieldset> @@ -62,6 +71,7 @@ <center> {lang:nbm_no_user_available_to_send_L1}<br> {lang:nbm_no_user_available_to_send_L2}<br> + <br> </center> <!-- END send_empty --> <!-- BEGIN send_data --> |