Changeset 32150 in spip-zone for _plugins_/authentification/openid/openid_pipelines.php
- Timestamp:
- Oct 15, 2009, 9:09:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/authentification/openid/openid_pipelines.php
r32140 r32150 67 67 $openid = preg_replace(',^http://,i','',$openid); 68 68 $message = _T('openid:form_login_openid_ok') // . $openid 69 . " <a href=\"#\" onclick=\"jQuery('.editer_login .explication').hide();jQuery('.editer_password').show();return false;\">"._T('openid:form_login_openid_pass')."</a>";69 . "<br />[<a href=\"#\" onclick=\"jQuery('.editer_login .explication').hide();jQuery('.editer_password').show();return false;\">"._T('openid:form_login_openid_pass')."</a>]"; 70 70 $scriptopenid = "jQuery('#var_login').keyup(function(){ 71 71 if (jQuery(this).val()!='".addslashes($login)."') {
Note: See TracChangeset
for help on using the changeset viewer.