Small fix mod_cblogin french

15 years 2 months ago #90134 by frgagnon
Small fix mod_cblogin french was created by frgagnon
Hi,

In french into module cblogin
when you clic on username field the text is not removed.
this is due because in french the text contain apostrophe "'"

so to fix that you must add fonction addslashes into php code like that:
if ( $show_username_pass_icons <= 1 ) {
// FG : Fix Add addslashes fonction with userNameText
$bgstyleUser .= " alt=\"" . $userNameText . "\" value=\"" . $userNameText . "\" "
. "onfocus=\"if (this.value=='" . addslashes($userNameText) . "') this.value=''\" onblur=\"if(this.value=='') { this.value='" . addslashes($userNameText) . "'; return false; }\""
;
$bgstylePass .= " alt=\""._UE_PASS."\" value=\"paswww\" onfocus=\"if (this.value=='paswww') this.value=''\" onblur=\"if(this.value=='') { this.value='paswww'; return false; }\""


thanks

Please Log in to join the conversation.

15 years 2 months ago #90140 by beat
Replied by beat on topic Re:Small fix mod_cblogin french
Yes, good point ! B)

Marked as #228 for fix.

Merci :)

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.246 seconds

Facebook Twitter LinkedIn