Changes between Version 194 and Version 195 of PakistanDevelopers
- Timestamp:
- 09/09/10 00:01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDevelopers
v194 v195 33 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 34 * 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}}} 35 36 * ~~We need to set a global variable for RTL based on language choice: {{{response.s3.rtl}}}~~ 36 37 * ~~easiest is to add a simple lookup table for RTL languages in {{{models/00_settings.py}}} (if not in table then assume LTR)~~ 37 38 38 39 This 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)~~ 40 41 * 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}}} 41 42 * 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}}}~~ 43 44 44 45 === Requests Management ===