--- /tmp/dsg/dolibarr/htdocs/product/canvas/service/tpl/github_card_create.tpl.php +++ /tmp/dsg/dolibarr/htdocs/product/canvas/service/tpl/client_card_create.tpl.php @@ -32,7 +32,7 @@ trans("NewService"), '', 'service'); -print dol_get_fiche_head(''); +dol_fiche_head(''); ?> control->tpl['error'], $this->control->tpl['errors']); ?> --- /tmp/dsg/dolibarr/htdocs/product/canvas/service/tpl/github_card_edit.tpl.php +++ /tmp/dsg/dolibarr/htdocs/product/canvas/service/tpl/client_card_edit.tpl.php @@ -33,7 +33,7 @@ trans("CardProduct".$object->type); -print dol_get_fiche_head($head, 'card', $titre, 0, 'service'); +dol_fiche_head($head, 'card', $titre, 0, 'service'); dol_htmloutput_errors($object->error, $object->errors); ?> @@ -79,8 +79,8 @@
-
">     -">
+
">     +">
--- /tmp/dsg/dolibarr/htdocs/product/canvas/service/tpl/github_card_view.tpl.php +++ /tmp/dsg/dolibarr/htdocs/product/canvas/service/tpl/client_card_view.tpl.php @@ -31,7 +31,7 @@ $head = product_prepare_head($object); $titre = $langs->trans("CardProduct".$object->type); -print dol_get_fiche_head($head, 'card', $titre, -1, 'service'); +dol_fiche_head($head, 'card', $titre, -1, 'service'); $linkback = ''.$langs->trans("BackToList").''; $object->next_prev_filter = " fk_product_type = ".$object->type;