PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
components
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var string $class Optional. Additional CSS classname . Default: null. * @var string $abortUrl Optional. The URL to abort the job. Default: null. */ # CSS $class = $class ?? ""; $classStep = $class."-step"; $abortUrl = $abortUrl ?? ""; ?> <div class="mt-6"> <div class="flex gap-2 <?php echo esc_attr( $class ); ?>"> <?php BackWPupHelpers::component("progress-bar", []); ?> <?php BackWPupHelpers::component("navigation/link", [ "type" => "secondary", "content" => __("Display Logs", 'backwpup'), "url" => "#TB_inline?height=440&inlineId=tb-showworking&width=640&height=137", "font" => "small", "class" => "thickbox", ]); ?> <?php BackWPupHelpers::component("form/button", [ "type" => "secondary", "label" => __("Abort", 'backwpup'), "font" => "small", "class" => "max-md:hidden", "trigger" => "abortbutton", "data" => [ "url" => $abortUrl, ], "identifier" => "abortbutton", ]); ?> <?php $btn_args = [ "type" => "secondary", "label" => __("Close", 'backwpup'), "font" => "small", "class" => "max-md:hidden", "identifier" => "showworkingclose", "data" => [ "bwpup_redirect_url" => esc_url( network_admin_url( 'admin.php?page=backwpup' ) ), ], ]; BackWPupHelpers::component("form/button", $btn_args); ?> </div> <p class="mt-1 text-base font-title"> <span class="js-backwpup-current-file <?php echo esc_attr( $classStep ); ?>"></span> </p> </div>
[+]
app
[-] tags-item.php
[edit]
[+]
icons
[+]
data-settings
[-] storage-list-compact.php
[edit]
[-] table-row-backups-empty.php
[edit]
[-] closable-heading.php
[edit]
[-] table-row-backups.php
[edit]
[-] table-backups.php
[edit]
[+]
containers
[+]
form
[-] navigation-header.php
[edit]
[+]
restore
[-] storage-item-disabled.php
[edit]
[+]
navigation
[-] storage-list.php
[edit]
[-] storage-item-locked.php
[edit]
[-] job-item.php
[edit]
[-] separator.php
[edit]
[-] heading-desc.php
[edit]
[-] progress-bar.php
[edit]
[+]
..
[-] progress-box.php
[edit]
[-] first-congrats.php
[edit]
[-] selector-file-db.php
[edit]
[-] next-scheduled-backup.php
[edit]
[-] heading.php
[edit]
[+]
alerts
[-] tooltip.php
[edit]
[-] file-line.php
[edit]
[-] icon.php
[edit]
[+]
onboarding
[-] storage-item.php
[edit]