From 26f98a2ab74d31e4a536af468e9b646844ba693f Mon Sep 17 00:00:00 2001 From: aspangaro Date: Mon, 1 Aug 2016 06:45:29 +0200 Subject: [PATCH] Presentation --- htdocs/expensereport/document.php | 4 ++-- htdocs/holiday/card.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/expensereport/document.php b/htdocs/expensereport/document.php index 249a85f4ef2..dd9a28a130c 100644 --- a/htdocs/expensereport/document.php +++ b/htdocs/expensereport/document.php @@ -81,7 +81,7 @@ include_once DOL_DOCUMENT_ROOT . '/core/actions_linkedfiles.inc.php'; $form = new Form($db); -llxHeader("","",$langs->trans("TripCard")); +llxHeader("",$langs->trans("ExpenseReport")); if ($object->id) @@ -107,7 +107,7 @@ if ($object->id) $linkback = ''.$langs->trans("BackToList").''; // Ref - print ''.$langs->trans("Ref").''; + print ''.$langs->trans("Ref").''; print $form->showrefnav($object, 'ref', $linkback, 1, 'ref', 'ref', ''); print ''; diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php index 9b3494c762f..4c6aeb99110 100644 --- a/htdocs/holiday/card.php +++ b/htdocs/holiday/card.php @@ -794,7 +794,7 @@ if (empty($id) || $action == 'add' || $action == 'request' || $action == 'create // User print ''; - print ''.$langs->trans("User").''; + print ''.$langs->trans("User").''; print ''; if (empty($user->rights->holiday->write_all)) {