Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/11 18:15:46 (13 years ago)
Author:
wtollsch
Message:

#1433 Platform views included, Index.aspx -> removed Html.Labels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Menu.ascx

    r6271 r6310  
    22
    33<ul>
     4<li <% if(Session["SelectedSubMenu"] == "Platform") {%> class="selected" <%}%>>
     5    <%: Html.ActionLink("Platform", "Index", "Platform")%>
     6</li>
    47<li <% if(Session["SelectedSubMenu"] == "AlgorithmClass") {%> class="selected" <%}%>>
    58    <%: Html.ActionLink("AlgorithmClass", "Index", "AlgorithmClass")%>
Note: See TracChangeset for help on using the changeset viewer.