PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
modules
/
slideshow
<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"><?php $this->t('LBL_CAMERASLIDER_EDIT_ITEM_DIALOG'); ?></h4> </div> <div class="modal-body" fix-body-height> <div class=""> <div class="form-group"> <div class="row"> <div class="col-md-6"> <div class="thumbnail"> <img ng-src="{{data.src}}" /> </div> </div> <div class="col-md-6"> <input type="button" id="uploadimage" class="btn" value="<?php $this->t('LBL_CAMERASLIDER_UPLOAD_IMAGE'); ?>" /> <input type="button" class="btn" id="browserimage" ng-click="browserImage()" value="<?php $this->t('LBL_CAMERASLIDER_SELECT_IMAGE'); ?>" /> </div> </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_DESCRIPTION'); ?></label> <div class="controls"><textarea id="sdescription" ng-model="data.description" 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" id="slink" ng-model="data.link" class="col-md-12 form-control" /></div> </div> </div> </div> <?php include '/../../_dialog_footer/footer_confirm.php'; ?>
[+]
..
[-] image_edit.php
[edit]
[-] image_add.php
[edit]