mike_p
2010-05-29 deb07dacfa147db24499fe57bb8c204a11ccbb7a
fix bug FS#1200
and
give nav list items unique ids (requires nav.css be changed too!)
1 files modified
4 ■■■■ changed files
interface/web/themes/default/templates/sidenav.tpl.htm 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default/templates/sidenav.tpl.htm
@@ -1,6 +1,6 @@
<ul id="submenu">
<tmpl_loop name="nav_left">
  <li id="title">
  <li class="title">
    <tmpl_if name="startpage">
      <a href="#" onClick="loadContent('<tmpl_var name='startpage'>')">
    </tmpl_if>
@@ -10,7 +10,7 @@
    </tmpl_if>
  </li>
  <tmpl_loop name="items">
    <li>
    <li <tmpl_if name="html_id"> id='<tmpl_var name="html_id">' </tmpl_if>>
      <tmpl_if name="link">
        <a href="#" onClick="loadContent('<tmpl_var name='link'>')">
      </tmpl_if>