Changes between Version 194 and Version 195 of PakistanDevelopers


Ignore:
Timestamp:
09/09/10 00:01:00 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDevelopers

    v194 v195  
    3333 * 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
    3434 * We need to specify the 'Submit' buttons label explicitly to pass it into T()
     35 * We need to Localise {{{static/img/help_on.gif}}} & {{{help_off.gif}}}
    3536 * ~~We need to set a global variable for RTL based on language choice: {{{response.s3.rtl}}}~~
    3637  * ~~easiest is to add a simple lookup table for RTL languages in {{{models/00_settings.py}}} (if not in table then assume LTR)~~
    3738
    3839This variable should be read to alter:
    39  * 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)
     40 * ~~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)~~
    4041 * 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}}}
    4142  * Should first complete #622 & then handle the variant & align the label
    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)
     43 * ~~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}}}~~
    4344
    4445=== Requests Management ===