Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Restore cog icon in module chrome since it has more than edit function
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcat-creations committed Apr 29, 2019
1 parent afbeeb0 commit 3ca3f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/html/layouts/chromes/well.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<?php $dropdownPosition = Factory::getLanguage()->isRTL() ? 'left' : 'right'; ?>
<div class="module-actions dropdown">
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-link" id="dropdownMenuButton-<?php echo $id; ?>">
<span class="fa fa-edit"><span class="sr-only">
<span class="fa fa-cog"><span class="sr-only">
<?php echo Text::_('JACTION_EDIT') . ' ' . $module->title; ?>
</span></span>
</button>
Expand Down

0 comments on commit 3ca3f3a

Please sign in to comment.