PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
spacer
<div class="block"> <tabset> <tab heading="<?php $this->t('LBL_SETTING'); ?>"> <div class="form-group"> <label><?php $this->t('LBL_IMAGE_HEIGHT'); ?></label> <div class="controls"> <input type="number" ng-model="data.height" ng-change="changeHeight()" class="form-control"> </div> </div> </tab> <?php include 'extra/animate_tab.php'; ?> </tabset> </div>
[+]
..
[-] backend.php
[edit]
[-] frontend_class.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.js
[edit]