Zbiór zmian 939 dla branches/Emisje/eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx
- Data:
- 2009-12-08 10:09:39 (16 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 3 3 /branches/ReklamaReorganizacja:568-731 4 4 /tags/BazaReklam_1.1.28:831 5 /trunk:774-893 5 /trunk:774-893,896-936
-
- Property svn:mergeinfo
-
branches/Emisje/eCard/eCardMVC/Platnosci/Views/Shared/Error1.aspx
r866 r939 11 11 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 12 12 13 <h3> 14 <%=Model.error%> 15 </h3> 13 <p class="Info"> 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.InvoiceId }, null)%></span> 19 <%}%> 20 </p> 16 21 </asp:Content>
