mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +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('fullSearchEngine');
|
||||||
setStrValue('defaultSearchMethod');
|
setStrValue('defaultSearchMethod');
|
||||||
setStrValue('suggestTerms');
|
setStrValue('suggestTerms');
|
||||||
setStrValue('batchOperations');
|
setArrayValue('batchOperations');
|
||||||
setBoolValue("showSingleSearchHit");
|
setBoolValue("showSingleSearchHit");
|
||||||
setBoolValue("enableSessionList");
|
setBoolValue("enableSessionList");
|
||||||
setBoolValue("enableClipboard");
|
setBoolValue("enableClipboard");
|
||||||
|
|
|
@ -1441,7 +1441,7 @@ $(document).ready(function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Batch operations {{{ */
|
/* Batch operations {{{ */
|
||||||
if($total)
|
if($settings->_batchOperations && $total)
|
||||||
$this->contentHeading(getMLText('batch_operation'));
|
$this->contentHeading(getMLText('batch_operation'));
|
||||||
if($totaldocs) {
|
if($totaldocs) {
|
||||||
if(in_array('export', $settings->_batchOperations)) {
|
if(in_array('export', $settings->_batchOperations)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user