Ignore:
Timestamp:
2006-03-27T17:31:55+12:00 (18 years ago)
Author:
kjdon
Message:

modified the default format string to match what's in GLI

File:
1 edited

Legend:

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

    r10947 r11503  
    5858text_t vlistbrowserclass::get_default_formatstring () {
    5959  return "<td valign=\"top\">[link][icon][/link]</td>"
    60     "<td valign=\"top\">[srclink][srcicon][/srclink]</td>"
    61     "<td valign=\"top\">[highlight]{Or}{[Title],Untitled}[/highlight]"
     60    "<td valign=\"top\">[srclink]{Or}{[thumbicon],[srcicon]}[/srclink]</td>"
     61    "<td valign=\"top\">[highlight]{Or}{[dls.Title],[dc.Title],[Title],Untitled}[/highlight]"
    6262    "{If}{[Source],<br><i>([Source])</i>}</td>";
    6363}
Note: See TracChangeset for help on using the changeset viewer.