diff --git a/htdocs/core/tpl/notes.tpl.php b/htdocs/core/tpl/notes.tpl.php
index e32933dd888..9975de606dd 100644
--- a/htdocs/core/tpl/notes.tpl.php
+++ b/htdocs/core/tpl/notes.tpl.php
@@ -31,13 +31,13 @@ else if ($module == 'fichinter') { $module = 'ficheinter'; $note_private = 'note
$(document).ready(function() {
$("#hide-notes").click(function(){
setShowHide(1);
- $(".notes_line").hide().removeClass("nohideobject");
+ $("#notes_bloc").hide("blind", {direction: "vertical"}, 800).removeClass("nohideobject");
$(this).hide();
$("#show-notes").show();
});
$("#show-notes").click(function(){
setShowHide(0);
- $(".notes_line").show().addClass("nohideobject");
+ $("#notes_bloc").show("blind", {direction: "vertical"}, 800).addClass("nohideobject");
$(this).hide();
$("#hide-notes").show();
});
@@ -52,28 +52,26 @@ $(document).ready(function() {
});
-
+
+
+trans('Notes'); ?>
-
- |
-
-
- trans('Notes'); ?>
- |
-
-
-
+
+
+
| editfieldkey("NotePublic",$note_public,$object->note_public,$object,$user->rights->$module->creer,'textarea'); ?> |
editfieldval("NotePublic",$note_public,$object->note_public,$object,$user->rights->$module->creer,'textarea'); ?> |
societe_id) { ?>
-
+
| editfieldkey("NotePrivate",$note_private,$object->note_private,$object,$user->rights->$module->creer,'textarea'); ?> |
editfieldval("NotePrivate",$note_private,$object->note_private,$object,$user->rights->$module->creer,'textarea'); ?> |
-
+
+
+
\ No newline at end of file
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index d6b6c66cf07..1de8f765189 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -1461,7 +1461,7 @@ table.liste td {
padding-right: 2px;
}
-tr.liste_titre, tr.liste_titre_sel
+div.liste_titre, tr.liste_titre, tr.liste_titre_sel
{
height: 20px !important;
background-repeat: repeat-x;