Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/11 15:00:44 (13 years ago)
Author:
dkahn
Message:

#1433 Plugin styling

Location:
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem/Detail.aspx

    r6246 r6290  
    55<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
    66    Detail
     7</asp:Content>
     8<asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent">
     9   <% Html.RenderAction("Menu", "Admin"); %>
    710</asp:Content>
    811<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem/Index.aspx

    r6246 r6290  
    55<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
    66    Index
     7</asp:Content>
     8<asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent">
     9   <% Html.RenderAction("Menu", "Admin"); %>
    710</asp:Content>
    811<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
Note: See TracChangeset for help on using the changeset viewer.