This commit is contained in:
Romain Neutron
2012-02-02 16:27:44 +01:00
parent 97bf29a5f2
commit 203770fdee
2 changed files with 2 additions and 7 deletions

View File

@@ -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()

View File

@@ -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'