Skip to content

Commit

Permalink
Combine class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed May 24, 2017
1 parent a6c4b3a commit 579a88a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@
<div class="well">
<?php echo $this->form->renderField('map_count'); ?>
</div>
<button class="btn" type="button" class="jform-rightbtn" onclick="jQuery('.filter-node').each(function () { this.click(); });">
<button class="btn jform-rightbtn" type="button" onclick="jQuery('.filter-node').each(function () { this.click(); });">
<span class="icon-checkbox-partial" aria-hidden="true"></span> <?php echo JText::_('JGLOBAL_SELECTION_INVERT'); ?></button>

<button class="btn pull-right" type="button" id="rightbtn" ><?php echo JText::_('COM_FINDER_FILTER_SHOW_ALL'); ?></button>
Expand Down

0 comments on commit 579a88a

Please sign in to comment.