Changeset 13133 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
2006-10-19T11:39:02+13:00 (18 years ago)
Author:
mdewsnip
Message:

Languages that should be displayed right-to-left are now specified in style.dm, rather than in the C++ code (!).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.cpp

    r12509 r13133  
    14441444  }
    14451445
    1446   // display text right to left if language is Arabic/Farsi/Urdu (and if browser can support it)
    1447   if (args["l"] == "ar" || args["l"] == "fa" || args["l"] == "ur")
    1448     disp.setmacro ("htmlextra", displayclass::defaultpackage, " dir=rtl");
    1449 
    14501446  // set collection specific macros
    14511447  if (!collection.empty()) {
Note: See TracChangeset for help on using the changeset viewer.