From 85c3880479740994dad8dfc82d74fdfb588cc62f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 May 2017 10:58:41 +0200 Subject: [PATCH] Look and feel v6 --- htdocs/compta/deplacement/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/deplacement/card.php b/htdocs/compta/deplacement/card.php index 6bc4f628ba9..aa315e5c854 100644 --- a/htdocs/compta/deplacement/card.php +++ b/htdocs/compta/deplacement/card.php @@ -276,7 +276,7 @@ if ($action == 'create') // Public note print ''; - print ''.$langs->trans('NotePublic').''; + print ''.$langs->trans('NotePublic').''; print ''; $doleditor = new DolEditor('note_public', GETPOST('note_public', 'alpha'), '', 200, 'dolibarr_notes', 'In', false, true, true, ROWS_8,'90%'); @@ -288,7 +288,7 @@ if ($action == 'create') if (empty($user->societe_id)) { print ''; - print ''.$langs->trans('NotePrivate').''; + print ''.$langs->trans('NotePrivate').''; print ''; $doleditor = new DolEditor('note_private', GETPOST('note_private', 'alpha'), '', 200, 'dolibarr_notes', 'In', false, true, true, ROWS_8, '90%');