Fix tests

This commit is contained in:
Nicolas Le Goff
2013-11-05 11:57:54 +01:00
parent 1fdf30c6af
commit 43a2e75c0f
14 changed files with 29 additions and 29 deletions

View File

@@ -22,7 +22,7 @@
</button>
{% endif %}
{% if app['acl'].get(app['authentication'].getUser()).has_right('deleterecord') and app['authentication'].getUser()).has_right('addrecord') %}
{% if app['acl'].get(app['authentication'].getUser()).has_right('deleterecord') and app['acl'].get(app['authentication'].getUser()).has_right('addrecord') %}
<button class="ui-corner-all TOOL_chgcoll_btn basket_window" title="{% trans 'action : collection' %}">
<img src="/skins/prod/000000/images/chgcoll_history.gif"/>
</button>