noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 86/323: cosmetique :tags on one line in the a


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 86/323: cosmetique :tags on one line in the action search box
Date: Wed, 14 Mar 2018 17:38:28 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 32e0a25003ca681c92db8c29ab8cc6d5a54e547c
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jan 25 10:05:29 2018 +0100

    cosmetique :tags on one line in the action search box
---
 include/template/action_search.php | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/include/template/action_search.php 
b/include/template/action_search.php
index 703ac3b..e7bb169 100644
--- a/include/template/action_search.php
+++ b/include/template/action_search.php
@@ -107,21 +107,7 @@
                                <td style="text-align:right"> <?php echo 
_("Affiche aussi les actions fermées");?></td>
                                <td><?php echo $closed_action->input();?></td>
                        </tr>
-                        <tr>
-                       <td style="text-align:right"><?php echo _('Etiquette'); 
?></td>
-                               <td id="searchtag_choose_td">
-                                    <?php echo Tag::button_search('search'); ?>
-                                    <?php
-                                        if ( isset($_GET['searchtag'])) {
-                                            echo 
Tag::add_clear_button('search');
-                                            for 
($i=0;$i<count($_GET['searchtag']);$i++) {
-                                                $t=new Tag($cn, 
$_GET['searchtag'][$i]);
-                                                echo 
$t->update_search_cell('search');
-                                            }
-                                        }
-                                    ?>
-                               </td>
-                       </tr>
+                       
                         </table>
 
                         <table style="display:inline;width:30%">
@@ -139,7 +125,21 @@
                        </tr>
                         
                         </table>
-                            
+            <p>
+                <?php echo _('Etiquette'); ?>
+               <span id="searchtag_choose_td">
+                   <?php echo Tag::button_search('search'); ?>
+                   <?php
+                       if ( isset($_GET['searchtag'])) {
+                           echo Tag::add_clear_button('search');
+                           for ($i=0;$i<count($_GET['searchtag']);$i++) {
+                               $t=new Tag($cn, $_GET['searchtag'][$i]);
+                               echo $t->update_search_cell('search');
+                           }
+                       }
+                   ?>
+               </span>
+            </p>
                         
                <input type="hidden" name="sa" value="list">
                <?php echo  $supl_hidden?>



reply via email to

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