Changes between Version 193 and Version 194 of PakistanDevelopers


Ignore:
Timestamp:
09/08/10 23:38:41 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDevelopers

    v193 v194  
    3131 * We need the words to be translated into Urdu (Google have just released beta translator but not very polished yet)
    3232  * Need to add the text from the custom views on the live site
    33  * We need to set a global variable for RTL based on language choice
    34   * easiest is to add a simple lookup table for RTL languages in {{{models/00_settings.py}}} (if not in table then assume LTR)
     33 * We need to amend places with blocks of text broken up (e.g. to remove HTML markup) to include an 'if rtl'/'else' on the order
     34 * We need to specify the 'Submit' buttons label explicitly to pass it into T()
     35 * ~~We need to set a global variable for RTL based on language choice: {{{response.s3.rtl}}}~~
     36  * ~~easiest is to add a simple lookup table for RTL languages in {{{models/00_settings.py}}} (if not in table then assume LTR)~~
    3537
    3638This variable should be read to alter:
     
    3840 * 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}}}
    3941  * Should first complete #622 & then handle the variant & align the label
    40  * 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}}}
     42 * 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}}} (Done but not working...needs more investigation)
    4143
    4244=== Requests Management ===