mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix twig tags
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<input type="hidden" name='original_selection' value="{{ app.request.query.get('lst') }}">
|
||||
|
||||
<ul>
|
||||
<li><a href="#property-statut">{% trans 'Records Statut' %}</a></li>
|
||||
<li><a href="#property-statut">{{ 'Records Statut' | trans }}</a></li>
|
||||
{# <span> </span> element is required for the jQuery loading spinner appears && disappears properly #}
|
||||
<li><a href="{{ path('display_type_property') }}">{% trans 'Records type' %} <span> </span></a></li>
|
||||
<li><a href="{{ path('display_type_property') }}">{{ 'Records type' | trans }} <span> </span></a></li>
|
||||
</ul>
|
||||
|
||||
<div id='property-statut'>
|
||||
@@ -130,9 +130,9 @@
|
||||
{% endfor %}
|
||||
<div class="form-actions" style="background:transparent">
|
||||
{% if nbEditableDocuments > 0 %}
|
||||
<button type="button" class="btn btn-primary submiter">{% trans "Apply changes" %}</button>
|
||||
<button type="button" class="btn btn-primary submiter">{{ "Apply changes" | trans }}</button>
|
||||
{% endif %}
|
||||
<button type="button" class="btn cancel">{% trans "Cancel" %}</button>
|
||||
<button type="button" class="btn cancel">{{ "Cancel" | trans }}</button>
|
||||
<span class="form-action-loader" style="display:none;">
|
||||
<img src="../skins/icons/loader414141.gif" />
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user