Changeset 5917 for trunk


Ignore:
Timestamp:
2003-11-20T13:01:42+13:00 (21 years ago)
Author:
mdewsnip
Message:

Changed  s to spaces in the navigation bar (was causing problems with IE).

File:
1 edited

Legend:

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

    r5256 r5917  
    397397     // if we're inside a document all the classification buttons should be enabled
    398398     if (arg_d.empty() && ((*dochere).OID == topparent)) {
    399         if (unknown) navigationbar += " " + title + " ";
     399        if (unknown) navigationbar += " " + title + " ";
    400400        else navigationbar += "_icontab" + title + "green_";
    401401     } else {
    402402       
    403403        // set the _httpbrowseXXX_ macro for this classification
    404         if (unknown) navigationbar += "&nbsp;<a href=\"_httpdocument_&cl=" +
    405                 (*dochere).OID + "\">" + title + "</a>&nbsp;";
     404        if (unknown) navigationbar += " <a href=\"_httpdocument_&cl=" +
     405                (*dochere).OID + "\">" + title + "</a> ";
    406406        else {
    407407           navigationbar += "_image" + title + "_";
Note: See TracChangeset for help on using the changeset viewer.