- Timestamp:
- 05/27/11 13:12:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Algorithm/Index.aspx ¶
r6290 r6304 22 22 <th>Description</th> 23 23 <th>Type</th> 24 <th colspan="2">Actions</th>24 <th>Actions</th> 25 25 </tr> 26 26 </thead> … … 38 38 <%: Html.Label(p.DataTypeName)%> 39 39 </td> 40 <td> 41 <%: Html.ActionLink("detail", "Detail", new { p.Id }, new { @class = "hl-icon-edit" })%> 42 </td> 43 <td> 44 <%: Html.ActionLink("delete", "Delete", new { p.Id }, new { @class = "hl-icon-delete" })%> 45 </td> 40 <td class="hl-iconcell"> 41 <%: Html.ActionLink("detail", "Detail", new { p.Id }, new { @class = "hl-icon-edit" })%> 42 <%: Html.ActionLink("delete", "Delete", new { p.Id }, new { @class = "hl-icon-delete" })%> 43 </td> 46 44 </tr> 47 45 <% } %>
Note: See TracChangeset
for help on using the changeset viewer.