summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-07 19:56:01 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-07 19:56:01 +0100
commit2283396e235bd938c612b1a1a3a94c8bd94ba448 (patch)
treedb145abd0772ece893847fcb6bc835bbbfeb743c /module/web/templates
parentfixed the lexer rules (diff)
downloadpyload-2283396e235bd938c612b1a1a3a94c8bd94ba448.tar.xz
render the settings menu
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/settings.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index 5fa34a40d..77413a222 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -15,9 +15,11 @@
{% block head %}
<script type="text/template" id="template-menu">
<%=if core%>
- Core
+ <li class="nav-header"><i class="icon-globe icon-white"></i> {{ _("General") }}</li>
+ <%=each core%>
+ <li data-name="<% this.name %>"><a href="#"><% this.label %></a></li>
+ <%/each%>
<%/if%>
- <li class="nav-header"><i class="icon-globe icon-white"></i> {{ _("General") }}</li>
<li class="divider"></li>
<li class="nav-header"><i class="icon-th-large icon-white"></i> {{ _("Addons") }}</li>
<li class="divider"></li>