restored tick marks in column headers to indicate sort direction
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 27 Mar 2013 10:00:07 +0000 (11:00 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 27 Mar 2013 10:00:07 +0000 (11:00 +0100)
third-party/datatables/css/README
third-party/datatables/css/dataTables.bootstrap.css
third-party/datatables/img/sort_asc.png [moved from plugins/hazelnut/img/sort_asc.png with 100% similarity]
third-party/datatables/img/sort_asc_disabled.png [moved from plugins/hazelnut/img/sort_asc_disabled.png with 100% similarity]
third-party/datatables/img/sort_both.png [moved from plugins/hazelnut/img/sort_both.png with 100% similarity]
third-party/datatables/img/sort_desc.png [moved from plugins/hazelnut/img/sort_desc.png with 100% similarity]
third-party/datatables/img/sort_desc_disabled.png [moved from plugins/hazelnut/img/sort_desc_disabled.png with 100% similarity]
third-party/datatables/img/sort_none.png [moved from plugins/hazelnut/img/sort_none.png with 100% similarity]
third-party/datatables/js/DT_bootstrap.js.url [deleted file]
third-party/datatables/js/dataTables.bootstrap.js.url [new file with mode: 0644]

index 50b0d4a..c979ef9 100644 (file)
@@ -1,2 +1,2 @@
-manually replaced images/ with all-static/img/ in this css after downloading
-sed -i  -e s,images/,all-static/img/, dataTables.bootstrap.css
+manually replaced images/ with ../img/ in this css after downloading
+remember url() gives a location relative to where the css file lies
index 16b6864..63fa1eb 100644 (file)
@@ -36,12 +36,12 @@ table.table thead .sorting_desc_disabled {
        *cursor: hand;
 }
 
-table.table thead .sorting { background: url('all-static/img/sort_both.png') no-repeat center right; }
-table.table thead .sorting_asc { background: url('all-static/img/sort_asc.png') no-repeat center right; }
-table.table thead .sorting_desc { background: url('all-static/img/sort_desc.png') no-repeat center right; }
+table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
+table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
+table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }
 
-table.table thead .sorting_asc_disabled { background: url('all-static/img/sort_asc_disabled.png') no-repeat center right; }
-table.table thead .sorting_desc_disabled { background: url('all-static/img/sort_desc_disabled.png') no-repeat center right; }
+table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
+table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }
 
 table.dataTable th:active {
        outline: none;
diff --git a/third-party/datatables/js/DT_bootstrap.js.url b/third-party/datatables/js/DT_bootstrap.js.url
deleted file mode 100644 (file)
index 4a3b04a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-http://datatables.net/media/blog/bootstrap_2/DT_bootstrap.js
diff --git a/third-party/datatables/js/dataTables.bootstrap.js.url b/third-party/datatables/js/dataTables.bootstrap.js.url
new file mode 100644 (file)
index 0000000..bd20cdb
--- /dev/null
@@ -0,0 +1 @@
+http://datatables.github.com/Plugins/integration/bootstrap/dataTables.bootstrap.js