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/Problem/Index.aspx

    r6304 r6310  
    3333            <tr>
    3434                <td>
    35                     <%: Html.Label(p.Name)%>
     35                    <%: p.Name%>
    3636                </td>
    3737                <td>
    38                     <%: Html.Label(p.Description) %>
     38                    <%: p.Description %>
    3939                </td>
    4040                <td>
    41                     <%: Html.Label(p.DataTypeName)%>
     41                    <%: p.DataTypeName %>
    4242                </td>
    4343                <td class="hl-iconcell">
Note: See TracChangeset for help on using the changeset viewer.