[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);
- [Noalyss-commit] [noalyss] 19/34: Merge branch 'devel-ods' into devel, (continued)
- [Noalyss-commit] [noalyss] 19/34: Merge branch 'devel-ods' into devel, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 23/34: Bug Fiche Option, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 32/34: DEV - TEST : new file to see local variables, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 21/34: Task #0002327: Balance : indiqué si le solde est correct débit / crédit, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 11/34: Task 0002128: Clôture comptabilité française, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 13/34: Acc OD : cosmetic, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 17/34: Get empty upgrade.sql, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 01/34: FIX : when taken from git NOALYSS_VERSION is undefined, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 18/34: Bug #0002322: Impression Suivi, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 08/34: OPTION_CARD : Correct options for FollowUp, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 16/34: Task 2128 : Ouverture et cloture toujours visible,
dwm <=
- [Noalyss-commit] [noalyss] 20/34: Merge branch 'devel-andromeda' into devel, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 28/34: Task 0002128: Clôture comptabilité française Réécriture op. ouverture et cloture, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 30/34: Get empty upgrade.sql, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 31/34: PRINT properly action, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 33/34: Task #2323 : follow-up correct depending action + cosmetic, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 09/34: Bug Fiche Option, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 12/34: Task 0002128: Clôture comptabilité française, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 15/34: Adaptation PHPUNIT, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 03/34: Improve DBG , add stopwatch : timer_start and timer_show, dwm, 2024/01/17
- [Noalyss-commit] [noalyss] 10/34: PHP8.1 compatibility, dwm, 2024/01/17