Skip to content

Commit

Permalink
Fix batch modalTooltip when mod Multilanguages status enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Apr 17, 2016
1 parent 2d0c4d3 commit d0741ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/html/batch/tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* None
*/

JHtml::_('bootstrap.tooltip', '.modalTooltip', array('container' => '.modal'));
JHtml::_('bootstrap.tooltip', '.modalTooltip', array('container' => '#collapseModal'));
?>
<label id="batch-tag-lbl" for="batch-tag-id" class="modalTooltip" title="<?php
echo JHtml::_('tooltipText', 'JLIB_HTML_BATCH_TAG_LABEL', 'JLIB_HTML_BATCH_TAG_LABEL_DESC'); ?>">
Expand Down

0 comments on commit d0741ce

Please sign in to comment.