- Posts: 40
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
<div class='form-group'> <?php $sViewsummaryall = (int) Yii::app()->request->getPost('viewsummaryall');?> <label class="col-sm-4 control-label" for='viewsummaryall'><?php eT("View summary of all available fields:"); ?></label> <div class='col-sm-1'> <?php $this->widget('yiiwheels.widgets.switch.WhSwitch', array('name' => 'viewsummaryall', 'id'=>'viewsummaryall', 'value'=>$sViewsummaryall, 'onLabel'=>gT('On'),'offLabel'=>gT('Off')));?> </div> </div>