Ignore:
Timestamp:
1999-10-20T10:59:09+13:00 (25 years ago)
Author:
sjboddie
Message:

bug in generating "how to find information" text for about pages

File:
1 edited

Legend:

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

    r722 r729  
    2828/*
    2929   $Log$
     30   Revision 1.19  1999/10/19 21:59:09  sjboddie
     31   bug in generating "how to find information" text for about pages
     32
    3033   Revision 1.18  1999/10/19 03:23:44  davidb
    3134   Collection building support through web pages
     
    297300
    298301      text_t stext, ltext;
    299       disp.expandstring ("document", "_text" + title + "short_", stext);
     302      disp.expandstring ("help", "_text" + title + "short_", stext);
    300303      if (stext == ("_text" + title + "short_")) {
    301     stext = "<li>_textdefaultshorttext_";
    302     ltext = "_textdefaultlongtext_";
     304    shorttext += "<li>_help:textdefaultshorttext_";
     305    longtext += "_help:textdefaultlongtext_";
    303306      } else {
    304307    shorttext += "<li>" + stext;
    305     longtext += "_text" + title + "long_";
     308    longtext += "_help:text" + title + "long_";
    306309      }
     310
    307311      here ++;
    308312    }
Note: See TracChangeset for help on using the changeset viewer.