Add the class jquery-tablesorter to all tables that are made sortable.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 2 Oct 2011 11:08:12 +0000 (11:08 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 2 Oct 2011 11:08:12 +0000 (11:08 +0000)
commit3277c2bc297b1720e64477e03df95176288d6a79
tree9646017777a57b90a280eaed125df1b81c6982ce
parent224541f86110e396f8f30e7e2c4197319baebd2b
Add the class jquery-tablesorter to all tables that are made sortable.
Use this classname to raise the specificity of the sortHeader, so that it is more difficult to accidently override with local css. Followup to r98069

Move the css into a seperate file and move the images for it to the jquery directory.
resources/Resources.php
resources/jquery/images/sort_both.gif [new file with mode: 0644]
resources/jquery/images/sort_down.gif [new file with mode: 0644]
resources/jquery/images/sort_none.gif [new file with mode: 0644]
resources/jquery/images/sort_up.gif [new file with mode: 0644]
resources/jquery/jquery.tablesorter.js
skins/common/images/sort_both.gif [deleted file]
skins/common/images/sort_down.gif [deleted file]
skins/common/images/sort_none.gif [deleted file]
skins/common/images/sort_up.gif [deleted file]