[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
AcmaCulot
/
wp-content
/
plugins
/
tuxedo-big-file-uploads
/
templates
+ Folder
+ File
Upload
Editing: modal-scan.php
<div class="modal fade" id="scan-modal" tabindex="-1" role="dialog" aria-labelledby="scan-modal-label" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-lg"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="scan-modal-label"><?php esc_html_e( 'Scanning Files', 'tuxedo-big-file-uploads' ); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="container-fluid"> <div class="row justify-content-center mb-4 mt-3"> <div class="col text-center"> <div class="mb-4 mx-auto" style="width: 76px; height: 76px;"> <?php include( dirname( dirname( __FILE__ ) ) . '/assets/img/spinner-svg.html' ); ?> </div> <h4><?php esc_html_e( 'Scanning Media Library', 'tuxedo-big-file-uploads' ); ?></h4> <p class="lead"><?php esc_html_e( "This usually only takes a minute or two but can take longer for very large media libraries with a lot of files. Please leave this tab open while we complete your scan.", 'tuxedo-big-file-uploads' ); ?></p> </div> </div> <div class="row justify-content-center mb-4"> <div class="col text-center text-muted"> <span class="h5" id="bfu-scan-progress"> <?php printf( // translators: %1$s is the opening a tag for storage // translators: %2$s is the closing a tag for storage // translators: %3$s is the opening a tag for files // translators: %4$s is the closing a tag for files esc_html__( 'Found %1$s0 MB%2$s / %3$s0%4$s Files...', 'tuxedo-big-file-uploads' ), '<span id="bfu-scan-storage">', '</span>', '<span id="bfu-scan-files">', '</span>' ); ?> </span> </div> </div> </div> </div> </div> </div> </div>
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 footer.php
FILE
Ren
[EDIT]
DEL
📄 modal-scan.php
FILE
Ren
[EDIT]
DEL
📄 modal-subscribe.php
FILE
Ren
[EDIT]
DEL
📄 modal-upgrade.php
FILE
Ren
[EDIT]
DEL
📄 scan-results.php
FILE
Ren
[EDIT]
DEL
📄 scan-start.php
FILE
Ren
[EDIT]
DEL
📄 settings-filetypes.php
FILE
Ren
[EDIT]
DEL
📄 settings.php
FILE
Ren
[EDIT]
DEL