Ignore:
Timestamp:
2003-06-11T11:22:44+12:00 (21 years ago)
Author:
sjboddie
Message:

Removed the old HelpBookDocs option

File:
1 edited

Legend:

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

    r3880 r4549  
    660660    else disp.setmacro ("textbrowseoptions", "help", longtext);
    661661
    662     if (arg_p == "help") {
    663 
    664       // _topicreadingdocs_  _textreadingdocs_  _texthelpreadingdocs_
    665          
    666       // if HTML collection there's no how to read document text
    667       text_tmap::const_iterator it = cinfo->format.find ("HelpNoDocs");
    668       if ((it != cinfo->format.end()) && ((*it).second == "true")) {
    669     disp.setmacro ("topicreadingdocs", "help", "");
    670     disp.setmacro ("texthelpreadingdocs", "help", "");
    671       }
    672       it = cinfo->format.find ("HelpBibDocs");
    673       if ((it != cinfo->format.end()) && ((*it).second == "true")) {
    674     disp.setmacro ("texthelpreadingdocs", "help", "_bibtexthelpreadingdocs_");
    675     disp.setmacro ("textreadingdocs", "help", "_bibtextreadingdocs_");
    676       }
    677       it = cinfo->format.find ("HelpBookDocs");
    678       if ((it != cinfo->format.end()) && ((*it).second == "true")) {
    679     disp.setmacro ("texthelpreadingdocs", "help", "_booktexthelpreadingdocs_");
    680     disp.setmacro ("textreadingdocs", "help", "_booktextreadingdocs_");
    681       }
    682 
    683     }
    684662    if (arg_p == "about") {
    685663
Note: See TracChangeset for help on using the changeset viewer.