Ignore:
Timestamp:
1999-08-13T16:17:24+12:00 (25 years ago)
Author:
sjboddie
Message:

small change to do with new collection-level metadata

File:
1 edited

Legend:

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

    r447 r457  
    1212/*
    1313   $Log$
     14   Revision 1.19  1999/08/13 04:17:24  sjboddie
     15   small change to do with new collection-level metadata
     16
    1417   Revision 1.18  1999/08/10 22:46:33  sjboddie
    1518   changed format option result to QueryResults and added QueryLinks option
     
    356359
    357360// sets the selection box macros _hselection_, _jselection_, and _nselection_.
    358 // each option will need an _optionxoption_ macro (i.e. an _hselection_ macro
    359 // with options stx and ptx will need _optionhstx_ and _optionhptx_ macros)
    360361void queryaction::set_option_macro (const text_t &macroname, text_t current_value,
    361362                    const FilterOption_t &option, displayclass &disp) {
     
    374375    if (*thisvalue == current_value)
    375376      macrovalue += " selected";
    376     macrovalue += ">_option" + macroname + *thisvalue + "_\n";
     377    macrovalue += ">_" + *thisvalue + "_\n";
    377378    thisvalue ++;
    378379  }
Note: See TracChangeset for help on using the changeset viewer.