From a343c23b269053b911c9c185ea985f77eeb88fc7 Mon Sep 17 00:00:00 2001 From: daitingting Date: Fri, 27 Oct 2023 00:56:23 +0000 Subject: [PATCH] * Adjust the batch button. --- module/caselib/ui/browse.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/caselib/ui/browse.html.php b/module/caselib/ui/browse.html.php index 432df3ce24..32a9b2e3f1 100644 --- a/module/caselib/ui/browse.html.php +++ b/module/caselib/ui/browse.html.php @@ -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 (