diff --git a/module/project/ui/browsebylist.html.php b/module/project/ui/browsebylist.html.php index b163651574..36a208c741 100644 --- a/module/project/ui/browsebylist.html.php +++ b/module/project/ui/browsebylist.html.php @@ -80,7 +80,7 @@ if($canBatchEdit) $footToolbar['items'][] = array( 'type' => 'btn-group', 'items' => array( - array('text' => $lang->edit, 'className' => 'btn secondary size-sm batch-btn', 'btnType' => 'primary', 'data-url' => createLink('project', 'batchEdit')), + array('text' => $lang->edit, 'className' => 'btn size-sm batch-btn', 'btnType' => 'secondary', 'data-url' => createLink('project', 'batchEdit')), ) ); }