PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
gallery
<tabset> <tab heading="<?php $this->t('LBL_IMAGES'); ?>"> <?php include 'slideshow_image_list.php'; ?> </tab> <tab heading="<?php $this->t('LBL_SETTING'); ?>"> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_GALLERY_COLUMN'); ?></label> <div class="controls"> <select ng-model="data.settings.column" ng-change="changeColumn()"> <?php for ($i = 1;$i <= 12;++$i) { ?> <option value="<?php echo $i; ?>"><?php echo $i; ?></option> <?php } ?> </select> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_GALLERY_MARGIN'); ?></label> <div class="controls"> <input type="number" ng-model="data.settings.margin" ng-change="changeMargin()" /> </div> </div> </tab> <?php include 'extra/design_tab.php'; ?> <?php include 'extra/animate_tab.php'; ?> </tabset>
[+]
..
[-] frontend_script.php
[edit]
[-] backend.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.js
[edit]
[-] frontend_class.php
[edit]