Index: branches/REL1_18/phase3/skins/common/images/sort_up.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: branches/REL1_18/phase3/skins/common/images/sort_down.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: branches/REL1_18/phase3/skins/common/images/sort_none.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: branches/REL1_18/phase3/skins/common/images/sort_both.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: branches/REL1_18/phase3/resources/jquery/images/sort_up.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_up.gif |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/gif |
Index: branches/REL1_18/phase3/resources/jquery/images/sort_down.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_down.gif |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + image/gif |
Index: branches/REL1_18/phase3/resources/jquery/images/sort_both.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_both.gif |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 3 | + image/gif |
Index: branches/REL1_18/phase3/resources/jquery/images/sort_none.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Property changes on: branches/REL1_18/phase3/resources/jquery/images/sort_none.gif |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 4 | + image/gif |
Index: branches/REL1_18/phase3/resources/jquery/jquery.tablesorter.js |
— | — | @@ -539,6 +539,7 @@ |
540 | 540 | return; |
541 | 541 | } |
542 | 542 | } |
| 543 | + $table.addClass( "jquery-tablesorter" ); |
543 | 544 | |
544 | 545 | // New config object. |
545 | 546 | table.config = {}; |
Index: branches/REL1_18/phase3/resources/Resources.php |
— | — | @@ -161,6 +161,7 @@ |
162 | 162 | ), |
163 | 163 | 'jquery.tablesorter' => array( |
164 | 164 | 'scripts' => 'resources/jquery/jquery.tablesorter.js', |
| 165 | + 'styles' => 'resources/jquery/jquery.tablesorter.css', |
165 | 166 | 'messages' => array( 'sort-descending', 'sort-ascending' ), |
166 | 167 | ), |
167 | 168 | 'jquery.textSelection' => array( |
Property changes on: branches/REL1_18/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
168 | 169 | Merged /trunk/phase3:r98665 |