diff --git a/htdocs/bookmarks/card.php b/htdocs/bookmarks/card.php index 1d217b64154..2c1c61c5981 100644 --- a/htdocs/bookmarks/card.php +++ b/htdocs/bookmarks/card.php @@ -153,8 +153,6 @@ if ($action == 'create') print_fiche_titre($langs->trans("NewBookmark")); - dol_fiche_head($head, 'card', $langs->trans("Bookmark"),0,'bookmark'); - print '
| '.$langs->trans("BookmarkTitle").' | '.$langs->trans("SetHereATitleForLink").' | |
| '.$langs->trans("Ref").' | '.$bookmark->ref.' | |
| '.$langs->trans("BookmarkTitle").' | '; + print ' | |
| '.$langs->trans("BookmarkTitle").' | '; if ($action == 'edit') print 'title).'">'; else print $bookmark->title; print ' | |
| '.$langs->trans("UrlOrLink").' | '; + print ' | |
| '.$langs->trans("UrlOrLink").' | '; if ($action == 'edit') print 'url).'">'; else print 'target?' target="_blank"':'').'>'.$bookmark->url.''; print ' |