noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 16/34: Task 2128 : Ouverture et cloture toujo


From: dwm
Subject: [Noalyss-commit] [noalyss] 16/34: Task 2128 : Ouverture et cloture toujours visible
Date: Wed, 17 Jan 2024 12:54:07 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 454b526c592bce93f4b75c1aecee66cdeadb8beb
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Jan 13 18:46:37 2024 +0100

    Task 2128 : Ouverture et cloture toujours visible
---
 include/template/operation_exercice-input_source.php | 20 ++++++++------------
 include/template/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) :
+
 ?>
 <div class="content">
 
     <div class="row">
-        <div class="col">
+        <div class="col-lg">
             <FORM method="POST">
 
                 <div class="" id="opening_div">
@@ -91,15 +91,14 @@ if ( $g_parameter->MY_REPORT=="Y" || DEBUGNOALYSS > 1) :
                 </div>
             </FORM>
 <?php
-endif;
+
 
//-------------------------------------------------------------------------------------------
-// Show closing if report == N or NOALYSS > 1
+// Show closing
 
//-------------------------------------------------------------------------------------------
 
-if ( $g_parameter->MY_REPORT=="N" || DEBUGNOALYSS > 1) :
 ?>
         </div>
-        <div class="col">
+        <div class="col-lg">
 
             <FORM method="POST">
                 <div class="" id="closing_div" style="display:grid">
@@ -123,7 +122,4 @@ if ( $g_parameter->MY_REPORT=="N" || DEBUGNOALYSS > 1) :
             </FORM>
         </div>
 
-    </div>
-<?php
-endif;
-?>
\ No newline at end of file
+    </div>
\ 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");
 ?>
+<h2><?=_("Liste des opérations")?></h2>
 <form method="POST">
     <?php
     echo \HtmlInput::array_to_hidden(["gDossier", "sa"], $_REQUEST);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]