css
This commit is contained in:
parent
00630478ea
commit
4ecd1def49
@ -180,6 +180,7 @@ if ($id > 0 || !empty($ref)) {
|
|||||||
|
|
||||||
//print '<br>';
|
//print '<br>';
|
||||||
|
|
||||||
|
$cssclass='fieldtitle';
|
||||||
include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
|
include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
|
||||||
|
|
||||||
print dol_get_fiche_end();
|
print dol_get_fiche_end();
|
||||||
|
|||||||
@ -24,7 +24,7 @@ if (empty($object) || !is_object($object)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// $permissionnote must be defined by caller. For example $permissionnote=$user->rights->module->create
|
// $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;
|
$module = $object->element;
|
||||||
$note_public = 'note_public';
|
$note_public = 'note_public';
|
||||||
$note_private = 'note_private';
|
$note_private = 'note_private';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user