Changes between Version 189 and Version 190 of PakistanDevelopers


Ignore:
Timestamp:
09/08/10 21:58:45 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDevelopers

    v189 v190  
    3030=== Localisation ===
    3131 * We need the words to be translated into Urdu (Google have just released beta translator but not very polished yet)
     32 * We need to set a global variable for RTL based on language choice
     33  * easiest is to add a simple lookup table for RTL languages in {{{models/00_settings.py}}} (if not in table then assume LTR)
     34
     35This variable should be read to alter:
    3236 * The text should all be right-justified (currently body has direction: ltr; in sahana.css We can change this globally with a theme but we need it dynamic per language)
    33  * Form Labels should be put to the right of the INPUT boxes (formstyle) (& comments to the left)
    34  * colon should be to the left of the label: ({{{static/scripts/s3/labels.js}}}) needs to read a global variable.
     37 * Form Labels should be put to the right of the INPUT boxes (& comments to the left): alternate RTL s3_formstyle in {{{models/00_settings.py}}}
     38 * colon should be to the left of the label: ({{{static/scripts/s3/labels.js}}}) should read a global javascript variable set in {{{views/sahana_scripts_min.html}}} & {{{sahana_scripts_debug.html}}}
    3539
    3640=== Requests Management ===