noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 31/33: Cosmetic : button close


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 31/33: Cosmetic : button close
Date: Thu, 11 Nov 2021 06:02:52 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit c09cffa948165330a30715137ca0e2b8a0dca054
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Mon Nov 8 00:26:39 2021 +0100

    Cosmetic : button close
---
 include/template/action_other_action.php | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/include/template/action_other_action.php 
b/include/template/action_other_action.php
index 19d5104..001d57f 100644
--- a/include/template/action_other_action.php
+++ b/include/template/action_other_action.php
@@ -55,10 +55,21 @@ echo 
HtmlInput::request_to_hidden(array("closed_action","remind_date_end","remin
             <?php echo _("Effacer les documents choisis");?>
         </li>
     </ul>
+    <ul class="aligned-block">
+        <li>
+            <?php
+                echo HtmlInput::submit("other_action_bt", _("Valider"));
+            ?>
+            
+        </li>
+        <li>
+            <?php
+                echo HtmlInput::button_Hide("other_div");
+            ?>
+            
+        </li>
         
-<?php
-    echo HtmlInput::submit("other_action_bt", _("Valider"));
-?>
+    </ul>
 </div>
 <script>
     var obj=document.getElementById('other_div');



reply via email to

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