From 4ecd1def4982761fbfb2ed602e57b3c56af06ff5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Mar 2021 11:00:26 +0100 Subject: [PATCH] css --- htdocs/contrat/note.php | 1 + htdocs/core/tpl/notes.tpl.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/contrat/note.php b/htdocs/contrat/note.php index d61ac357a40..bd96eac7b0d 100644 --- a/htdocs/contrat/note.php +++ b/htdocs/contrat/note.php @@ -180,6 +180,7 @@ if ($id > 0 || !empty($ref)) { //print '
'; + $cssclass='fieldtitle'; include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'; print dol_get_fiche_end(); diff --git a/htdocs/core/tpl/notes.tpl.php b/htdocs/core/tpl/notes.tpl.php index b1d9664af57..60b541d8afb 100644 --- a/htdocs/core/tpl/notes.tpl.php +++ b/htdocs/core/tpl/notes.tpl.php @@ -24,7 +24,7 @@ if (empty($object) || !is_object($object)) { } // $permissionnote must be defined by caller. For example $permissionnote=$user->rights->module->create -// $cssclass must be defined by caller. For example $cssclass='fieldtitle" +// $cssclass must be defined by caller. For example $cssclass='fieldtitle' $module = $object->element; $note_public = 'note_public'; $note_private = 'note_private';