Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Algorithm/Index.aspx ΒΆ

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