?
avatar brianteeman
brianteeman
4 Jul 2018

As you can see in this code it will generate TWO class attributes. you can only have ONE

$title = '';
if (!is_numeric($item->text))
{
$title = ' class="hasTooltip" title="' . $item->text . '"';
}
return '<li' . $class . '><a class="page-link"' . $title . ' href="#" onclick="document.adminForm.' . $item->prefix . $limit . '; Joomla.submitform();return false;">' . $display . '</a></li>';
}

avatar brianteeman brianteeman - open - 4 Jul 2018
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jul 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Jul 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Jul 2018
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Jul 2018
Category Code style Templates (admin)
avatar Quy Quy - change - 4 Jul 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-07-04 17:08:06
Closed_By Quy
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jul 2018
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 4 Jul 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 4 Jul 2018

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/20971

avatar Quy
Quy - comment - 4 Jul 2018

Please test PR #20978


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20971.

Add a Comment

Login with GitHub to post a comment