|
|
@@ -187,11 +187,11 @@
|
|
|
<div class="btn-group btn-toggle" data-toggle="buttons">
|
|
|
<label class="btn btn-default btn-rounded btn-outline {% if settingForm['plugin:isEnabledPlugins'] %}active{% endif %}" data-active-class="primary">
|
|
|
<input name="settingForm[plugin:isEnabledPlugins]" value="true" type="radio"
|
|
|
- {% if true === settingForm['plugin:isEnabledPlugins'] %}checked{% endif %}> {{ t('app_setting.Enabled') }}
|
|
|
+ {% if true === settingForm['plugin:isEnabledPlugins'] %}checked{% endif %}> {{ t('app_setting.Enable') }}
|
|
|
</label>
|
|
|
<label class="btn btn-default btn-rounded btn-outline {% if !settingForm['plugin:isEnabledPlugins'] %}active{% endif %}" data-active-class="default">
|
|
|
<input name="settingForm[plugin:isEnabledPlugins]" value="false" type="radio"
|
|
|
- {% if !settingForm['plugin:isEnabledPlugins'] %}checked{% endif %}> {{ t('app_setting.Disabled') }}
|
|
|
+ {% if !settingForm['plugin:isEnabledPlugins'] %}checked{% endif %}> {{ t('app_setting.Disable') }}
|
|
|
</label>
|
|
|
</div>
|
|
|
</div>
|