PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
components
<?php /** * @var string $title Title to display. Default: "". * @var string $type The type of container. Values: "modal", "sidebar". Default : "sidebar". */ # Defaults if ( ! defined( 'ABSPATH' ) ) { exit; } $title = $title ?? ""; $type = $type ?? "sidebar"; ?> <header class="flex items-center justify-between gap-4"> <h1 class="flex items-center gap-1 text-primary-darker font-title font-bold text-2xl break-all"><?php echo esc_html( $title ); ?></h1> <button class="text-primary-darker text-2xl hover:text-secondary-darker js-backwpup-close-<?php echo esc_attr( $type ); ?>"> ✕ </button> </header>
[+]
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]