Zbiór zmian 916 dla trunk/eCard/eCardMVC
- Data:
- 2009-12-01 12:25:56 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci
- Pliki:
-
- 3 zmodyfikowane
-
Content/truck.css (zmodyfikowane) (1 diff)
-
Models/ErrorViewData.cs (zmodyfikowane) (1 diff)
-
Views/Shared/Error1.aspx (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Content/truck.css
r908 r916 39 39 .tlo 40 40 { 41 background-color: #1B1D21; 41 background-color: #1B1D21; 42 padding-bottom: 3px; 42 43 } -
trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs
r866 r916 11 11 public OperationType type { get; set; } 12 12 public string tytul {get; set;} 13 public int idfaktury { get; set; } 13 14 } 14 15 } -
trunk/eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx
r898 r916 13 13 <p class="Info"> 14 14 <%=Model.error%> 15 <%if (Model.error == HttpContext.GetGlobalResourceObject("tlumaczenia", "error_hash").ToString()) 16 { 17 string link2 = HttpContext.GetGlobalResourceObject("tlumaczenia", "KolejnaProba").ToString();%> 18 <span id="link1"><%=Html.ActionLink(link2, "Show", "Platnosc", new { id = Model.idfaktury }, null)%></span> 19 <%}%> 15 20 </p> 16 21 </asp:Content>
