From b6a95b4be568d44690df826078739fa87b227911 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 2 Oct 2019 19:04:24 +0200 Subject: [PATCH] Look and feel v11 --- htdocs/core/lib/functions.lib.php | 6 +++--- htdocs/core/tools.php | 2 +- htdocs/opensurvey/index.php | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 9b1cc7ce03a..92750115194 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -3029,11 +3029,11 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $ 'bank', 'building', 'cash-register', 'close_title', 'cubes', 'delete', 'edit', 'ellipsis-h', 'filter', 'grip', 'grip_title', 'list', 'listlight', 'note', 'object_list','object_calendar', 'object_calendarweek', 'object_calendarmonth', 'object_calendarday', 'object_calendarperuser', 'off', 'on', 'play', 'playdisabled', 'printer', 'resize', - 'note', 'setup', 'sign-out', 'split', 'switch_off', 'switch_on', 'tools', 'unlink', 'uparrow', 'user', + 'note', 'setup', 'sign-out', 'split', 'switch_off', 'switch_on', 'tools', 'unlink', 'uparrow', 'user', 'wrench', 'jabber','skype','twitter','facebook','linkedin', 'chevron-left','chevron-right','chevron-down','chevron-top', 'home', 'companies', 'products', 'commercial', 'invoicing', 'accountancy', 'project', 'hrm', 'members', 'ticket', 'generic', - 'title_setup', 'title_accountancy', 'title_bank', 'title_hrm' + 'title_setup', 'title_accountancy', 'title_bank', 'title_hrm', 'title_agenda' ) )) { $fa='fa'; @@ -3047,7 +3047,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $ 'switch_off'=>'toggle-off', 'switch_on'=>'toggle-on', 'bank'=>'bank', 'close_title'=>'window-close', 'delete'=>'trash', 'edit'=>'pencil', 'filter'=>'filter', 'split'=>'code-fork', 'object_list'=>'list-alt','object_calendar'=>'calendar-alt', 'object_calendarweek'=>'calendar-week', 'object_calendarmonth'=>'calendar-alt', 'object_calendarday'=>'calendar-day', 'object_calendarperuser'=>'table', - 'title_setup'=>'tools', 'title_accountancy'=>'money-check-alt', 'title_bank'=>'bank', 'title_hrm'=>'umbrella-beach' + 'title_setup'=>'tools', 'title_accountancy'=>'money-check-alt', 'title_bank'=>'bank', 'title_hrm'=>'umbrella-beach', 'title_agenda'=>'calendar-alt' ); if ($pictowithouttext == 'switch_off') { diff --git a/htdocs/core/tools.php b/htdocs/core/tools.php index 8e1ab258d2c..4f517603d63 100644 --- a/htdocs/core/tools.php +++ b/htdocs/core/tools.php @@ -43,7 +43,7 @@ llxHeader("", $langs->trans("Tools"), ""); $text=$langs->trans("Tools"); -print load_fiche_titre($text, '', 'generic'); +print load_fiche_titre($text, '', 'wrench'); // Show description of content print '
'.$langs->trans("ToolsDesc").'


'; diff --git a/htdocs/opensurvey/index.php b/htdocs/opensurvey/index.php index 1034acc47d8..ad7f78938c6 100644 --- a/htdocs/opensurvey/index.php +++ b/htdocs/opensurvey/index.php @@ -42,8 +42,6 @@ $hookmanager->initHooks(array('opensurveyindex')); * View */ -llxHeader(); - $nbsondages=0; $sql = 'SELECT COUNT(*) as nb'; $sql.= ' FROM '.MAIN_DB_PREFIX.'opensurvey_sondage'; @@ -56,9 +54,11 @@ if ($resql) } else dol_print_error($db, ''); -llxHeader(); -print load_fiche_titre($langs->trans("OpenSurveyArea")); +$title = $langs->trans("OpenSurveyArea"); +llxHeader('', $title); + +print load_fiche_titre($title, '', 'wrench'); print '
';