aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/cat_modify.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl
index 2961e5820..f28f8ab22 100644
--- a/template/yoga/admin/cat_modify.tpl
+++ b/template/yoga/admin/cat_modify.tpl
@@ -212,4 +212,27 @@
</fieldset>
+<fieldset id="emailCatInfo">
+ <legend>{lang:Send an information email to group members}</legend>
+
+ <table>
+ <tr>
+ <td>{lang:Group}</td>
+ <td>
+ <select name="group">
+ <!-- BEGIN group_option -->
+ <option value="{group_option.VALUE}">{group_option.OPTION}</option>
+ <!-- END group_option -->
+ </select>
+ </td>
+ </tr>
+ </table>
+
+ <p>
+ <input class="submit" type="submit" value="{lang:Submit}" name="submitEmail" {TAG_INPUT_ENABLED}/>
+ <input class="submit" type="reset" value="{lang:Reset}" name="reset" />
+ </p>
+
+</fieldset>
+
</form>