Anomalie #1125 » 0001-Fix-translation-in-template-closes-1125.patch
galette/templates/default/voir_adherent.tpl | ||
---|---|---|
134 | 134 |
{foreach from=$display_elements item=display_element} |
135 | 135 |
{assign var="elements" value=$display_element->elements} |
136 | 136 |
<table class="details"> |
137 |
<caption class="ui-state-active ui-corner-top">{$display_element->label}</caption> |
|
137 |
<caption class="ui-state-active ui-corner-top">{_T string=$display_element->label}</caption>
|
|
138 | 138 |
{foreach from=$elements item=element} |
139 | 139 |
{if $element->field_id eq 'parent_id'} |
140 | 140 |
{continue} |
141 |
- |