noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 13/28: cosmetid add a button close for the "f


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 13/28: cosmetid add a button close for the "forget-email-box"
Date: Sat, 30 Nov 2019 07:51:23 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 224e43199f1d8294dc77b79d0fc4f532fd9b4da2
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 24 15:19:51 2019 +0100

    cosmetid add a button close for the "forget-email-box"
---
 html/index.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/html/index.php b/html/index.php
index cb1bb3f..8d86084 100644
--- a/html/index.php
+++ b/html/index.php
@@ -205,7 +205,6 @@ echo '
 </TR>';
 
 
-
 if ( $g_captcha == true )
   {
     echo '<tr ><td colspan="2" style="width:auto">';
@@ -255,8 +254,7 @@ echo '
                 Email <input type="text"  class="input_text" name="email" 
nohistory>
                 </p>
                 <input type="submit" class="button" name="send_email" 
value="Envoi email">
-                
-            </form>
+                <input type="button" class="button" id="close_link_bt" 
value="Annuler">
 </div>
     <script>
         document.getElementById('recover_link').onclick=function() {
@@ -265,6 +263,9 @@ echo '
         document.getElementById('close_link').onclick=function() {
             document.getElementById('recover_box').style.display="none";
         }
+        document.getElementById('close_link_bt').onclick=function() {
+            document.getElementById('recover_box').style.display="none";
+        }
     </script>
 <?php endif; ?>
     



reply via email to

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