Changeset 20744


Ignore:
Timestamp:
2009-09-29T13:56:27+13:00 (15 years ago)
Author:
kjdon
Message:

moved the text from htmloptions into english.dm. moved htmloptions macro to below language and encoding in the pref page.

File:
1 edited

Legend:

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

    r19204 r20744  
    306306
    307307_fcoption_ {
    308 <td valign=baseline>Document page layout</td>
     308<td valign=baseline>_textdoclayout_</td>
    309309<td><input type=radio name=fc value=1 onClick="updatefc(1);"
    310         _If_(_cgiargfc_, checked)>navigation bar at top<br>
     310        _If_(_cgiargfc_, checked)>_textlayoutnavbar_<br>
    311311<input type=radio name=fc value=0 onClick="updatefc(0);"
    312         _If_(_cgiargfc_,, checked)>no navigation bar</td>
     312        _If_(_cgiargfc_,, checked)>_textlayoutnonavbar_</td>
    313313}
    314314
    315315_hloption_ {
    316 <td valign=baseline>Search term highlighting</td>
     316<td valign=baseline>_texttermhighlight_</td>
    317317<td><input type=radio name=hl value=1 onClick="updatehl(1);"
    318         _If_(_cgiarghl_, checked)>highlight search terms<br>
     318        _If_(_cgiarghl_, checked)>_texttermhighlighton_<br>
    319319<input type=radio name=hl value=0 onClick="updatehl(0);"
    320         _If_(_cgiarghl_,, checked)>don't highlight search terms</td>
     320        _If_(_cgiarghl_,, checked)>_texttermhighlightoff_</td>
    321321}
    322322
     
    544544<h3>_textpresentationprefs_</h3>
    545545<blockquote>
    546 <table>_htmloptions_
     546<table>
    547547
    548548_If_(_languageoption_,<tr><td>_textlanguage_</td><td>_languageoption_</td></tr>)
     
    551551
    552552<tr>_formatoption_</tr>
     553_htmloptions_
    553554_If_("_tidyoption_" ne "untidy",<tr>_bookoption_</tr>)
    554555</table>
Note: See TracChangeset for help on using the changeset viewer.