diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php index 54e2b281f05..e95bfaa94ef 100644 --- a/htdocs/core/lib/agenda.lib.php +++ b/htdocs/core/lib/agenda.lib.php @@ -126,19 +126,25 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh print ''; print ''.$langs->trans("VisibleTimeRange").''; print ""; + print '
'; print ''; if (empty($conf->dol_use_jmobile)) print ' - '; + else print '
'; print ''; if (empty($conf->dol_use_jmobile)) print ' '.$langs->trans("H"); + print '
'; print ''; // Filter on days print ''; print ''.$langs->trans("VisibleDaysRange").''; print ""; + print '
'; print ''; if (empty($conf->dol_use_jmobile)) print ' - '; + else print '
'; print ''; + print '
'; print ''; } diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index a3343f88e16..80d36e7d84d 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -874,10 +874,9 @@ else if ($action != 'presend') { - print '
'; + print '
'; print ''; // ancre - /* * Documents generes */ @@ -891,7 +890,7 @@ else $somethingshown=$formfile->show_documents('project',$filename,$filedir,$urlsource,$genallowed,$delallowed,$object->modelpdf); - print '
'; + print ''; if (!empty($object->id)) { @@ -901,7 +900,7 @@ else $somethingshown=$formactions->showactions($object,'project',$socid); } - print '
'; + print ''; } // Hook to add more things on page