1
hi'
First sorry if this question has been already resolved, I don't know wich keyword to use
I would like to replace this sentence by an icon :
Quote:
define('_CAPTCHA_REFRESH', 'Click to refresh the image if it is not clear enough.');
(www/language/english/captcha)
To do it, I must :
• 1. edit www/class/captcha/image.php, line 89
Replace :
By :
• 2. put my icon into www/modules/xforms/
(it is the module I use)
Now, two questions
:
a • title="_CAPTCHA_REFRESH" does not display sentence, _CAPTCHA_REFRESH appears when I roll hover the icon.
Could you tell me the right syntax ?b •
: path is not very pratical, I would prefer something like <{xoAppUrl /uploads/captcha-refresh.gif}>... so the same icon could be used for all my modules.
Again, could you tell me the right syntax ?Thanks in advance for responses :)
Still learning CSS and... english