Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/11 13:12:25 (14 years ago)
Author:
dkahn
Message:

#1198 Ongoing styling

File:
1 edited

Legend:

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

    r6290 r6304  
    2222        <th>Description</th>
    2323        <th>Type</th>
    24         <th colspan="2">Actions</th>
     24        <th>Actions</th>
    2525      </tr>
    2626    </thead>
     
    3838          <%: Html.Label(p.DataTypeName)%>
    3939        </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>
    4644      </tr>
    4745      <% } %>
Note: See TracChangeset for help on using the changeset viewer.