mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 16:26:07 -06:00
#4345 language flag and warning for new posting
This commit is contained in:
parent
42e739b287
commit
3d281a52a7
@ -1,4 +1,5 @@
|
||||
<div class="btn-group px-1" style="display: inline-block;">
|
||||
{% if config_get('streams::locales.enabled')|length > 1 %}
|
||||
<div class="btn-group px-1" style="display: inline-block;">
|
||||
{% if setting_value('visiosoft.module.advs::show_input_flag') %}
|
||||
{{ img('visiosoft.module.advs::images/flags/' ~ field_type.locale ~ '.svg').width(20)|raw }}
|
||||
{% endif %}
|
||||
@ -14,8 +15,9 @@
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<span class="font-weight-light small text-black-50 {{ not setting_value('visiosoft.module.advs::show_input_flag') ? 'd-none' }}">
|
||||
</div>
|
||||
<br>
|
||||
<span class="font-weight-light small text-black-50 {{ not setting_value('visiosoft.module.advs::show_input_flag') ? 'd-none' }}">
|
||||
***{{ trans('visiosoft.module.advs::field.select_lang_ads') }}
|
||||
</span>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user