Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/24/11 23:29:21 (13 years ago)
Author:
dkahn
Message:

#1433 Fixed missing files and debugged and fixed a null pointer exception on AlgorithmClass.Description that was caused by invalid values coming from webservice

File:
1 edited

Legend:

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

    r6246 r6271  
    33<ul>
    44<li <% if(Session["SelectedSubMenu"] == "AlgorithmClass") {%> class="selected" <%}%>>
    5     <%: Html.ActionLink("AlgorithmClass", "Index", "AlgorithmClassPlgin")%>
     5    <%: Html.ActionLink("AlgorithmClass", "Index", "AlgorithmClass")%>
    66</li>
    77<li <% if(Session["SelectedSubMenu"] == "Algorithm") {%> class="selected" <%}%>>
Note: See TracChangeset for help on using the changeset viewer.