|
@@ -18,6 +18,56 @@
|
|
|
<input id="c-value" data-rule="required" class="form-control" step="0.1" name="row[value]" type="number" value="{$row.value|htmlentities}">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Typing_switch')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+
|
|
|
+ <input id="c-typing_switch" name="row[typing_switch]" type="hidden" value="{$row.typing_switch}">
|
|
|
+ <a href="javascript:;" data-toggle="switcher" class="btn-switcher" data-input-id="c-typing_switch" data-yes="1" data-no="0" >
|
|
|
+ <i class="fa fa-toggle-on text-success {eq name="$row.typing_switch" value="0"}fa-flip-horizontal text-gray{/eq} fa-2x"></i>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Sound_switch')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+
|
|
|
+ <input id="c-sound_switch" name="row[sound_switch]" type="hidden" value="{$row.sound_switch}">
|
|
|
+ <a href="javascript:;" data-toggle="switcher" class="btn-switcher" data-input-id="c-sound_switch" data-yes="1" data-no="0" >
|
|
|
+ <i class="fa fa-toggle-on text-success {eq name="$row.sound_switch" value="0"}fa-flip-horizontal text-gray{/eq} fa-2x"></i>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Audio_switch')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+
|
|
|
+ <input id="c-audio_switch" name="row[audio_switch]" type="hidden" value="{$row.audio_switch}">
|
|
|
+ <a href="javascript:;" data-toggle="switcher" class="btn-switcher" data-input-id="c-audio_switch" data-yes="1" data-no="0" >
|
|
|
+ <i class="fa fa-toggle-on text-success {eq name="$row.audio_switch" value="0"}fa-flip-horizontal text-gray{/eq} fa-2x"></i>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Video_switch')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+
|
|
|
+ <input id="c-video_switch" name="row[video_switch]" type="hidden" value="{$row.video_switch}">
|
|
|
+ <a href="javascript:;" data-toggle="switcher" class="btn-switcher" data-input-id="c-video_switch" data-yes="1" data-no="0" >
|
|
|
+ <i class="fa fa-toggle-on text-success {eq name="$row.video_switch" value="0"}fa-flip-horizontal text-gray{/eq} fa-2x"></i>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label col-xs-12 col-sm-2">{:__('Image_switch')}:</label>
|
|
|
+ <div class="col-xs-12 col-sm-8">
|
|
|
+
|
|
|
+ <input id="c-image_switch" name="row[image_switch]" type="hidden" value="{$row.image_switch}">
|
|
|
+ <a href="javascript:;" data-toggle="switcher" class="btn-switcher" data-input-id="c-image_switch" data-yes="1" data-no="0" >
|
|
|
+ <i class="fa fa-toggle-on text-success {eq name="$row.image_switch" value="0"}fa-flip-horizontal text-gray{/eq} fa-2x"></i>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="form-group layer-footer">
|
|
|
<label class="control-label col-xs-12 col-sm-2"></label>
|
|
|
<div class="col-xs-12 col-sm-8">
|