aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2007-03-12 00:04:25 +0000
committerplegall <plg@piwigo.org>2007-03-12 00:04:25 +0000
commit8ad635c1cb7353b6d8eb9c9514d9b6980985ec2b (patch)
treef522cf27d15f078dff5e11b52df2a38372c38297 /template
parent051145723de0cb7678d78ebbf74cf5fced4cdd7f (diff)
New: send an email to group members with informations about a category
(needs improvements). git-svn-id: http://piwigo.org/svn/trunk@1895 68402e56-0260-453c-a942-63ccdbb3a9ee
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>