User tests: Successful: Unsuccessful:
@mbabker This also needs some update in hathor layouts/joomla/toolbar/popup.php
I’ll post the code here to remember to create a PR in joomla
echo JHtmlBootstrap::renderModal(
'modal-'. $name, array(
'url' => $doTask,
'title' => $text,
'width' => '800px',
'height' => '300px',
'footer' => '<button class="btn" data-dismiss="modal" aria-hidden="true">'
. JText::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</button>'
)
);
?>
<a class="modal toolbar" data-toggle="modal" href="#modal-<?php echo $name; ?>">
<span class="<?php echo $class; ?>"></span>
<?php echo $text; ?>
</a>| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-06 22:01:36 |
| Closed_By | ⇒ | mbabker |
@mbabker Forget my previous comment. There is a way around without touching Joomla’s files…