PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
popup
<div class="block"> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_FONT'); ?> </label> <div class="control"> <select class="form-control" ng-model="font_family" ng-change="changeFont()"> <option ng-repeat="font_family in font_families" value="{{font_family}}">{{font_family}}</option> <option ng-repeat="font_family in dynamic_font_families" value="{{font_family}}">{{font_family}}</option> </select> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_FONT_COLOR'); ?> </label> <div class="controls"> <div class="input-append color"> <input type="text" readonly="readonly" class="color" ng-model="color" ng-change="changeColor()" colorpalettepicker /> </div> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_FONT_SIZE'); ?> </label> <div class="controls input-group"> <input type="number" class="form-control" ng-model="font_size" ng-change="changeSize()"/> <div class="input-group-addon">px</div> </div> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_LINE_HEIGHT'); ?> </label> <div class="controls input-group"> <input type="number" class="form-control" ng-model="line_height" ng-change="changeLineHeight()"/> <div class="input-group-addon">px</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]