accent marks

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

accent marks

Post by OCReactive »

I have a problem with the accent marks in spanish at least, when I want to log in I see in the web page the word "Contraseña" but in the box to enter the password what I see is "Contraseña", I think that in the text.php the word/line used is the same, so I can't modify one without changing the other, can I?

This happens with every text box with accent marks in the web, not just in the log in page.

Thanks

P.S.: The new login page is so cool but, when I browse it from mobile it keeps bigger than my screen so that it gets cut, is it fault of my browser (FF mobile beta for Android)?
Óscar
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: accent marks

Post by mkoch227 »

What is $hesklang['pass'] set to in your language file: Contraseña or Contrase&ntilde;a? Mods for HESK escapes special HTML characters by default when passing in values to the placeholder/ghost text to prevent issues with characters such as < and >, so if you already have it escaped in the language file, it is going to appear that way in the placeholder text. Additionally, I changed my $hesklang['pass'] to "Constraseña", and it appeared just fine on my installation.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Re: accent marks

Post by OCReactive »

My bad then. I thought that I shouldn't write the chars like ñ, á, é...
Now I've changed all of them in the text.php and it looks fine everything.

Thanks!
Óscar
Post Reply