* Adjust the batch button.

This commit is contained in:
daitingting
2023-10-27 00:56:23 +00:00
parent bf32fb9ac0
commit a343c23b26
+2 -2
View File
@@ -145,9 +145,9 @@ $footToolbar = $canBatchAction ? array('items' => array
array('type' => 'btn-group', 'items' => array
(
$canBatchEdit ? array('text' => $lang->edit, 'className' => 'batch-btn not-open-url', 'data-url' => helper::createLink('testcase', 'batchEdit', "libID=$libID&branch=0&type=lib")) : null,
!empty($navActions) ? array('caret' => 'up', 'btnType' => 'primary', 'items' => $navActions, 'data-placement' => 'top-start') : null
!empty($navActions) ? array('caret' => 'up', 'btnType' => 'secondary', 'items' => $navActions, 'data-placement' => 'top-start') : null
)),
)) : null;
), 'btnProps' => array('btnType' => 'secondary')) : null;
dtable
(