Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
b206549a
Commit
b206549a
authored
May 16, 2013
by
Bertrand Gauthier
Browse files
Modif title du lien de déconnexion pour être "compatible" avec la déconnexion CAS.
parent
8c74d220
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserConnection.php
View file @
b206549a
...
...
@@ -52,7 +52,7 @@ class UserConnection extends UserAbstract
else
{
$href
=
$urlLogout
;
$lib
=
$this
->
getView
()
->
translate
(
"Déconnexion"
);
$title
=
$this
->
getView
()
->
translate
(
"
Ferme votre session au sein de cette applicat
ion"
);
$title
=
$this
->
getView
()
->
translate
(
"
Supprime les informations de connex
ion"
);
}
$link
=
sprintf
(
$template
,
$href
,
$title
,
$lib
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment