mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Localize status bits
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
</td>
|
||||
<td style='text-align:right'>
|
||||
<label for="status-radio-{{ sbasId ~ "-" ~ bit ~ '-off'}}" {% if inverse == 2 %}style='color:#FF3333'{% endif%}>
|
||||
{{ values['labeloff']|default('off') }}
|
||||
{{ values['labels_off_i18n'][app['locale.I18n']]|default('off') }}
|
||||
</label>
|
||||
</td>
|
||||
<td style='text-align:right'>
|
||||
@@ -92,7 +92,7 @@
|
||||
</td>
|
||||
<td style='text-align:left'>
|
||||
<label for="status-radio-{{ sbasId ~ "-" ~ bit ~ '-on'}}" {% if inverse == 2 %}style='color:#FF3333'{% endif%}>
|
||||
{{ values['labelon']|default('on') }}
|
||||
{{ values['labels_on_i18n'][app['locale.I18n']]|default('on') }}
|
||||
</label>
|
||||
</td>
|
||||
<td style='text-align:left'>
|
||||
|
Reference in New Issue
Block a user