Changeset 6268


Ignore:
Timestamp:
2003-12-16T10:16:24+13:00 (20 years ago)
Author:
mdewsnip
Message:

Added title tags to imagecollection macro, as suggested by Stephen DeGabrielle.

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/about.dm

    r4774 r6268  
    99# don't want link to 'about' page
    1010_imagecollection_ {_If_("_iconcollection_" ne "",
    11     <img src="_iconcollection_" border=0>,<br><br><h2>_collectionname_</h2>)}
     11    <img src="_iconcollection_" border=0 title="_collectionname_">,<br><br><h2>_collectionname_</h2>)}
    1212_imagecollection_ [v=1] {<br><br><h2>_collectionname_</h2>}
    1313
  • trunk/gsdl/macros/base.dm

    r6115 r6268  
    5252
    5353_imagecollection_ {_If_("_iconcollection_" ne "",
    54 <a href="_httppageabout_"><img src="_iconcollection_" border=0></a>,
     54<a href="_httppageabout_"><img src="_iconcollection_" border=0 title="_collectionname_"></a>,
    5555_imagecollectionv_}
    5656_imagecollection_ [v=1] {_imagecollectionv_}
Note: See TracChangeset for help on using the changeset viewer.