mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
@@ -6,8 +6,8 @@
|
||||
<label>{% trans 'paniers::description du nouveau panier' %}</label>
|
||||
<textarea name="description"></textarea>
|
||||
|
||||
<label for="add_sel" class="checkbox">
|
||||
<input type="checkbox" name="lst" value=""/>
|
||||
<label for="new_basket_add_sel" class="checkbox">
|
||||
<input type="checkbox" name="lst" value="" id="new_basket_add_sel"/>
|
||||
{% trans 'Ajouter ma selection courrante' %}
|
||||
</label>
|
||||
|
||||
|
@@ -10,8 +10,8 @@
|
||||
<label>{% trans 'Story name' %}</label>
|
||||
<input name="name" value="" type="text"/>
|
||||
|
||||
<label for="add_sel" class="checkbox">
|
||||
<input type="checkbox" name="lst" value=""/>
|
||||
<label for="new_story_add_sel" class="checkbox">
|
||||
<input type="checkbox" name="lst" value="" id="new_story_add_sel"/>
|
||||
{% trans 'Ajouter ma selection courrante' %}
|
||||
</label>
|
||||
|
||||
|
@@ -34,7 +34,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if user.ACL().has_right('push') %}
|
||||
<button class="ui-corner-all TOOL_feedback_btn basket_window" title="{% trans 'Feedback' %}">
|
||||
<button class="ui-corner-all TOOL_feedback_btn story_window" title="{% trans 'Feedback' %}">
|
||||
<img src="/skins/icons/feedback16.png"/>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user