mirror of
https://github.com/typemill/typemill.git
synced 2025-08-05 13:47:37 +02:00
Versione 1.3.8: Translates radio button labels
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user