Changes between Version 193 and Version 194 of PakistanDevelopers
- Timestamp:
- 09/08/10 23:38:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDevelopers
v193 v194 31 31 * We need the words to be translated into Urdu (Google have just released beta translator but not very polished yet) 32 32 * 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)~~ 35 37 36 38 This variable should be read to alter: … … 38 40 * 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}}} 39 41 * 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) 41 43 42 44 === Requests Management ===