Changeset 2140 for trunk/template/yoga


Ignore:
Timestamp:
Oct 16, 2007, 11:18:11 PM (17 years ago)
Author:
rub
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/cat_modify.tpl

    r1916 r2140  
    213213</fieldset>
    214214
     215<!-- BEGIN group_mail -->
    215216<fieldset id="emailCatInfo">
    216217  <legend>{lang:Send an information email to group members}</legend>
     
    222223        <select name="group">
    223224          <!-- BEGIN group_option -->
    224           <option value="{group_option.VALUE}">{group_option.OPTION}</option>
     225          <option value="{group_mail.group_option.VALUE}">{group_mail.group_option.OPTION}</option>
    225226          <!-- END group_option -->
    226227        </select>
     
    242243
    243244</fieldset>
     245<!-- END group_mail -->
    244246
    245247</form>
Note: See TracChangeset for help on using the changeset viewer.