FSN#37938 submenu styling

svn path=/Website/trunk/; revision=31790
This commit is contained in:
Peter Feij
2016-12-02 10:40:35 +00:00
parent 524e41b856
commit 119f40fd3f

View File

@@ -122,10 +122,10 @@ function CreateMenuGroep(Koppen, pmode)
showtxt = showImage(menuKop.image, 'micon fa-2x');
Response.Write(showtxt);
} else {
%><img src="../Pictures/transparent.gif" class="nomicon"><% // invisible but take up the same space as an image
%><span class="nomicon"><%= safe.html(menuKop.label.substr(0,1)) %></span><% // invisible but take up the same space as an image
}
}%>
<span class="menukop"><%= safe.htmlattr(menuKop.label) %></span>
<span class="menukop"><%= safe.html(menuKop.label) %></span>
<% CreateItems(menuKop.Items, pmode, !menuKop.startopen && menu_start_collapsed==1) %>
</li><%
}