Fix #1532 : Add checkbox on feed creation to disable email notifications

This commit is contained in:
Romain Neutron
2013-10-22 11:09:29 +02:00
parent 7bfe89a15e
commit 22b2dddcf8
6 changed files with 24 additions and 5 deletions

View File

@@ -39,6 +39,8 @@
{% set title = publishing.basket().getName() %}
{% set desc = publishing.basket().getDescription() %}
{% endif %}
<input class="required_text checkbox" checked="checked" type="checkbox" name="notify" id="feed_add_notify" value="1" />
<label for="feed_add_notify">{% trans 'Notify users about this publication' %}</label><br/>
<label for="feed_add_title">{% trans 'publication : titre' %}</label>
<input class="required_text" type="text" name="title" id="feed_add_title" value="{{title}}" />
<label for="feed_add_subtitle">{% trans 'publication : sous titre' %}</label>