Skip to content

Commit

Permalink
issue #29989
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Aug 4, 2020
1 parent 0c9b67e commit 12b9dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/com_config/tmpl/templates/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<form action="<?php echo Route::_('index.php?option=com_config'); ?>" method="post" name="adminForm" id="templates-form" class="form-validate">

<button type="button" class="btn btn-primary" data-submit-task="templates.apply">
<span class="fas fa-check" aria-hidden="true"></span>
<span class="fas fa-check text-white" aria-hidden="true"></span>
<?php echo Text::_('JSAVE') ?>
</button>
<button type="button" class="btn btn-danger" data-submit-task="templates.cancel">
<span class="fas fa-times" aria-hidden="true"></span>
<span class="fas fa-times text-white" aria-hidden="true"></span>
<?php echo Text::_('JCANCEL') ?>
</button>

Expand Down

0 comments on commit 12b9dd3

Please sign in to comment.