Switch to side-by-side view

--- a/src/query/reslistpager.cpp
+++ b/src/query/reslistpager.cpp
@@ -90,9 +90,6 @@
     } else {
 	percent = doc.pc;
     }
-    // Percentage of 'relevance'
-    char perbuf[20];
-    sprintf(perbuf, "%3d%% ", percent);
 
     // Determine icon to display if any
     string iconpath = iconPath(doc.mimetype);
@@ -186,7 +183,7 @@
     subs["L"] = linksbuf.rdbuf()->str();
     subs["N"] = numbuf;
     subs["M"] = doc.mimetype;
-    subs["R"] = perbuf;
+    subs["R"] = doc.meta[Rcl::Doc::keyrr];
     subs["S"] = sizebuf;
     subs["T"] = escapeHtml(doc.meta[Rcl::Doc::keytt]);
     subs["U"] = url;