Hi !
On 1.2.5-DEV in the new "Email contact form", when language in back-end is french, I noticed that the drop-down list that contains the field types has some blank entries ..
See html code here :
<select name="cform_field_type[1]" class="v10">
<option value="text" selected></option>
<option value="textarea"></option>
<option value="special"></option>
<option value="hidden"></option>
<option value="password"></option>
<option value="email">email</option>
<option value="select"></option>
<option value="list"></option>
<option value="checkbox">checkbox</option>
<option value="radio">bouton radio</option>
<option value="upload">fichier</option>
<option value="submit"></option>
<option value="reset">boutton reset</option>
<option value="break">break</option>
<option value="breaktext"></option>
</select>
I was not able to find neither a file nore an entry in a mysql table.
Has anybody an idea about this issue ?
Thank you very much !
[SOLVED] mail contact form in 1.2.5 backend>blank dropdow
[SOLVED] mail contact form in 1.2.5 backend>blank dropdow
Last edited by najbo on Mon 12. Sep 2005, 12:15, edited 1 time in total.
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
Thank you very much !
I solved it by changing values in include/inc_lang/backend/fr/lang.inc.php ; text was wrong labelled.
Here are the correct parameters for be_cnt_field value :
$BL['be_cnt_field'] = array("text"=>'texte', "email"=>'email', "textarea"=>'texte (multi-lignes)',
"hidden"=>'caché', "password"=>'mot de passe', "select"=>'sélectionner le menu',
"list"=>'menu de la liste', "checkbox"=>'checkbox', "radio"=>'bouton radio',
"upload"=>'upload fichier', "submit"=>'bouton d\'envoi', "reset"=>'bouton reset',
"break"=>'séparateur', "breaktext"=>'séparateur (texte)', "special"=>'texte (spécial)');
Thanks a lot guys for your quick reply !!
Najbo
I solved it by changing values in include/inc_lang/backend/fr/lang.inc.php ; text was wrong labelled.
Here are the correct parameters for be_cnt_field value :
$BL['be_cnt_field'] = array("text"=>'texte', "email"=>'email', "textarea"=>'texte (multi-lignes)',
"hidden"=>'caché', "password"=>'mot de passe', "select"=>'sélectionner le menu',
"list"=>'menu de la liste', "checkbox"=>'checkbox', "radio"=>'bouton radio',
"upload"=>'upload fichier', "submit"=>'bouton d\'envoi', "reset"=>'bouton reset',
"break"=>'séparateur', "breaktext"=>'séparateur (texte)', "special"=>'texte (spécial)');
Thanks a lot guys for your quick reply !!
Najbo
Last edited by najbo on Mon 12. Sep 2005, 12:31, edited 1 time in total.
Thank you Najbo!
solved my problem as well...
Cheers!
solved my problem as well...
Cheers!
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
Cool Najbo!
Thanks![Wink :wink:](./images/smilies/icon_wink.gif)
![Cool 8)](./images/smilies/icon_cool.gif)
Thanks
![Wink :wink:](./images/smilies/icon_wink.gif)
![Image](http://logotypes.ca/mdglogotypes03f.png)
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!