Sirlefou1 / GRR2

GNU General Public License v2.0
6 stars 5 forks source link

my_account.php is not in EN_GB always FR #2

Closed briskg closed 10 years ago

briskg commented 10 years ago

Please see attached screen shot this page is always in FR not EN_GB, how do I fix

Thanks

Kal.

image

Sirlefou1 commented 10 years ago

fix in this commit https://github.com/Sirlefou1/GRR2/commit/fcbe201b45163275e58895b4bfcf845a961366bb

briskg commented 10 years ago

For EN language fix #2 which file(s) do i need to extract as I have made many changes to the code for my own language settings etc

Sirlefou1 commented 10 years ago

only my_account.php

briskg commented 10 years ago

Please see following code in my_account.php at line 410 the code reads: if (getSettingValue("module_multisite") == "Oui") echo ('

'.get_vocab('ex/_-----MAJ Loïs THOMAS -->Style du menu à gauche-----_/ #menuGauche { background-color:#005394; border-bottom : 3px solid #97947e; float : left; height: 100%; min-width : 200px; width : 300px; padding-bottom: 10px; }plain_default_area_and_room_and_site').'

'); but should read if (getSettingValue("module_multisite") == "Oui") echo ('

'.get_vocab('explain_default_area_and_room_and_site').'

'); /_-----MAJ Loïs THOMAS -->Style du menu à gauche-----_/ #menuGauche { background-color:#005394; border-bottom : 3px solid #97947e; float : left; height: 100%; min-width : 200px; width : 300px; padding-bottom: 10px; } else echo ('

'.get_vocab('explain_default_area_and_room').'

'); I think the css style should not be there too? Regards, kal.
Sirlefou1 commented 10 years ago

fix in commit https://github.com/Sirlefou1/GRR2/commit/58446466d37baf042902e54dd989ccf7e6830e38

simply remove /-----MAJ Loïs THOMAS -->Style du menu à gauche-----/

menuGauche {

background-color:#005394; border-bottom : 3px solid #97947e; float : left; height: 100%; min-width : 200px; width : 300px; padding-bottom: 10px; }

Sirlefou1 commented 10 years ago

thanks for reporting errors

briskg commented 10 years ago

Do you want ALL errors Ive found?

Sirlefou1 commented 10 years ago

Yes