PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
zone
<tabset> <tab heading="<?php $this->t("LBL_SETTINGS"); ?>"> <div class="form-group"> <label><?php $this->t('LBL_CONTAINER_WIDTH'); ?></label> <select ng-model="data.fullwidth" ng-change="changeFullWidth()"> <option value="0"><?php $this->t('LBL_CONTAINER'); ?></option> <option value="1"><?php $this->t('LBL_FULLSCREEN'); ?></option> </select> </div> <div class="form-group"> <label><?php $this->t('LBL_VIDEO_BACKGROUND'); ?></label> <div class="controls"> <input ng-change="changeVideoBackground()" class="form-control" type="text" ng-model="data.videobg" /> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_IMAGE_BACKGROUND'); ?></label> <div class="controls"> <input ng-change="changeBackground()" class="form-control" type="text" ng-model="data.imagebg" /> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_BOTTOM_SEPERATOR'); ?></label> <div class="controls"> <input ng-change="changeSeperateImage()" class="form-control" type="text" ng-model="data.sep_image" /> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_SEPERATE_IMAGE'); ?></label> <div class="controls"> <input ng-change="changeSeperateImage()" class="form-control" type="text" ng-model="data.sep_image" /> </div> </div> </tab> <tab heading="<?php $this->t("LBL_EFFECTS"); ?>"> </tab> <?php include 'extra/box_design_tab.php'; ?> </tabset>
[+]
..
[-] backend.php
[edit]
[-] backend.js
[edit]