File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 <?php if ($ canEdit || $ canChange ) : ?>
5151 <?php $ dropdownPosition = Factory::getLanguage ()->isRTL () ? 'left ' : 'right ' ; ?>
5252 <div class="module-actions dropdown">
53- <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-link " id="dropdownMenuButton-<?php echo $ id ; ?> ">
53+ <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn" id="dropdownMenuButton-<?php echo $ id ; ?> ">
5454 <span class="fas fa-cog" aria-hidden="true"></span>
5555 <span class="sr-only"><?php echo Text::_ ('JACTION_EDIT ' ) . ' ' . $ module ->title ; ?> </span>
5656 </button>
Original file line number Diff line number Diff line change 3838 <?php if ($ canEdit || $ canChange ) : ?>
3939 <?php $ dropdownPosition = Factory::getLanguage ()->isRTL () ? 'left ' : 'right ' ; ?>
4040 <div class="module-actions dropdown">
41- <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-link " id="dropdownMenuButton-<?php echo $ id ; ?> ">
41+ <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn" id="dropdownMenuButton-<?php echo $ id ; ?> ">
4242 <span class="fa fa-cog" aria-hidden="true"></span>
4343 <span class="sr-only"><?php echo Text::_ ('JACTION_EDIT ' ) . ' ' . $ module ->title ; ?> </span>
4444 </button>
Original file line number Diff line number Diff line change 5050 <?php if ($ canEdit || $ canChange ) : ?>
5151 <?php $ dropdownPosition = Factory::getLanguage ()->isRTL () ? 'left ' : 'right ' ; ?>
5252 <div class="module-actions dropdown">
53- <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-link " id="dropdownMenuButton-<?php echo $ id ; ?> ">
53+ <button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn" id="dropdownMenuButton-<?php echo $ id ; ?> ">
5454 <span class="fa fa-cog" aria-hidden="true"></span>
5555 <span class="sr-only"><?php echo Text::_ ('JACTION_EDIT ' ) . ' ' . $ module ->title ; ?> </span>
5656 </button>
You can’t perform that action at this time.
0 commit comments