Changeset 11209


Ignore:
Timestamp:
2006-02-01T16:51:14+13:00 (18 years ago)
Author:
kjdon
Message:

changed iconsearchhistorybar to searchhistorybar, and now its a div not an icon

File:
1 edited

Legend:

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

    r11156 r11209  
    3434}
    3535
    36 _iconsearchhistorybar_ {<img src="_httpiconsrchhistb_" width="_widthsrchhistb_" height="_heightsrchhistb_" alt="_texticonsearchhistorybar_" title="_texticonsearchhistorybar_">}
    37 _iconsearchhistorybar_[v=1] {_texticonsearchhistorybar_}
     36_searchhistorybar_ {
     37<div class="divbar">
     38<p class="navbar">_texticonsearchhistorybar_</p>
     39</div>
     40}
     41
    3842
    3943# _iconnext_ and _iconprev_ are overridden in this package as we
     
    531535_If_(_cgiargct_,_selectqueryform_,_queryform_)
    532536</div>
    533 _If_(_searchhistorylist_,<center>_iconsearchhistorybar_</center><br>
     537_If_(_searchhistorylist_,<center>_searchhistorybar_</center><br>
    534538<center>
    535539_searchhistorylist_
Note: See TracChangeset for help on using the changeset viewer.