Skip to content

Commit 2632f3d

Browse files
committed
Fix css
1 parent 3199e77 commit 2632f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/addressing.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ static function showMassiveActionsSubForm(MassiveAction $ma) {
898898
switch ($ma->getAction()) {
899899
case "transfer" :
900900
Dropdown::show('Entity');
901-
echo Html::submit(_x('button', 'Post'), ['name' => 'massiveaction']);
901+
echo Html::submit(_x('button', 'Post'), ['name' => 'massiveaction', 'class' => 'btn btn-primary']);
902902
return true;
903903
break;
904904
}

0 commit comments

Comments
 (0)