PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
modules
/
extra
<uib-tab heading="<?php $this->t('LBL_DESIGN'); ?>"> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label class=""> <?php $this->t('LBL_BOX_ATTRIBUTES'); ?> </label> <div ui-css-padding-edit ng-model="box_style" selector="box_style_selector" no-margin></div> </div> </div> <div class="col-md-12"> <div class="form-group"> <label class=""> <?php $this->t('LBL_BACKGROUND_COLOR'); ?> </label> <div class=""> <input type="text" colorpalettepicker ng-model="box_style.background_color" ng-change="changeStyle(box_style_selector,'background-color',box_style.background_color)" /> </div> </div> <div class="form-group"> <label class=""> <?php $this->t('LBL_BACKGROUND_IMAGE'); ?> </label> <div class=""> <div class="input-group"> <input type="text" class="form-control" ng-model="box_style.background_image" ng-change="changeBackgroundImage(box_style_selector)" /> <div class="fa fa-search btn btn-primary btn-xs input-group-btn" ng-click="selectBgImage()"></div> </div> </div> </div> <div class="form-group"> <label class=""> <?php $this->t('LBL_BACKGROUND_REPEAT'); ?> </label> <div class=""> <select ng-model="box_style.background_repeat" ng-change="changeStyle(box_style_selector,'background-repeat',box_style.background_repeat)"> <option value="repeat">Repeat</option> <option value="repeat-x">Repeat-X</option> <option value="repeat-y">Repeat- Y</option> <option value="no-repeat">None</option> </select> </div> </div> <div class="form-group"> <label class=""> <?php $this->t('LBL_BACKGROUND_ATTACHMENT'); ?> </label> <div class=""> <select ng-model="box_style.background_attachment" ng-change="changeStyle(box_style_selector,'background-attachment',box_style.background_attachment)"> <option value="fixed">Fixed</option> <option value="scroll">Scroll</option> </select> </div> </div> <div class="form-group"> <label class=""> <?php $this->t('LBL_BACKGROUND_POSITION'); ?> </label> <div class=""> <select ng-model="box_style.background_position" ng-change="changeStyle(box_style_selector,'background-position',box_style.background_position)"> <option value="top left">Top left</option> <option value="top right">Top right</option> <option value="top center">Top center</option> <option value="center left">Center left</option> <option value="center right">Center right</option> <option value="center center">Center center</option> <option value="bottom left">Bottom left</option> <option value="bottom right">Bottom right</option> <option value="bottom center">Bottom center</option> </select> </div> </div> </div> </div> </uib-tab>
[+]
..
[-] deleteWidget.php
[edit]
[-] skinEditor.php
[edit]
[-] animate_tab.php
[edit]
[-] box_design_tab.php
[edit]
[-] skinManager.php
[edit]
[-] property_tab.php
[edit]
[-] design_tab.php
[edit]