mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix twig tags
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{% if module is defined and module == "prod" %}
|
||||
<a target="_self" href="{{ path('get_client') }}">
|
||||
<span class="">
|
||||
{% trans 'admin::monitor: Ancienne version (client)' %}
|
||||
{{ 'admin::monitor: Ancienne version (client)' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
{% else %}
|
||||
@@ -19,13 +19,13 @@
|
||||
{% if module is defined and module == "client" %}
|
||||
<a target="_self" href="{{ path('prod') }}">
|
||||
<span class="">
|
||||
{% trans 'admin::monitor: Nouvelle version (prod)' %}
|
||||
{{ 'admin::monitor: Nouvelle version (prod)' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
{% else %}
|
||||
<a target="_blank" href="{{ path('prod') }}">
|
||||
<span class="">
|
||||
{% trans 'admin::monitor: production' %}
|
||||
{{ 'admin::monitor: production' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
@@ -37,7 +37,7 @@
|
||||
<li>
|
||||
<a target="_blank" href="{{ path('thesaurus') }}">
|
||||
<span class="{% if module is defined and module == "thesaurus" %}selected{% endif %}">
|
||||
{% trans 'admin::monitor: module thesaurus' %}
|
||||
{{ 'admin::monitor: module thesaurus' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -49,7 +49,7 @@
|
||||
<li>
|
||||
<a target="_blank" href="{{ path('admin') }}">
|
||||
<span class="{% if module is defined and module == "admin" %}selected{% endif %}">
|
||||
{% trans 'admin::monitor: module admin' %}
|
||||
{{ 'admin::monitor: module admin' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -60,7 +60,7 @@
|
||||
<li>
|
||||
<a target="_blank" href="{{ path('report_dashboard') }}">
|
||||
<span class="{% if module is defined and module == "report" %}selected{% endif %}">
|
||||
{% trans 'admin::monitor: module report' %}
|
||||
{{ 'admin::monitor: module report' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -70,7 +70,7 @@
|
||||
<li>
|
||||
<a id="validation_link" target="_blank" href="{{ path('lightbox') }}">
|
||||
<span>
|
||||
{% trans 'admin::monitor: module validation' %}
|
||||
{{ 'admin::monitor: module validation' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -85,9 +85,9 @@
|
||||
{% set link = path('upload_flash_form') %}
|
||||
{% endif %}
|
||||
|
||||
<a href="{{ link }}" class="dialog full-dialog" title="{% trans 'Upload' %}">
|
||||
<a href="{{ link }}" class="dialog full-dialog" title="{{ 'Upload' | trans }}">
|
||||
<span>
|
||||
{% trans 'admin::monitor: module upload' %}
|
||||
{{ 'admin::monitor: module upload' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -99,7 +99,7 @@
|
||||
<li>
|
||||
<a href="#" onclick="getHome('PUBLI');" >
|
||||
<span>
|
||||
{% trans 'Publications' %}
|
||||
{{ 'Publications' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -107,9 +107,9 @@
|
||||
|
||||
{% if module is defined and module == "prod" and app['acl'].get(app['authentication'].getUser()).has_right('order_master') %}
|
||||
<li>
|
||||
<a href="{{ path('prod_orders') }}" class="dialog full-dialog" title="{% trans 'Orders manager' %}">
|
||||
<a href="{{ path('prod_orders') }}" class="dialog full-dialog" title="{{ 'Orders manager' | trans }}">
|
||||
<span>
|
||||
{% trans 'Commandes' %}
|
||||
{{ 'Commandes' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -126,7 +126,7 @@
|
||||
<li id="notification_trigger">
|
||||
<a href="#" style="font-weight:bold;text-decoration:none;">
|
||||
<span>
|
||||
{% trans 'Notifications' %}
|
||||
{{ 'Notifications' | trans }}
|
||||
<button class="counter btn btn-danger" style="visibility:{% if app['events-manager'].get_unread_notifications_number > 0 %}visible{% else %}hidden{% endif %};">
|
||||
{% if app['events-manager'].get_unread_notifications_number > 0 %}
|
||||
{{app['events-manager'].get_unread_notifications_number}}
|
||||
@@ -140,10 +140,10 @@
|
||||
{% if app['authentication'].isAuthenticated() %}
|
||||
{% if app['authentication'].getUser().is_guest %}
|
||||
<span>
|
||||
{% trans 'Guest' %}
|
||||
{{ 'Guest' | trans }}
|
||||
</span>
|
||||
{% else %}
|
||||
<a target="_blank" href="{{ path('account') }}" title="{% trans 'login:: Mon compte' %}">
|
||||
<a target="_blank" href="{{ path('account') }}" title="{{ 'login:: Mon compte' | trans }}">
|
||||
<span>
|
||||
{{app['authentication'].getUser().get_login()}}
|
||||
</span>
|
||||
@@ -154,7 +154,7 @@
|
||||
<li>
|
||||
<a target="_blank" href="https://docs.phraseanet.com/3.8/">
|
||||
<span>
|
||||
{% trans 'phraseanet:: aide' %}
|
||||
{{ 'phraseanet:: aide' | trans }}
|
||||
<span style="display:inline-block;cursor:pointer;padding:0;border:none;" id="help-trigger"> ▼</span>
|
||||
</span>
|
||||
</a>
|
||||
@@ -166,12 +166,12 @@
|
||||
{% if module is defined and module == "prod" %}
|
||||
<div title="" class="context-menu-item menu3-custom-item">
|
||||
<div style="" class="context-menu-item-inner shortcuts-trigger">
|
||||
{% trans 'phraseanet:: raccourcis clavier' %}
|
||||
{{ 'phraseanet:: raccourcis clavier' | trans }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div title="" class="context-menu-item menu3-custom-item">
|
||||
<div style="" class="context-menu-item-inner infoDialog" infos="<div><span style='font-size:18px;'>PHRASEANET</span> {{ app['phraseanet.version'].getName() }} (V{{ app['phraseanet.version'].getNumber() }})</div><div></div><br/><div><a href='http://www.gnu.org/licenses/gpl.html' target='_blank'><img src='http://www.gnu.org/graphics/gplv3-88x31.png' style='vertical-align:middle;'/><span>License GNU GPL v3</span></a></div><br/><div><a href='http://www.phraseanet.com/' target='_blank'> © Copyright Alchemy 2005-{{ "now"|date("Y") }}</a></div>">{% trans 'phraseanet:: a propos' %}</div>
|
||||
<div style="" class="context-menu-item-inner infoDialog" infos="<div><span style='font-size:18px;'>PHRASEANET</span> {{ app['phraseanet.version'].getName() }} (V{{ app['phraseanet.version'].getNumber() }})</div><div></div><br/><div><a href='http://www.gnu.org/licenses/gpl.html' target='_blank'><img src='http://www.gnu.org/graphics/gplv3-88x31.png' style='vertical-align:middle;'/><span>License GNU GPL v3</span></a></div><br/><div><a href='http://www.phraseanet.com/' target='_blank'> © Copyright Alchemy 2005-{{ "now"|date("Y") }}</a></div>">{{ 'phraseanet:: a propos' | trans }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
@@ -183,7 +183,7 @@
|
||||
{% if app['authentication'].isAuthenticated() %}
|
||||
<a href="{{ path('logout', { 'redirect' : '..' ~ app['request'].getPathInfo() }) }}" target="_self">
|
||||
<span>
|
||||
{% trans 'phraseanet:: deconnection' %}
|
||||
{{ 'phraseanet:: deconnection' | trans }}
|
||||
</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user