-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.2
-
Fix Version/s: 1.9
-
Component/s: Administration
-
Labels:None
-
Environment:All
-
Database:Any
-
Affected Branches:MOODLE_15_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Whatever the value of fullnamedisplay is, input areas of user's firstname and lastname are ordered as this order. Japanese users (maybe also other Asian users) often make mistakes in inputting their names. I proposed it should be changable according to fullnamedisplay like this:
<?php
$nameordercheck->firstname = a;
$nameordercheck->lastname = b;
if ( fullname($nameordercheck) == b a )
{ ?> ... lastname input proc. .... ... firstname input proc. .... <?php }else
{ ?> ... firstname input proc. .... ... lastname input proc. .... <?php }?>
This modification should be added to login/signup_form.html and user/edit.html.
A complete patch for this is :
- has a clone
-
MDL-20354 CLONE -order of firstname and lastname in filling forms - for Chinese
-
- Closed
-