Last modified: 2007-02-22 11:39:35 UTC
Please disable the message with number of results and navigation bars if special page is empty: Showing below up to 0 results starting with #1. View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500). View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500). This looks a bit silly ;-) Instead introduce a new message like "This list is empty"
Created attachment 3241 [details] a patch for it. just putting a line when $num == 0 I've maked a patch for it with wfMsg('table_pager_empty')
(In reply to comment #1) > with wfMsg('table_pager_empty') Try to avoid echoing raw messages as HTML without any sort of escaping whatsoever. Consider wfMsgHtml() for this case.
Created attachment 3242 [details] fixed patch with MsgHTML thankx I've fixed the patch with MsgHTML.
Based on Sui Mins patch fixed in r20019
r20034 for Special:Listusers