PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
social_buttons
<tabset> <tab heading="<?php $this->t('LBL_ICONS'); ?>"> <?php include 'social_buttons_icon_list.php'; ?> </tab> <tab heading="<?php $this->t('LBL_SETTINGS'); ?>"> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_SOCIAL_BUTTONS_STYLE'); ?></label> <div class="controls"> <select ng-model="data.style" ng-change="changeStyle()" class="form-control"> <option value="circle"><?php $this->t('LBL_SOCIAL_BUTTONS_CIRCLE'); ?></option> <option value="character"><?php $this->t('LBL_SOCIAL_BUTTONS_CHARACTER'); ?></option> </select> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_SOCIAL_BUTTONS_ARRANGE'); ?></label> <div class="controls"> <select id="arrange" ng-model="data.arrange" ng-change="changeArrange()" class="form-control"> <option value="horizontal"><?php $this->t('LBL_SOCIAL_BUTTONS_HORIZONTAL'); ?></option> <option value="vertical"><?php $this->t('LBL_SOCIAL_BUTTONS_VERTICAL'); ?></option> </select> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_SOCIAL_BUTTONS_ALIGN'); ?></label> <div class="controls"> <select id="align" ng-model="data.align" ng-change="changeAlign()" class="form-control"> <option value="left"><?php $this->t('LBL_SOCIAL_BUTTONS_LEFT'); ?></option> <option value="center"><?php $this->t('LBL_SOCIAL_BUTTONS_CENTER'); ?></option> <option value="right"><?php $this->t('LBL_SOCIAL_BUTTONS_RIGHT'); ?></option> </select> </div> </div> </tab> <?php include 'extra/design_tab.php'; ?> <?php include 'extra/animate_tab.php'; ?> </tabset>
[+]
..
[-] frontend_view.php
[edit]
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_script.php
[edit]
[-] frontend_class.php
[edit]