From: <var...@us...> - 2014-09-12 16:11:34
|
Revision: 9078 http://sourceforge.net/p/phpwiki/code/9078 Author: vargenau Date: 2014-09-12 16:11:24 +0000 (Fri, 12 Sep 2014) Log Message: ----------- Class "tablesorter" is not needed Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Crao/templates/bottom.tmpl trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/monobook.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/Wordpress/Wordpress.css trunk/themes/blog/Kubrick.css trunk/themes/blog/templates/bottom.tmpl trunk/themes/default/phpwiki.css trunk/themes/default/templates/bottom.tmpl trunk/themes/fusionforge/fusionforge.css trunk/themes/fusionforge/templates/bottom.tmpl trunk/themes/shamino_com/shamino_com.css trunk/themes/wikilens/wikilens.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/Crao/crao.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -1304,7 +1304,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1312,7 +1312,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1320,7 +1320,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/Crao/templates/bottom.tmpl =================================================================== --- trunk/themes/Crao/templates/bottom.tmpl 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/Crao/templates/bottom.tmpl 2014-09-12 16:11:24 UTC (rev 9078) @@ -9,9 +9,8 @@ <script> jQuery(document).ready(function() { - // Compatibility: allow class "sortable" to make table sortable jQuery(".sortable").addClass("tablesorter"); - jQuery(".tablesorter").tablesorter(); + jQuery(".sortable").tablesorter(); } ); </script> Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/Hawaiian/Hawaiian.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -676,7 +676,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -684,7 +684,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -692,7 +692,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/MacOSX/MacOSX.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -1200,7 +1200,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1208,7 +1208,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1216,7 +1216,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/MonoBook/monobook.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -2251,7 +2251,7 @@ margin-bottom: 1ex; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -2259,7 +2259,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -2267,7 +2267,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/Portland/portland.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -185,7 +185,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -193,7 +193,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -201,7 +201,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/Sidebar/sidebar.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -2305,7 +2305,7 @@ padding: 0.5em; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -2313,7 +2313,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -2321,34 +2321,10 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; background-position: center right; padding-right: 20px; } - -table.tablesorter th.header { - background-image: url(../default/images/sort_none.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 20px; -} - -table.tablesorter th.headerSortUp { - background-image: url(../default/images/sort_up.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 20px; -} - -table.tablesorter th.headerSortDown { - background-image: url(../default/images/sort_down.gif); - cursor: pointer; - background-repeat: no-repeat; - background-position: center right; - padding-right: 20px; -} Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -1036,7 +1036,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1044,7 +1044,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1052,7 +1052,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/Wordpress/Wordpress.css =================================================================== --- trunk/themes/Wordpress/Wordpress.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/Wordpress/Wordpress.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -1117,7 +1117,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1125,7 +1125,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1133,7 +1133,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/blog/Kubrick.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -1023,7 +1023,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1031,7 +1031,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1039,7 +1039,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/blog/templates/bottom.tmpl =================================================================== --- trunk/themes/blog/templates/bottom.tmpl 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/blog/templates/bottom.tmpl 2014-09-12 16:11:24 UTC (rev 9078) @@ -12,9 +12,8 @@ <script> jQuery(document).ready(function() { - // Compatibility: allow class "sortable" to make table sortable jQuery(".sortable").addClass("tablesorter"); - jQuery(".tablesorter").tablesorter(); + jQuery(".sortable").tablesorter(); } ); </script> Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/default/phpwiki.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -1290,7 +1290,7 @@ border: 1px solid #ffa500; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -1298,7 +1298,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -1306,7 +1306,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/default/templates/bottom.tmpl =================================================================== --- trunk/themes/default/templates/bottom.tmpl 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/default/templates/bottom.tmpl 2014-09-12 16:11:24 UTC (rev 9078) @@ -12,9 +12,7 @@ <script> jQuery(document).ready(function() { - // Compatibility: allow class "sortable" to make table sortable - jQuery(".sortable").addClass("tablesorter"); - jQuery(".tablesorter").tablesorter(); + jQuery(".sortable").tablesorter(); } ); </script> Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/fusionforge/fusionforge.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -153,7 +153,7 @@ white-space: nowrap; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -161,7 +161,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -169,7 +169,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/fusionforge/templates/bottom.tmpl =================================================================== --- trunk/themes/fusionforge/templates/bottom.tmpl 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/fusionforge/templates/bottom.tmpl 2014-09-12 16:11:24 UTC (rev 9078) @@ -13,9 +13,7 @@ <script> jQuery(document).ready(function() { - // Compatibility: allow class "sortable" to make table sortable - jQuery(".sortable").addClass("tablesorter"); - jQuery(".tablesorter").tablesorter(); + jQuery(".sortable").tablesorter(); } ); </script> Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/shamino_com/shamino_com.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -394,7 +394,7 @@ background-color: #d8d8d8; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -402,7 +402,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -410,7 +410,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; Modified: trunk/themes/wikilens/wikilens.css =================================================================== --- trunk/themes/wikilens/wikilens.css 2014-09-12 15:12:56 UTC (rev 9077) +++ trunk/themes/wikilens/wikilens.css 2014-09-12 16:11:24 UTC (rev 9078) @@ -42,7 +42,7 @@ margin: 1.5ex 1em 0 1em; } -table.tablesorter th.header { +table.sortable th.header { background-image: url(../default/images/sort_none.gif); cursor: pointer; background-repeat: no-repeat; @@ -50,7 +50,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortUp { +table.sortable th.headerSortUp { background-image: url(../default/images/sort_up.gif); cursor: pointer; background-repeat: no-repeat; @@ -58,7 +58,7 @@ padding-right: 20px; } -table.tablesorter th.headerSortDown { +table.sortable th.headerSortDown { background-image: url(../default/images/sort_down.gif); cursor: pointer; background-repeat: no-repeat; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |