mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
do not show head line of batch operations if none is allowed
This commit is contained in:
parent
594c5a5db5
commit
b3633b7cf0
|
@ -1422,7 +1422,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