$batch_replace_local_folder, 'filename_field' => $filename_field, 'batch_replace_col' => $batch_replace_col, 'batch_replace_min' => $batch_replace_min, 'batch_replace_max' => $batch_replace_max, 'no_exif' => $no_exif ); job_queue_add( 'replace_batch_local', $replace_batch_local_data, '', '', $lang["oj-batch-replace-local-success-text"], $lang["oj-batch-replace-local-failure-text"] ); $info_text = $lang["replacebatch_job_created"]; } } // Get list of fields to allow selection of field containing file name to folder path $allfields = get_resource_type_fields(); include "../include/header.php"; if (isset($info_text)) { ?>

name="use_resourceid" id="use_resourceid" onclick="if(this.checked){jQuery('#question_filename_field').slideUp(); jQuery('#filename_field').prop('disabled',true);}else{jQuery('#question_filename_field').slideDown();jQuery('#filename_field').prop('disabled',false);}" />
>
" name="batch_replace_col" id="batch_replace_col" />
" name="batch_replace_min" id="batch_replace_min" />
" name="batch_replace_max" id="batch_replace_max" />
name="replace_batch_local" id="replace_batch_local" onClick="if(this.checked){document.getElementById('batch_replace_mode').value = 'fetch_local';}else{document.getElementById('batch_replace_mode').value = 'upload'}" />
" name="upload" id="upload_button" />