diff --git a/html/image/delete.gif b/html/image/delete.gif
new file mode 100644
index 000000000..327af2a5b
Binary files /dev/null and b/html/image/delete.gif differ
diff --git a/html/js/sorttable.js b/html/js/sorttable.js
index 8b4f4ee49..7ee1b55af 100644
--- a/html/js/sorttable.js
+++ b/html/js/sorttable.js
@@ -121,7 +121,8 @@ sorttable = {
this.removeChild(document.getElementById('sorttable_sortfwdind'));
sortrevind = document.createElement('span');
sortrevind.id = "sorttable_sortrevind";
- sortrevind.innerHTML = stIsIE ? ' 5' : ' ▴';
+ // sortrevind.innerHTML = stIsIE ? ' 5' : ' ▴';
+ sortrevind.innerHTML = '
';
this.appendChild(sortrevind);
return;
}
@@ -134,7 +135,8 @@ sorttable = {
this.removeChild(document.getElementById('sorttable_sortrevind'));
sortfwdind = document.createElement('span');
sortfwdind.id = "sorttable_sortfwdind";
- sortfwdind.innerHTML = stIsIE ? ' 6' : ' ▾';
+// sortfwdind.innerHTML = stIsIE ? ' 6' : ' ▾';
+ sortfwdind.innerHTML = '
';
this.appendChild(sortfwdind);
return;
}
@@ -155,7 +157,8 @@ sorttable = {
this.className += ' sorttable_sorted';
sortfwdind = document.createElement('span');
sortfwdind.id = "sorttable_sortfwdind";
- sortfwdind.innerHTML = stIsIE ? ' 6' : ' ▾';
+// sortfwdind.innerHTML = stIsIE ? ' 6' : ' ▾';
+ sortfwdind.innerHTML = '
';
this.appendChild(sortfwdind);
// build an array to sort. This is a Schwartzian transform thing,
diff --git a/include/template/fiche_list.php b/include/template/fiche_list.php
index 5c8e5e030..acb2a8bba 100644
--- a/include/template/fiche_list.php
+++ b/include/template/fiche_list.php
@@ -34,10 +34,8 @@
-