Ignore:
Timestamp:
2002-12-05T14:47:11+13:00 (21 years ago)
Author:
sjboddie
Message:

Preferences page accessible from home page now uses dynamic list of
available interface languages and encodings (as collection-specific
preferences page has always done).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/home.dm

    r3624 r3625  
    174174<tr valign="top">
    175175<td>_preferences:textlanguage_</td>
    176 <td><select name="l" onChange="updatel();">
    177 <option value="en" _If_("_cgiargl_" eq "en", selected)>English
    178 <option value="fr" _If_("_cgiargl_" eq "fr", selected)>French
    179 <option value="es" _If_("_cgiargl_" eq "es", selected)>Spanish
    180 <option value="tr" _If_("_cgiargl_" eq "tr", selected)>Turkish
    181 </select>
    182 </td>
     176<td>_languageoption_</td>
     177</tr>
     178<tr valign="top">
     179<td>_preferences:textencoding_</td>
     180<td>_encodingoption_</td>
    183181</tr>
    184182<tr valign="top">
Note: See TracChangeset for help on using the changeset viewer.