mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 13:21:43 +02:00
Resolved issue 0000763: mail triggers:
Add triggers on mail part: o NBM o Group mail o process send mail + check group_id null on group mail Merge branch-1_7 2138:2139 into BSF git-svn-id: http://piwigo.org/svn/trunk@2140 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user