out();
return;
}
// Get the number of logical libraies so we know if we need to bring up the partition select page or not.
$libs = get_logical_libraries_brief($user);
// Elminate any library-managed partitions
foreach($libs as $k => $lib)
{
if($lib->library_managed)
{
unset($libs[$k]);
}
}
$lib_count = count($libs);
$has_edlm = is_feature_licensed($user, "EDLM");
?>
Move Media
Move Media - LibraryName
Select the source media and then the destination.
If the partition is online, it will be taken offline before the operation is performed and brought back online after the operation has been completed.
if($has_edlm) { ?> This operation is not available for EDLM library managed partitions. } ?>