Skip to content

Commit deb07da

Browse files
author
mike_p
committed
fix bug FS#1200
and give nav list items unique ids (requires nav.css be changed too!)
1 parent e90dd11 commit deb07da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/themes/default/templates/sidenav.tpl.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ul id="submenu">
22
<tmpl_loop name="nav_left">
3-
<li id="title">
3+
<li class="title">
44
<tmpl_if name="startpage">
55
<a href="#" onClick="loadContent('<tmpl_var name='startpage'>')">
66
</tmpl_if>
@@ -10,7 +10,7 @@
1010
</tmpl_if>
1111
</li>
1212
<tmpl_loop name="items">
13-
<li>
13+
<li <tmpl_if name="html_id"> id='<tmpl_var name="html_id">' </tmpl_if>>
1414
<tmpl_if name="link">
1515
<a href="#" onClick="loadContent('<tmpl_var name='link'>')">
1616
</tmpl_if>

0 commit comments

Comments
 (0)