PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
popup
<div class="form-group" style="text-align:center"> <button class="btn btn-primary" ng-click="mini()"> <?php $this->t('LBL_BACK'); ?> </button> </div> <div class="form-group form-group-color"> <label class="control-label"> <?php $this->t('LBL_BACKGROUND_COLOR'); ?> </label> <div class="input-append color"> <div colorpalettepicker ng-model="color" ng-change="changeColor()"></div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-6"> <div class="image_placeholder thumbnail"><img ng-src="{{currentImage}}" /></div> </div> <div class="col-md-6"> <div class="form-controls" style="text-align:center"> <button class="btn btn-primary" ng-click="browseImage()"><?php $this->t('LBL_SELECT_IMAGE'); ?></button> <button class="btn btn-small" ng-click="removeBackground()" ><i class="fa fa-remove"></i></button> </div> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-6"> <div> <label class="control-label"> <?php $this->t('LBL_BACKGROUND_SCALING'); ?> </label> <div class="controls"> <div><input type="radio" ng-model="scaling" value="no-repeat" ng-change="changeScaling()"><?php $this->t('LBL_NONE'); ?></div> <div><input type="radio" ng-model="scaling" value="repeat-x" ng-change="changeScaling()" /><?php $this->t('LBL_VERTICAL'); ?></div> <div><input type="radio" ng-model="scaling" value="repeat-y" ng-change="changeScaling()" /><?php $this->t('LBL_HORIZONTAL'); ?></div> <div><input type="radio" ng-model="scaling" value="repeat" ng-change="changeScaling()" /><?php $this->t('LBL_NORMAL'); ?></div> </div> </div> </div> <div class="col-md-6"> <div class=""> <label class="control-label"> <?php $this->t('LBL_BACKGROUND_POSITION'); ?> </label> <div class="controls"> <table cellpadding="0"> <tr> <td> <input type="radio" ng-model="position" value="top left" title="Top left" ng-change="changePosition()" /> <input type="radio" ng-model="position" value="top center" title="Top center" ng-change="changePosition()" /> <input type="radio" ng-model="position" value="top right" title="Top right" ng-change="changePosition()" /> </td> </tr> <tr> <td> <input type="radio" ng-model="position" value="center left" title="Center left" ng-change="changePosition()" /> <input type="radio" ng-model="position" value="center center" title="Center center" ng-change="changePosition()" /> <input type="radio" ng-model="position" value="center right" title="Center right" ng-change="changePosition()" /> </td> </tr> <tr> <td> <input type="radio" ng-model="position" value="bottom left" title="Bottom left" ng-change="changePosition()" /> <input type="radio" ng-model="position" value="bottom center" title="Bottom center" ng-change="changePosition()" /> <input type="radio" ng-model="position" value="bottom right" title="Bottom right" ng-change="changePosition()" /> </td> </tr> </table> </div> </div> </div> </div> </div>
[+]
..
[-] profile.php
[edit]
[-] ___custom.php
[edit]
[-] backgroundeditor_full.php
[edit]
[-] contributor_invite.php
[edit]
[-] product_option.php
[edit]
[-] palette.php
[edit]
[-] module_list.php
[edit]
[-] login.php
[edit]
[-] discount.php
[edit]
[-] backgroundeditor.php
[edit]
[-] zone.php
[edit]
[-] newsgrid.php
[edit]
[+]
pagelist
[-] news_comment.php
[edit]
[-] contributor.php
[edit]
[-] backgroundeditor_mini.php
[edit]
[-] skin.php
[edit]
[-] news.php
[edit]
[-] color.php
[edit]
[-] domain.php
[edit]
[-] review.php
[edit]
[-] font_customize.php
[edit]
[-] profile_change_password.php
[edit]
[-] color_palette_customize.php
[edit]