Ignore:
Timestamp:
2003-10-15T11:26:46+13:00 (21 years ago)
Author:
davidb
Message:

Macro name used by date search updated to fit in with restrutured
web form for mgpp built collections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r5513 r5633  
    762762      if(check != cinfo->format.end()){
    763763    if((*check).second=="DateSearch"){
    764       text_t current = "_basicqueryform_ _datesearch_";
    765    
    766       disp.setmacro("queryformcontent","query",current);
     764      text_t current = "_datesearch_";
     765      disp.setmacro("optdatesearch","query",current);
    767766    }
    768767      }
Note: See TracChangeset for help on using the changeset viewer.