Skip to content
Commits on Source (2)
......@@ -897,6 +897,7 @@ class ilAdvancedSelectionListGUI implements ilToolbarItem
case self::STYLE_LINK:
$tpl->setVariable("BTN_CLASS", "");
$tpl->setVariable("TAG", "a");
$tpl->touchBlock("href_link");
break;
}
......
<!-- BEGIN js_section -->
<div class="btn-group">
<!-- Important: The next a-tag had a this.blur(); in the onclick event before. Please do not add it again, see bug #8723 -->
<{TAG} type="button" {ACCKEY} class="{BTN_CLASS} dropdown-toggle" data-toggle="dropdown" data-container="body" id="ilAdvSelListAnchorText_{ID}" aria-label="{TXT_ARIA_TOP}">
<{TAG} <!-- BEGIN href_link -->href="#" <!-- END href_link --> type="button" {ACCKEY} class="{BTN_CLASS} dropdown-toggle" data-toggle="dropdown" data-container="body" id="ilAdvSelListAnchorText_{ID}" aria-label="{TXT_ARIA_TOP}">
<span>{TXT_SEL_TOP}</span> <!-- BEGIN top_img --><span class="{IMG_SPAN_STYLE}"></span><!-- END top_img -->
</{TAG}>
{GROUPED_LIST_HTML}
......