Changeset 6542


Ignore:
Timestamp:
2004-01-19T13:45:45+13:00 (20 years ago)
Author:
kjdon
Message:

put mgpp search form on the about page - but only if plain form is the default

File:
1 edited

Legend:

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

    r6268 r6542  
    2424
    2525_If_("_cgiargct_" eq "0",
    26      _If_("_cgiargu_" ne "1",_aboutqueryform_),
    27      <!-- no query form for mgpp - doesn\'t work from p=about -->
     26     _If_("_cgiargu_" ne "1",_aboutqueryform_)     
     27    )
     28_If_("_cgiargct__cgiargqto_" eq "11",
     29    _If_("_cgiargu_" ne "1",_aboutqueryform_)
     30    )
     31
     32_If_("_cgiargct__cgiargqto__cgiargqt_" eq "130",
     33    _If_("_cgiargu_" ne "1",_aboutqueryform_)
    2834    )
    2935_If_(_Global:collectionextra_,<p>_textabout_)
Note: See TracChangeset for help on using the changeset viewer.