From 454b526c592bce93f4b75c1aecee66cdeadb8beb Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 13 Jan 2024 18:46:37 +0100 Subject: [PATCH] Task 2128 : Ouverture et cloture toujours visible --- .../operation_exercice-input_source.php | 20 ++++++++----------- .../operation_exercice-list_draft.php | 1 + 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/include/template/operation_exercice-input_source.php b/include/template/operation_exercice-input_source.php index 35a43661b..ed472a5c6 100644 --- a/include/template/operation_exercice-input_source.php +++ b/include/template/operation_exercice-input_source.php @@ -30,15 +30,15 @@ global $g_user; global $g_parameter; //------------------------------------------------------------------------------------------- -// if DEBUG then show both , otherwise if MY_REPORT=Y shows opening otherwise , shows only closing -// Show opening if report == Y or NOALYSS > 1 +// +// Show opening //------------------------------------------------------------------------------------------- -if ( $g_parameter->MY_REPORT=="Y" || DEBUGNOALYSS > 1) : + ?>
-
+
@@ -91,15 +91,14 @@ if ( $g_parameter->MY_REPORT=="Y" || DEBUGNOALYSS > 1) :
1 +// Show closing //------------------------------------------------------------------------------------------- -if ( $g_parameter->MY_REPORT=="N" || DEBUGNOALYSS > 1) : ?>
-
+
@@ -123,7 +122,4 @@ if ( $g_parameter->MY_REPORT=="N" || DEBUGNOALYSS > 1) :
-
- \ No newline at end of file +
\ No newline at end of file diff --git a/include/template/operation_exercice-list_draft.php b/include/template/operation_exercice-list_draft.php index 2b176b6f1..003c9bfce 100644 --- a/include/template/operation_exercice-list_draft.php +++ b/include/template/operation_exercice-list_draft.php @@ -37,6 +37,7 @@ $aUrl = ["ac" => $http->request("ac"), "gDossier" => Dossier::id()]; $checkbox=new ICheckBox("operation_list[]"); $checkbox->set_range("operation_range"); ?> +