Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Faire disparaitre l'option de connexion dans le menu lorsque connecté…
Browse files Browse the repository at this point in the history
… terminé
  • Loading branch information
krazdax5 committed Nov 5, 2012
1 parent 9fc946a commit 22a49bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contenu/HobbyCartes/HobbyCartes/HobbyCartes.Master
Expand Up @@ -17,7 +17,7 @@
<img alt="Hobby-Cartes" src="img/titre.png" />
</a>
<ul id="menu">
<li><a href="Connexion.aspx" runat="server">Connexion</a></li>
<li><a href="Connexion.aspx" runat="server" id="mnuConnexion" visible="true">Connexion</a></li>
<li><a href="Inscription.aspx" runat="server" id="mnuInscription">Inscription</a></li>
<li><a href="Recherche.aspx" runat="server">Recherche</a></li>
<li><a href="FilFiches.aspx" runat="server">Fil des fiches</a></li>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions contenu/HobbyCartes/HobbyCartes/HobbyCartes.Master.vb
Expand Up @@ -11,6 +11,7 @@
hlnkConnection.Visible = False
hlnkDeconnection.Visible = True
mnuInscription.Visible = False
mnuConnexion.Visible = False

mnuProfil.Visible = True

Expand Down

0 comments on commit 22a49bc

Please sign in to comment.