PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
modules
/
social_buttons
<div class="modal-header" header-draggable> <button class="close" ng-click="cancel()"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> <h4 class="modal-title title"><span ng-if="add===true"><?php $this->t('LBL_SOCIAL_BUTTONS_ADD_BUTTON_DIALOG'); ?></span><span ng-if="add !==true"><?php $this->t('LBL_SOCIAL_BUTTONS_EDIT_BUTTON_DIALOG'); ?></span></h4> </div> <div class="modal-body" fix-body-height> <div class=""> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_SOCIAL_BUTTONS_TYPE'); ?></label> <div class="controls"> <select type="text"ng-model="data.type" class="form-control"> <?php $services = array('facebook', 'google', 'twitter', 'rss', 'linkedin', 'yahoo', 'wordpress', 'youtube', 'blogger', 'pinteres'); foreach ($services as $s) { ?> <option value="<?php echo $s; ?>"><?php echo $s; ?></option> <?php } ?> </select> </div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_CAMERASLIDER_CAPTION'); ?></label> <div class="controls"><input type="text" ng-model="data.caption" class="col-md-12 form-control" /></div> </div> <div class="form-group"> <label class="control-label"><?php $this->t('LBL_CAMERASLIDER_LINK'); ?></label> <div class="controls"><input type="text" ng-model="data.link" class="col-md-12 form-control" /></div> </div> </div> </div> <?php include '/../../_dialog_footer/footer_confirm.php'; ?>
[+]
..
[-] button_add.php
[edit]