Skip to content
Snippets Groups Projects
Commit 6c7fb662 authored by Marko Ivancic's avatar Marko Ivancic
Browse files

Add attribute translation message IDs

parent 80384f89
No related branches found
No related tags found
1 merge request!2GUI tweaks
This diff is collapsed.
This diff is collapsed.
...@@ -27,8 +27,10 @@ ...@@ -27,8 +27,10 @@
{{ name|trans }} {{ name|trans }}
<div class="popup" onclick="doPopup('popup-{{ name }}')"> <div class="popup" onclick="doPopup('popup-{{ name }}')">
<img src="{{ asset('css/src/icons/i.svg', 'accounting') }}" alt="Info icon"/> <img src="{{ asset('css/src/icons/i.svg', 'accounting') }}" alt="Info icon"/>
{% set helpid = 'help-attribute-' ~ name %} {% set helpId = 'help-attribute-' ~ name %}
<span class="popuptext" id="popup-{{ name }}">{{ helpid|trans }}</span> <span class="popuptext" id="popup-{{ name }}">
{{ helpId|trans }}
</span>
</div> </div>
</td> </td>
<td><span class="label">{{ value }}</span></td> <td><span class="label">{{ value }}</span></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment