mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
56e15e5125
|
@ -134,7 +134,7 @@ if ($action == "saveSettings")
|
|||
setStrValue('fullSearchEngine');
|
||||
setStrValue('defaultSearchMethod');
|
||||
setStrValue('suggestTerms');
|
||||
setStrValue('batchOperations');
|
||||
setArrayValue('batchOperations');
|
||||
setBoolValue("showSingleSearchHit");
|
||||
setBoolValue("enableSessionList");
|
||||
setBoolValue("enableClipboard");
|
||||
|
|
|
@ -1441,7 +1441,7 @@ $(document).ready(function() {
|
|||
}
|
||||
|
||||
/* Batch operations {{{ */
|
||||
if($total)
|
||||
if($settings->_batchOperations && $total)
|
||||
$this->contentHeading(getMLText('batch_operation'));
|
||||
if($totaldocs) {
|
||||
if(in_array('export', $settings->_batchOperations)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user