Pokaż
Ignoruj:
Data:
2009-12-04 11:47:19 (16 years ago)
Autor:
alina
Opis:

re #215 edycja akcji ok, nie wyswietlamy komunikatu,ze transakcja sie powiodla, jesli nie przyszlo potwierdzenie z eCardu.

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Fail.aspx

    r919 r926  
    66 
    77<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 
    8  
    9     <% 
    10     if (!String.IsNullOrEmpty(Model.info)) 
    11     { 
    12     %> 
    13         <%=Model.info%> 
    14     <% 
    15     }else{ 
    16     %> 
     8     
    179        <p class="pay_error"> 
    18             <asp:Label ID="lab2" runat="server" Text="<%$Resources:tlumaczenia,blad1%>"></asp:Label> 
     10             
    1911            <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)){%> 
    20                 <%=Model.vPlatnosciEcard.Faktura_Numer%> 
     12                <asp:Label ID="lab3" runat="server" Text=""> 
     13                <% string txt = HttpContext.GetGlobalResourceObject("tlumaczenia", "blad2").ToString(); %> 
     14                <%=String.Format(txt, Model.vPlatnosciEcard.Faktura_Numer) %> 
     15                </asp:Label> 
    2116            <%}%> 
    22             <asp:Label ID="lab3" runat="server" Text="<%$Resources:tlumaczenia,blad2%>"></asp:Label> 
     17             
    2318        </p> 
    2419        <%if (Model.vPlatnosciEcard != null && !String.IsNullOrEmpty(Model.vPlatnosciEcard.Faktura_Numer)) 
     
    3429             
    3530        <%} %> 
    36      <%}%>    
    3731</asp:Content>