Zbiór zmian 971 dla trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx
- Data:
- 2009-12-23 11:59:36 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx
r956 r971 1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage< Platnosci.Models.InvoiceDetailsViewData>"%>1 <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<InvoiceDetailsViewData>"%> 2 2 3 3 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> … … 7 7 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 8 8 <% 9 if (!String.IsNullOrEmpty(Model. info))9 if (!String.IsNullOrEmpty(Model.Info)) 10 10 { 11 11 %> 12 12 <p class="pay_error"> 13 <%=Model. info%>13 <%=Model.Info%> 14 14 </p> 15 15 <% … … 19 19 %> 20 20 <p class="Info"> 21 <%string podziekowaniaTxt = String.Format(HttpContext.GetGlobalResourceObject("tlumaczenia","podziekowania").ToString(),Model. vPlatnosciEcard.Faktura_Numer); %>21 <%string podziekowaniaTxt = String.Format(HttpContext.GetGlobalResourceObject("tlumaczenia","podziekowania").ToString(),Model.Invoice.Faktura_Numer); %> 22 22 <%=podziekowaniaTxt%> 23 23 </p>
