PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
modules
/
image
<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_IMAGE_UPLOADER'); ?></h4> </div> <div class="modal-body" fix-body-height> <div class=""> <table class="table table-bordered"> <thead> <tr> <th><?php $this->t('LBL_FILE_NAME'); ?></th> <th><?php $this->t('LBL_FILE_SIZE'); ?></th> <th></th> <th></th> </tr> </thead> <tr ng-repeat="file in files"> <td>{{file.name}}</td> <td>{{formatSize(file.size)}}</td> <td> <progressbar value="file.percent"> </progressbar > </td> <td><button class="btn btn-small" ng-hide="file.deletable==0" ng-click="removeFile(file,$index)"><i class="fa fa-remove"></i></button></td> </tr> <tbody> </tbody> </table> </div> </div> <div class="modal-footer"> <div class=""> <a href="javascript:void(0)" id="image-upload-{{identify}}" ng-click="addFileItem()" class="btn"><i class="fa fa-plus"></i></a> <button id="startuploader" ng-click="startUpload()" class="btn btn-primary"><i class="fa fa-upload"></i></button> <button ng-click="cancel()" class="btn btn-danger"><?php $this->t('LBL_CLOSE'); ?></button> </div> </div>
[+]
..
[-] flash_add.php
[edit]
[-] image_add.php
[edit]
[-] file_manager_new_folder.php
[edit]
[-] folder_opening_undeletable.php
[edit]
[-] folder_right_dropdown_menu.php
[edit]
[-] file_manager_delete_file.php
[edit]
[-] file_dropdown_menu.php
[edit]
[-] audio_add.php
[edit]
[-] folder_dropdown_menu.php
[edit]
[-] image_add_url.php
[edit]
[-] file_manager_delete_folder.php
[edit]
[-] file_manager.php
[edit]
[-] fileManager_folderItem_recursiveTpl.php
[edit]
[-] file_manager_rename_folder.php
[edit]
[-] upload_progress.php
[edit]
[-] file_uploader.php
[edit]