Ignore:
Timestamp:
2006-01-24T16:39:57+13:00 (18 years ago)
Author:
jrm21
Message:

move border=1 for logos in the collection list from receptionist into style
sheet.

File:
1 edited

Legend:

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

    r10873 r11095  
    369369       
    370370        collectionname
    371           = "<img width=\"150\" border=\"1\" src=\"" + iconurl + "\" alt=\"" + alt + "\">";
     371          = "<img width=\"150\" src=\"" + iconurl + "\" alt=\"" + alt + "\">";
    372372          } else {
    373373        collectionname = alt;
Note: See TracChangeset for help on using the changeset viewer.