diff options
author | rub <rub@piwigo.org> | 2007-10-16 20:45:00 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-10-16 20:45:00 +0000 |
commit | a2e3963cb078890737a5d83ccda3e6ecc8b1d85e (patch) | |
tree | 7351c89d12e0d514a28c171f6764238aea722e4c /template/yoga/admin/cat_modify.tpl | |
parent | 0fea35029516c679836ff72d3f8474fbc45b8dc6 (diff) |
Resolved issue 0000763: mail triggers:
Add triggers on mail part:
o NBM
o Group mail
o process send mail
+ check groud_id null on group mail
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2139 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/cat_modify.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index 8db494991..1e135f42d 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -212,6 +212,7 @@ </fieldset> +<!-- BEGIN group_mail --> <fieldset id="emailCatInfo"> <legend>{lang:Send an information email to group members}</legend> @@ -221,7 +222,7 @@ <td> <select name="group"> <!-- BEGIN group_option --> - <option value="{group_option.VALUE}">{group_option.OPTION}</option> + <option value="{group_mail.group_option.VALUE}">{group_mail.group_option.OPTION}</option> <!-- END group_option --> </select> </td> @@ -241,5 +242,6 @@ </p> </fieldset> +<!-- END group_mail --> </form> |