From 404081cc344086c93f4b3c53a838e60253fd2868 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Oct 2008 21:36:45 +0000 Subject: [PATCH] Fix: Can change filter --- htdocs/comm/action/index.php | 2 +- htdocs/comm/action/listactions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 84c4a411aff..7097436caa7 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -99,7 +99,7 @@ if ($action=='delete_action') /* - * Affichage liste + * View */ llxHeader(); diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index 126ca63cf26..d58d53e2063 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -200,7 +200,7 @@ if ($resql) print $form->select_users($filtera,'userasked',1,'',!$canedit); print ''; print ''; - print img_picto($langs->trans("ViewList"),'object_list').' '; + print img_picto($langs->trans("ViewList"),'object_list').' '; print '
'; print '
'; print img_picto($langs->trans("ViewCal"),'object_calendar').' ';