- Timestamp:
- 05/07/11 15:35:44 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem/Detail.aspx
r6153 r6162 72 72 <tr> 73 73 <td> 74 Plat tforms:74 Platform: 75 75 </td> 76 76 <td> 77 <select name="Plat tformId">78 <% foreach(Platform pc in ((ProblemModel)Model).Plat tforms) { %>77 <select name="PlatformId"> 78 <% foreach(Platform pc in ((ProblemModel)Model).Platforms) { %> 79 79 <% if(p.PlatformId == pc.Id) { %> 80 80 <option selected="selected" value="<%=pc.Id%>"><%=pc.Name%></option> -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem/Index.aspx
r6153 r6162 31 31 </td> 32 32 <td> 33 <%: Html.ActionLink("delete", "Detail",new {p.Id}) %>33 <%: Html.ActionLink("delete", "Delete",new {p.Id}) %> 34 34 </td> 35 35 </tr>
Note: See TracChangeset
for help on using the changeset viewer.