noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 71/219: Task #0001475: Todo note : il manque


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 71/219: Task #0001475: Todo note : il manque le bouton "Fermer"
Date: Mon, 18 Dec 2017 13:22:40 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8d5c86301fc557276e8a840085d258b750638f58
Author: Dany De Bontridder <address@hidden>
Date:   Sat Oct 7 15:52:14 2017 +0200

    Task #0001475: Todo note : il manque le bouton "Fermer"
---
 include/template/todo_list_display.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/template/todo_list_display.php 
b/include/template/todo_list_display.php
index ae7ad71..0a322f6 100644
--- a/include/template/todo_list_display.php
+++ b/include/template/todo_list_display.php
@@ -98,16 +98,16 @@ echo 
HtmlInput::title_box("Note","todo_list_div".$this->tl_id,'close',$close_sha
     <?php echo dossier::hidden(); ?>
     <?php echo HtmlInput::hidden('act','save') ?>
     <?php echo HtmlInput::hidden('id',$this->tl_id) ?>
-    <?php if ($this->use_login == $_SESSION['g_user']) : ?>
     <p style='text-align: center'>
         <ol style="list-style: none;">
+    <?php if ($this->use_login == $_SESSION['g_user']) : ?>
             <li style="display:inline">
                 <input type="submit" class="smallbutton" value="<?php echo 
_('Sauve');?>" onclick="todo_list_save(<?php echo $this->tl_id?>);return false">
              </li>
+     <?php endif; ?>   
              <li style="display:inline">
                  <?php echo 
HtmlInput::button_close("todo_list_div".$this->tl_id);?>
              </li>
         </ol>
     </p>
-     <?php endif; ?>   
 </form>
\ No newline at end of file



reply via email to

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