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_UPLOAD_PROGRESS_DIALOG'); ?></h4> </div> <div class="modal-body" fix-body-height> <div class="row-fluid"> <div class="block"> <div class="progress_list"> <div ng-repeat="file in files"> <div class="text-center"><h5>{{file.name}}</h5></div> <progressbar value="file.percent">{{file.percent }}%</progressbar> </div> </ul> </div> </div> </div> <div class="modal-footer"> <button ng-click="cancel()" class="btn btn-danger"><?php $this->t('LBL_CLOSE'); ?></button> </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]