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/datelistbrowserclass.cpp

    r13017 r17860  
    8282    itab = tab.getint();
    8383    if (colnumber > 0)
    84       textout << outconvert << "<img alt=\"\" src=\"_httpimg_/space.gif\" width=\"" << (itab*colnumber) << "\"/>";
     84      textout << outconvert << "<img alt=\"\" src=\"_httpiconspace_\" width=\"" << (itab*colnumber) << "\"/>";
    8585    textout << outconvert << "</td><td>";
    8686  }
Note: See TracChangeset for help on using the changeset viewer.