Zbiór zmian 897 dla trunk/eCard/eCardMVC

Pokaż
Ignoruj:
Data:
2009-11-24 12:27:20 (16 years ago)
Autor:
alina
Opis:

re #215 usuniecie informacji o zalogowanym userze

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Views/Shared/LogOnUserControl.ascx

    r866 r897  
    33    if (Request.IsAuthenticated) { 
    44%>       
    5         <asp:Label ID="lab1" runat="server" Text="<%$Resources:tlumaczenia,witaj%>"></asp:Label> 
    6         <b><%= Html.Encode(Page.User.Identity.Name) %></b>! 
    75        <asp:Label ID="lab2" runat="server" Text="<%$Resources:tlumaczenia,Wyloguj%>" Visible="false"></asp:Label> 
    86        <%string wylogujsie = lab2.Text; %>