Versione 1.3.8: Translates radio button labels
This commit is contained in:
parent
0c9010bca9
commit
589885dd8a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
|
||||
{% for value,label in options %}
|
||||
|
||||
<label class="control-group">{{ label }}
|
||||
<label class="control-group">{{ __(label) }}
|
||||
<input type="radio" id="{{ itemName }}[{{ field.name }}]" name="{{ itemName }}[{{ field.name }}]" value="{{ value }}" {{ (value == settings[object][itemName][field.name]) ? ' checked' : '' }}>
|
||||
<span class="radiomark"></span>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue