PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
parts
/
sidebar
<?php use BackWPup\Utils\BackWPupHelpers; if ( ! defined( 'ABSPATH' ) ) { exit; } $job_id = $job_id ?? null; BackWPupHelpers::component("closable-heading", [ 'title' => __("Edit Title", 'backwpup'), 'type' => 'sidebar' ]); ?> <?php BackWPupHelpers::component("containers/scrollable-start", ["gap_size" => "small"]); ?> <?php BackWPupHelpers::component("form/text", [ "name" => "title", "identifier" => "backwpup-job-title", "label" => __("Edit the title of your scheduled backup", 'backwpup'), "value" => esc_attr(BackWPup_Option::get($job_id, 'name')), "required" => true, ]); ?> <div id="js-backwpup-edit-title-warning" class="hidden"> <?php BackWPupHelpers::component( 'alerts/info', [ 'type' => 'alert', 'font' => 'small', 'content' => __( 'Your scheduled backup needs a title.', 'backwpup' ), ]); ?> </div> <?php BackWPupHelpers::component("form/hidden", [ 'identifier' => 'backwpup-job-id', "name" => "job_id", "value" => $job_id, ]); ?> <?php BackWPupHelpers::component("containers/scrollable-end"); ?> <?php BackWPupHelpers::component("form/button", [ "type" => "primary", "label" => __("Save", 'backwpup'), "full_width" => true, "class" => "mt-4", "identifier" => 'js-backwpup-save-title' ]); ?>
[-] storages.php
[edit]
[-] storage-DROPBOX.php
[edit]
[-] settings-data-type.php
[edit]
[-] frequency.php
[edit]
[-] storage-S3.php
[edit]
[-] storage-SUGARSYNC.php
[edit]
[+]
parts
[-] settings-network.php
[edit]
[+]
dropbox-parts
[-] select-tables.php
[edit]
[+]
sugar-sync-parts
[-] storage-RSC.php
[edit]
[-] edit-title.php
[edit]
[-] storage-FTP.php
[edit]
[+]
..
[-] storage-FOLDER.php
[edit]
[-] storage-MSAZURE.php
[edit]
[-] select-files.php
[edit]
[-] settings-jobs.php
[edit]
[-] advanced-settings.php
[edit]
[-] format.php
[edit]
[-] settings-logs.php
[edit]