Pokaż
Ignoruj:
Data:
2009-09-30 15:49:14 (17 years ago)
Autor:
marek
Opis:

re #195 - merged with latest trunk

Lokalizacja:
branches/Emisje
Pliki:
2 zmodyfikowane
1 skopiowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Emisje

    • Property svn:mergeinfo
      •  

        old new  
         1/branches/AutoShopper:815-818 
        12/branches/ReklamaReorganizacja:568-731 
        2 /trunk:774-810 
         3/tags/BazaReklam_1.1.28:831 
         4/trunk:774-837 
  • branches/Emisje/Wierszowki/Wierszowki.Web/Views/MagazineItem/Confirm.aspx

    r796 r838  
    44        Potwierdzenie dodania wierszówki 
    55</asp:Content> 
    6  
    76<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 
    8  
     7<% 
     8    if (ViewData["message"] == "delete") 
     9    { 
     10%> 
     11        <h4>Pomyœlnie usuniêto wierszówkê!</h4> 
     12<% 
     13    } 
     14    else if(ViewData["message"] == "null"){ 
     15%> 
     16        <h6>Nie mo¿na wykonaæ operacji. B³êdny numer id!!! </h6> 
     17<%  } 
     18    else 
     19    { 
     20%> 
    921    <h2>Pomyœlnie dodano/zaktualizowano wierszówkê dla: <%= Html.Encode(ViewData.Model.FirstName + " " + ViewData.Model.LastName)%></h2> 
     22<%      
     23    } 
     24%> 
    1025    <div> 
    1126        <%=Html.ActionLink("Powrót", "Index", "Report") %>