Skip to content

Commit

Permalink
Bug #231 fix: backend>> The title of form view of field group is not …
Browse files Browse the repository at this point in the history
…appropriate
  • Loading branch information
Aishwarya committed Dec 16, 2019
1 parent e4fb9fe commit 0df8d3f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions administrator/views/group/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ protected function addToolbar()
'pencil-2 article-add'
);

if (JVERSION >= '3.0')
{
JToolbarHelper::title($viewTitle, 'pencil-2');
}
else
{
JToolbarHelper::title($viewTitle, 'group.png');
}

$canDo = TjfieldsHelper::getActions($client['0'], 'group');

// If not checked out, can save the item.
Expand Down

0 comments on commit 0df8d3f

Please sign in to comment.