Ignore:
Timestamp:
2008-11-14T09:58:57+13:00 (15 years ago)
Author:
mdewsnip
Message:

Moved hard-wired usage of space.gif into a macro, so it can be overridden on a collection-specific basis. By Jeffrey at DL Consulting Ltd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/hlistbrowserclass.cpp

    r16060 r17860  
    126126    itab = tab.getint();
    127127    if (colnumber > 0) textout << outconvert << disp
    128                    << "<img alt=\"\" src=\"_httpimg_/space.gif\" width=\""
     128                   << "<img alt=\"\" src=\"_httpiconspace_\" width=\""
    129129                   << (itab*colnumber) << "\"/>";
    130130    textout << outconvert << "</td>\n";
Note: See TracChangeset for help on using the changeset viewer.