make img in result list an href to the document url. Enables drag/dropping in somes cases (not all)
This commit is contained in:
parent
6dc77e0476
commit
0cfcb66128
@ -39,7 +39,7 @@ AdvSearchHist *g_advshistory;
|
|||||||
// introducing blank space.
|
// introducing blank space.
|
||||||
const char *PrefsPack::dfltResListFormat =
|
const char *PrefsPack::dfltResListFormat =
|
||||||
#if 1
|
#if 1
|
||||||
"<table><tr><td><img src='%I' width='64'></td>"
|
"<table><tr><td><a href='%U'><img src='%I' width='64'></a></td>"
|
||||||
"<td>%R %S %L <b>%T</b><br>"
|
"<td>%R %S %L <b>%T</b><br>"
|
||||||
"%M %D <i>%U</i> %i<br>"
|
"%M %D <i>%U</i> %i<br>"
|
||||||
"%A %K</td></tr></table>"
|
"%A %K</td></tr></table>"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user