oops, forgot this little guy
This commit is contained in:
parent
1a5bd9e647
commit
85c33190fa
1 changed files with 19 additions and 0 deletions
19
docs/upgrades/templates-6.9.0/adminbar.tmpl
Normal file
19
docs/upgrades/templates-6.9.0/adminbar.tmpl
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#PBtmpl0000000000000090
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
var slider = new createSlidePanelBar("WebGUIAdminBar");
|
||||
var panel;
|
||||
<tmpl_loop adminbar_loop>
|
||||
panel = new createPanel("<tmpl_var name>", "<tmpl_var label>");
|
||||
<tmpl_loop items>
|
||||
panel.addLink("<tmpl_var icon.small>", "<tmpl_var title escape=JS>", "<tmpl_var url escape=JS>");
|
||||
</tmpl_loop>
|
||||
slider.addPanel(panel);
|
||||
</tmpl_loop>
|
||||
slider.draw();
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
~~~
|
||||
<script src="^Extras;slidePanel/slidePanel.js" type="text/javascript"></script>
|
||||
<link href="^Extras;slidePanel/slidePanel.css" rel="stylesheet" type="text/css" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue