Skip to content

Commit

Permalink
[4.0] com_workflows actions button (#26105)
Browse files Browse the repository at this point in the history
The actions button on the stages and transitions pages is using the wrong icon and class
  • Loading branch information
brianteeman authored and wilsonge committed Sep 2, 2019
1 parent 01a9b4f commit 674bc31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ protected function addToolbar()
$dropdown = $toolbar->dropdownButton('status-group')
->text('JTOOLBAR_CHANGE_STATUS')
->toggleSplit(false)
->icon('fa fa-globe')
->buttonClass('btn btn-info')
->icon('fa fa-ellipsis-h')
->buttonClass('btn btn-action')
->listCheck(true);

$childBar = $dropdown->getChildToolbar();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ protected function addToolbar()
$dropdown = $toolbar->dropdownButton('status-group')
->text('JTOOLBAR_CHANGE_STATUS')
->toggleSplit(false)
->icon('fa fa-globe')
->buttonClass('btn btn-info')
->icon('fa fa-ellipsis-h')
->buttonClass('btn btn-action')
->listCheck(true);

$childBar = $dropdown->getChildToolbar();
Expand Down

0 comments on commit 674bc31

Please sign in to comment.