" onclick="DupPro.Storage.BulkAction()"> ">
get_storage_type_string(); ?> storage-detail'> '>
Name
editable) : ?> editable) : ?> name; ?>

name); ?>
notes)) ? esc_html($storage->notes) : DUP_PRO_U::__('(no notes)'); ?>
get_storage_type_string()); ?>
get_storage_location_string()); ?>
get_storage_location_string(); echo "" . esc_url($url) . ""; ?>
ftp_server); ?>:ftp_port); ?>
get_storage_location_string(); echo "" . esc_url($url) . ""; ?>
sftp_server); ?>:sftp_port); ?>
get_storage_location_string(); echo "" . esc_url($url) . ""; ?>
get_storage_location_string(); ?>
get_storage_location_string(); ?>


title = DUP_PRO_U::__('Bulk Action Required'); $alert1->message = DUP_PRO_U::__('Please select an action from the "Bulk Actions" drop down menu!'); $alert1->initAlert(); $alert2 = new DUP_PRO_UI_Dialog(); $alert2->title = DUP_PRO_U::__('Selection Required'); $alert2->message = DUP_PRO_U::__('Please select at least one storage to delete!'); $alert2->initAlert(); $confirm1 = new DUP_PRO_UI_Dialog(); $confirm1->title = DUP_PRO_U::__('Delete Storage?'); $confirm1->message = DUP_PRO_U::__('Are you sure you want to delete the selected storage(s)?'); $confirm1->message .= '
'; $confirm1->message .= DUP_PRO_U::__('Note: This action removes all storages.'); $confirm1->progressText = DUP_PRO_U::__('Removing Storages, Please Wait...'); $confirm1->jsCallback = 'DupPro.Storage.BulkDelete()'; $confirm1->initConfirm(); $confirm2 = new DUP_PRO_UI_Dialog(); $confirm2->title = $confirm1->title; $confirm2->message = DUP_PRO_U::__('Are you sure you want to delete this storage?'); $confirm2->progressText = $confirm1->progressText; $confirm2->jsCallback = 'DupPro.Storage.DeleteThis(this)'; $confirm2->initConfirm(); ?>