2022-05-03 08:06:40 +02:00
|
|
|
<div class="language_selection_widget input-group prop-element" id="id_{{section_name}}">
|
|
|
|
<label class="title">
|
|
|
|
{{section_title}}
|
|
|
|
{{#if help_link_widget_link}}
|
|
|
|
{{> ../help_link_widget link=help_link_widget_link }}
|
|
|
|
{{/if}}
|
|
|
|
</label>
|
|
|
|
<button type="button" class="language_selection_button button rounded small" data-section="{{section_name}}">
|
2023-03-22 10:12:15 +01:00
|
|
|
<span class="{{section_name}}">{{setting_value}}</span>
|
2022-05-02 11:15:25 +02:00
|
|
|
<i class="fa fa-pencil"></i>
|
|
|
|
</button>
|
|
|
|
</div>
|