Merge pull request #147 from romainneutron/Fixes

Fixes
This commit is contained in:
Romain Neutron
2012-06-22 09:42:09 -07:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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 %}