diff --git a/classe.tablednd.js b/classe.tablednd.js index 739bbc9..d6c264a 100644 --- a/classe.tablednd.js +++ b/classe.tablednd.js @@ -37,7 +37,7 @@ document.onmousemove = function(ev){ // update the old value currenttable.oldY = y; // update the style to show we're dragging - currenttable.dragObject.style.backgroundColor = "#eee"; + currenttable.dragObject.style.backgroundColor = "#212529"; // If we're over a row then move the dragged row to there so that the user sees the // effect dynamically var currentRow = currenttable.findDropTargetRow(y); @@ -60,7 +60,7 @@ document.onmouseup = function(ev){ var droppedRow = currenttable.dragObject; // If we have a dragObject, then we need to release it, // The row will already have been moved to the right place so we just reset stuff - droppedRow.style.backgroundColor = 'transparent'; + droppedRow.style.backgroundColor = 'grey'; // passage en gris pour visualisé les changements currenttable.dragObject = null; // And then call the onDrop method in case anyone wants to do any post processing currenttable.onDrop(currenttable.table, droppedRow); diff --git a/function.php b/function.php index d1f9346..99658ef 100644 --- a/function.php +++ b/function.php @@ -335,8 +335,17 @@ function f_gerer_mod() function f_aide_html() { $s_html = ''; - $s_html .= '
Il n est plus possible d inserer du code HTML pour le moment
'; + + $s_html .= 'Voici quelques exemples de code HTML que vous pouvez utiliser pour changer le style d\'écriture.
'; $s_html .= '