mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Typo
This commit is contained in:
@@ -132,4 +132,4 @@
|
||||
<hr/>
|
||||
{% include 'common/technical_datas.html.twig' %}
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
{% endmacro %}
|
||||
|
@@ -1,16 +1,16 @@
|
||||
{% if record.isStory %}
|
||||
{% if record.story %}
|
||||
{{ 'Story_id' | trans }} : {{ record.recordId }}<br/>
|
||||
{% else %}
|
||||
{{ 'Record_id' | trans }} : {{ record.recordId }}<br/>
|
||||
{% endif %}
|
||||
|
||||
{% if not record.isStory %}
|
||||
{% if not record.story %}
|
||||
{% block td_original_name %}
|
||||
{{ 'Nom Original' | trans }} : {{ record.getOriginalName }}
|
||||
{{ 'Nom Original' | trans }} : {{ record.originalName }}
|
||||
{% endblock %}
|
||||
|
||||
{% block td_mime %}
|
||||
{{ record.getMimeType }}
|
||||
{{ record.mimeType }}
|
||||
{% endblock %}
|
||||
|
||||
{% block td_weight %}
|
||||
|
Reference in New Issue
Block a user