We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9b87c commit e79458aCopy full SHA for e79458a
administrator/templates/atum/html/layouts/chromes/well.php
@@ -41,7 +41,7 @@
41
<?php if ($canEdit || $canChange) : ?>
42
<?php $dropdownPosition = Factory::getLanguage()->isRTL() ? 'left' : 'right'; ?>
43
<div class="module-actions dropdown">
44
- <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="dropdownMenuButton-<?php echo $id; ?>">
+ <button type="button" class="btn" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="dropdownMenuButton-<?php echo $id; ?>">
45
<span class="fa fa-cog"><span class="sr-only">
46
<?php echo Text::_('JACTION_EDIT') . ' ' . $module->title; ?>
47
</span></span>
0 commit comments