diff options
author | 2013-11-24 22:01:21 +0100 | |
---|---|---|
committer | 2013-11-24 22:01:21 +0100 | |
commit | 606d2839aff19da1593c5cab4297342398b626aa (patch) | |
tree | 8a0714581ad31fe23b9acad9dc50fb1310905fb2 /pyload/web/app/templates/default/dashboard/submenu.html | |
parent | downgraded handlebars (diff) | |
download | pyload-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.html | 8 |
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"> + {{label}}</a> + </li> + {{/each}} +{{/each}}
\ No newline at end of file |