Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/11 15:35:44 (13 years ago)
Author:
gschwarz
Message:

#1433 Updated Problem Control/View

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Problem/Detail.aspx

    r6153 r6162  
    7272        <tr>
    7373            <td>
    74                 Plattforms:
     74                Platform:
    7575            </td>
    7676            <td>
    77                 <select name="PlattformId">
    78                     <% foreach(Platform pc in ((ProblemModel)Model).Plattforms) {  %>
     77                <select name="PlatformId">
     78                    <% foreach(Platform pc in ((ProblemModel)Model).Platforms) {  %>
    7979                        <% if(p.PlatformId == pc.Id) { %>
    8080                            <option selected="selected" value="<%=pc.Id%>"><%=pc.Name%></option>
Note: See TracChangeset for help on using the changeset viewer.