From ffa6cb848db7e8e6df4af3d583c495df37a87c0f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 19 Aug 2024 21:02:42 +0200 Subject: [PATCH] Cosmetic : loading of widget --- include/widget/widget.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/widget/widget.php b/include/widget/widget.php index c70da92d4..14a6ba43d 100644 --- a/include/widget/widget.php +++ b/include/widget/widget.php @@ -169,16 +169,19 @@ where use_login=$1 order by uw.uw_order static function ajax_display(Widget $widget ){ $box= sprintf( '%s_%s',$widget->get_widget_code(),$widget->get_user_widget_id()); $widget->open_div(); + echo h2(_("Un instant, on charge :-)"),' class="title" '); + + print '
'; + print '
'; print '
'; print '
'; print '
'; print '
'; print '
'; - print '
'; - print '
'; - print '
'; - echo p(_("Un instant, on charge :-)")); + print '
'; + print '
'; + $widget->close_div(); $dossier_id=\Dossier::id();