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 (