Changeset 12765


Ignore:
Timestamp:
2006-09-18T10:24:17+12:00 (18 years ago)
Author:
kjdon
Message:

added a selector macro for searchtypeprefs text base on coll type and qto arg

File:
1 edited

Legend:

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

    r11956 r12765  
    145145_If_("_cgiargct_" eq "2",_texthelpadvsearchlucene_)
    146146}
     147
     148_selectsearchtypeprefs_ {
     149_If_("_cgiargct_" eq "0", _textsearchtypeprefsplain_,_mgppsearchtypeoptions_)
     150}
     151
     152_mgppsearchtypeoptions_ {
     153_If_("_cgiargqto_" eq "1", _textsearchtypeprefsplain_)
     154_If_("_cgiargqto_" eq "2", _textsearchtypeprefsform_)
     155_If_("_cgiargqto_" eq "3", _textsearchtypeprefsboth_)
     156}
Note: See TracChangeset for help on using the changeset viewer.