|
|
@ -222,11 +222,11 @@ function toolbar_popover($glyphicon, $label, $content, $class = '')
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
$(\'#' . $dom_id . '\').popover({
|
|
|
|
$(\'#' . $dom_id . '\').popover({
|
|
|
|
trigger: \'focus\',
|
|
|
|
trigger: \'click\',
|
|
|
|
html: true,
|
|
|
|
html: true,
|
|
|
|
content: \'' . addslashes(join('', $content)) . '\',
|
|
|
|
content: \'' . addslashes(join('', $content)) . '\',
|
|
|
|
placement: \'bottom\',
|
|
|
|
placement: \'bottom\',
|
|
|
|
container: \'#navbar-collapse-1\'
|
|
|
|
container: \'#navbar-offcanvas\'
|
|
|
|
})
|
|
|
|
})
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script></li>';
|
|
|
|
</script></li>';
|
|
|
|