Changeset 13365


Ignore:
Timestamp:
2006-11-29T14:11:48+13:00 (17 years ago)
Author:
shaoqun
Message:

add DocumentSearchResultLinks to control the display of search result links in a document page

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

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

    r13118 r13365  
    8989  DocumentArrowsBottom = true;
    9090  DocumentArrowsTop = false;
     91  DocumentSearchResultLinks = false;
    9192  DocumentButtons.erase (DocumentButtons.begin(), DocumentButtons.end());
    9293  //  DocumentButtons.push_back ("Expand Text");
  • trunk/gsdl/src/recpt/formattools.h

    r13118 r13365  
    100100  bool DocumentArrowsBottom;
    101101  bool DocumentArrowsTop;
     102  bool DocumentSearchResultLinks;
    102103  text_tarray DocumentButtons;
    103104  text_t DocumentText;
Note: See TracChangeset for help on using the changeset viewer.