PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
menu
<tabset> <tab heading="<?php $this->t('LBL_SETTING'); ?>"> <div class=""> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_MENU_RTL'); ?> <input type="checkbox" ng-true-value="'1'" ng-false-value="'0'" ng-model="data.rtl" ng-change="changeRTL()"> </label> </div> <div class="form-group"> <label class="control-label"> <?php $this->t('LBL_MENU_VERTICAL'); ?> <input type="checkbox" ng-true-value="'1'" ng-false-value="'0'" ng-model="data.vertical" ng-change="changeVertical()"> </label> </div> </div> </tab> <?php include 'extra/design_tab.php'; ?> <?php include 'extra/animate_tab.php'; ?> </tabset>
[+]
..
[-] frontend_script.php
[edit]
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_view.php
[edit]
[-] frontend_class.php
[edit]