Skip to content

Commit

Permalink
Merge branch '4.0-dev' into 4.0_module-xtd_js
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Jan 15, 2020
2 parents 535e333 + 78e51d2 commit acffab3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion administrator/templates/atum/html/layouts/chromes/body.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<?php if ($canEdit || $canChange) : ?>
<?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; ?>">
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn" id="dropdownMenuButton-<?php echo $id; ?>">
<span class="fa fa-cog" aria-hidden="true"></span>
<span class="sr-only"><?php echo Text::sprintf('JACTION_EDIT_MODULE', $module->title); ?></span>
</button>
Expand Down
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 @@ -52,7 +52,7 @@
<?php if ($canEdit || $canChange) : ?>
<?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; ?>">
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn" id="dropdownMenuButton-<?php echo $id; ?>">
<span class="fa fa-cog" aria-hidden="true"></span>
<span class="sr-only"><?php echo Text::sprintf('JACTION_EDIT_MODULE', $module->title); ?></span>
</button>
Expand Down
1 change: 0 additions & 1 deletion administrator/templates/atum/joomla.asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"type": "preset",
"dependencies": [
"core#script",
"bootstrap.js.bundle#script",
"css-vars-ponyfill#script",
"focus-visible#script",
"template.atum#script"
Expand Down
1 change: 0 additions & 1 deletion templates/cassiopeia/joomla.asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"uri": "template.js",
"dependencies": [
"core",
"jquery",
"bootstrap.js.bundle"
]
},
Expand Down

0 comments on commit acffab3

Please sign in to comment.