Batch Editing

ConfigSetting("AllowedFields")) == 0) { print "
" ."

No fields are set to be editable via Batch Edit.

"; if ($H_User->HasPriv(PRIV_SYSADMIN)) { print "

You can add fields in the plugin's " ."configuration page" .".

"; } } if (isset($_POST["Submit"]) && $_POST["Submit"] == "Apply All Changes") { print("
"); if (count($H_ChangedResources) == 0) { print ("

No resources were modified

"); } else { print("

The following ".count($H_ChangedResources) ." resources were modified:

"); } print("
"); } ?>
$Editor) { ?> DisplayAsRows(); ?>

Name(); ?>

 
Id()); $ResourceFolder = $FolderFactory->GetResourceFolder(); FolderDisplayUI::PrintFolder($ResourceFolder->Id(), $H_Folder);