Edit -> Open in links
This commit is contained in:
parent
db7a3850be
commit
2494ac6b50
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: reslist.cpp,v 1.36 2007-11-15 18:05:00 dockes Exp $ (C) 2005 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: reslist.cpp,v 1.37 2008-05-05 16:38:43 dockes Exp $ (C) 2005 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
@ -492,7 +492,7 @@ void ResList::resultPageNext()
|
|||||||
}
|
}
|
||||||
if (!rclconfig->getMimeViewerDef(doc.mimetype).empty()) {
|
if (!rclconfig->getMimeViewerDef(doc.mimetype).empty()) {
|
||||||
sprintf(vlbuf, "E%d", docnumforlinks);
|
sprintf(vlbuf, "E%d", docnumforlinks);
|
||||||
linksbuf += string("<a href=") + vlbuf + ">" + "Edit" + "</a>";
|
linksbuf += string("<a href=") + vlbuf + ">" + "Open" + "</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build the result list paragraph:
|
// Build the result list paragraph:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user