From 73d60e6606aa83dbcd1030c70db90d546355b60a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 Jun 2019 12:16:55 +0200 Subject: [PATCH] Look and feel v10 --- htdocs/opensurvey/card.php | 2 +- htdocs/opensurvey/results.php | 2 +- htdocs/resource/card.php | 2 +- htdocs/resource/contact.php | 2 +- htdocs/resource/note.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/opensurvey/card.php b/htdocs/opensurvey/card.php index 5982a8c271b..5fe0eff2f97 100644 --- a/htdocs/opensurvey/card.php +++ b/htdocs/opensurvey/card.php @@ -226,7 +226,7 @@ dol_banner_tab($object, 'id', $linkback, 1, 'id_sondage', 'id_sondage', $morehtm print '
'; print '
'; -print ''; +print '
'; // Type $type=($object->format=="A")?'classic':'date'; diff --git a/htdocs/opensurvey/results.php b/htdocs/opensurvey/results.php index eb731557c6a..076461043b8 100644 --- a/htdocs/opensurvey/results.php +++ b/htdocs/opensurvey/results.php @@ -438,7 +438,7 @@ dol_banner_tab($object, 'id', $linkback, 1, 'id_sondage', 'id_sondage', $morehtm print '
'; print '
'; -print '
'; +print '
'; // Type $type=($object->format=="A")?'classic':'date'; diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php index 44a727f6e4c..4ec52539188 100644 --- a/htdocs/resource/card.php +++ b/htdocs/resource/card.php @@ -323,7 +323,7 @@ if ($action == 'create' || $object->fetch($id) > 0) /*--------------------------------------- * View object */ - print '
'; + print '
'; // Resource type print ''; diff --git a/htdocs/resource/contact.php b/htdocs/resource/contact.php index dc012fa6e21..3d2d1fef60b 100644 --- a/htdocs/resource/contact.php +++ b/htdocs/resource/contact.php @@ -137,7 +137,7 @@ if ($id > 0 || ! empty($ref)) // Object - print '
'; + print '
'; // Resource type print ''; diff --git a/htdocs/resource/note.php b/htdocs/resource/note.php index 8a285cb94b7..387fa19bc76 100644 --- a/htdocs/resource/note.php +++ b/htdocs/resource/note.php @@ -79,7 +79,7 @@ if ($id > 0 || ! empty($ref)) print '
'; print '
'; - print '
'; + print '
'; // Resource type print '';