PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
customize
<div st-grid="gridInstance" st-grid-row-button="RowButtonClickHandler" st-grid-name="colors" class="grid"> <st-grid-button class="btn btn-primary" display-name="<?php $this->t('LBL_COLOR_ADD_COLOR') ?>" click="add()"></st-grid-button> <st-grid-button class="btn btn-danger fa fa-trash" display-name="" click="delete()"></st-grid-button> <st-grid-column-link field="color1" ng-click="edit" display_name="<?php $this->t('LBL_COLOR_COLOR1') ?>"></st-grid-column-link> <st-grid-column field="color2" display_name="<?php $this->t('LBL_COLOR_COLOR2') ?>"></st-grid-column> <st-grid-column field="color3" display_name="<?php $this->t('LBL_COLOR_COLOR3'); ?>"></st-grid-column> <st-grid-column field="color4" display_name="<?php $this->t('LBL_COLOR_COLOR4'); ?>"></st-grid-column> <st-grid-column field="color5" display_name="<?php $this->t('LBL_COLOR_COLOR5') ?>"></st-grid-column> </div>
[+]
..
[-] skin.php
[edit]
[-] color.php
[edit]
[-] general.php
[edit]