Changeset 3250


Ignore:
Timestamp:
2002-07-12T15:32:17+12:00 (22 years ago)
Author:
jrm21
Message:

The about page now won't display a query box if the collection type (argct) is
anything other than 0, and mgpp's query form relies on a bit of stuff that is
only generated by queryaction.

File:
1 edited

Legend:

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

    r2664 r3250  
    2222_navigationbar_
    2323</center>
    24 _If_("_cgiargu_" ne "1",_query:queryform_
    25 <p>_iconblankbar_)
     24
     25_If_("_cgiargct_" eq "0",
     26     _If_("_cgiargu_" ne "1",_query:queryform_<p>_iconblankbar_),
     27     <!-- no query form for mgpp - doesn\'t work from p=about -->
     28    )
    2629_If_(_Global:collectionextra_,<p>_textabout_)
    2730_textsubcollections_
Note: See TracChangeset for help on using the changeset viewer.