Skip to content

Commit

Permalink
Remove ACL tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag committed Feb 2, 2018
1 parent 31f16fe commit 28caf9b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions layouts/joomla/form/field/rules/tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,17 @@
<?php foreach ($actions as $action) : ?>
<tr>
<td headers="actions-th<?php echo $group->value; ?>">
<label for="<?php echo $id; ?>_<?php echo $action->name; ?>_<?php echo $group->value; ?>"
class="hasTooltip"
title="<?php echo HTMLHelper::_('tooltipText', $action->title, $action->description); ?>">
<?php echo Text::_($action->title); ?> </label>
<label for="<?php echo $id; ?>_<?php echo $action->name; ?>_<?php echo $group->value; ?>" class="hasTooltip" >
<?php echo Text::_($action->title); ?>
</label>
</td>

<td headers="settings-th<?php echo $group->value; ?>">

<select onchange="sendPermissions.call(this, event)"
class="custom-select novalidate"
name="<?php echo $name; ?>[<?php echo $action->name; ?>][<?php echo $group->value; ?>]"
id="<?php echo $id; ?>_<?php echo $action->name; ?>_<?php echo $group->value; ?>"
title="<?php echo strip_tags(Text::sprintf('JLIB_RULES_SELECT_ALLOW_DENY_GROUP', Text::_($action->title), trim($group->text))); ?>">
id="<?php echo $id; ?>_<?php echo $action->name; ?>_<?php echo $group->value; ?>" >
<?php
/**
* Possible values:
Expand Down

0 comments on commit 28caf9b

Please sign in to comment.