mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix typo
This commit is contained in:
@@ -45,12 +45,7 @@ class login
|
|||||||
|
|
||||||
public function get_password_link()
|
public function get_password_link()
|
||||||
{
|
{
|
||||||
// $findpwd = '';
|
return '<a target="_self" class="link" rel="external" href="/login/forgotpwd.php">' . _('login:: Forgot your password') . '</a>';
|
||||||
// if(GV_find_password )
|
|
||||||
// {
|
|
||||||
$findpwd = '<a target="_self" class="link" rel="external" href="/login/forgotpwd.php">' . _('login:: Forgot your password') . '</a>';
|
|
||||||
// }
|
|
||||||
return $findpwd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get_register_link()
|
public function get_register_link()
|
||||||
|
@@ -77,7 +77,7 @@ $groups = array(
|
|||||||
, '//include/jslibs/jquery.vertical.buttonset.js'
|
, '//include/jslibs/jquery.vertical.buttonset.js'
|
||||||
, '//include/js/jquery.Selection.js'
|
, '//include/js/jquery.Selection.js'
|
||||||
, '//include/js/jquery.Edit.js'
|
, '//include/js/jquery.Edit.js'
|
||||||
, '//include/js/jquery.Lists.js'
|
, '//include/js/jquery.lists.js'
|
||||||
, '//prod/jquery.Phraseanet.js'
|
, '//prod/jquery.Phraseanet.js'
|
||||||
, '//prod/jquery.Prod.js'
|
, '//prod/jquery.Prod.js'
|
||||||
, '//prod/jquery.Feedback.js'
|
, '//prod/jquery.Feedback.js'
|
||||||
|
Reference in New Issue
Block a user