Joomla! Main Menu
| Translating Refresh Button for ImageVerification |
|
|
|
Написано от myOltrans
Понеделник, 15 Декември 2008 06:30
Последно променен на Неделя, 21 Декември 2008 10:39
If you have added a Refresh button for ImageVerification you may want to change the Refresh button label. More information about how to add a Refresh button you may find on Add Refresh Button for ImageVerification. Using ChronoEngine code available at ChronoEngine FAQs page the button will be named 'refresh'.To change button's name, open /components/com_chronocontact/chronocontact.php and find <input type="button" value="refresh" onclick="RefreshImageVer(this.form);" />'; Then change 'refresh' to whatever you want. Do not forget to save the file as UTF-8 if you will use other characters than Latin. This method is useful only for one-language websites. If you are running a multilingual website you will need a different solution.To support multilingual websites the Refresh Button name should be added to ChronoForms language files. |


