summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/dashboard/submenu.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-24 22:01:21 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-24 22:01:21 +0100
commit606d2839aff19da1593c5cab4297342398b626aa (patch)
tree8a0714581ad31fe23b9acad9dc50fb1310905fb2 /pyload/web/app/templates/default/dashboard/submenu.html
parentdowngraded handlebars (diff)
downloadpyload-606d2839aff19da1593c5cab4297342398b626aa.tar.xz
render addon menu for packages
Diffstat (limited to 'pyload/web/app/templates/default/dashboard/submenu.html')
-rw-r--r--pyload/web/app/templates/default/dashboard/submenu.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/pyload/web/app/templates/default/dashboard/submenu.html b/pyload/web/app/templates/default/dashboard/submenu.html
new file mode 100644
index 000000000..70e067b84
--- /dev/null
+++ b/pyload/web/app/templates/default/dashboard/submenu.html
@@ -0,0 +1,8 @@
+{{#each this}}
+ {{#each this}}
+ <li><a href="#" data-plugin="{{@key}}" data-func="{{func_name}}">
+ <img src="{{pluginIcon @key}}" style="width: 20px; height: 20px">&nbsp;
+ {{label}}</a>
+ </li>
+ {{/each}}
+{{/each}} \ No newline at end of file