noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 08/09: Task #1070 - Recherche action : filtr


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 08/09: Task #1070 - Recherche action : filtre date devrait être les premiers champs Change search box
Date: Sat, 06 Dec 2014 18:57:40 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6c40cde112590139d5ada625607c7d67734abd28
Author: Dany De Bontridder <address@hidden>
Date:   Sat Dec 6 19:08:50 2014 +0100

    Task #1070 - Recherche action : filtre date devrait être les premiers champs
    Change search box
---
 include/template/action_search.php |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/include/template/action_search.php 
b/include/template/action_search.php
index 125f6c3..99d0c3c 100644
--- a/include/template/action_search.php
+++ b/include/template/action_search.php
@@ -47,6 +47,20 @@
 <?php endif; ?>
                <?php echo  dossier::hidden()?>
                <table style="width:100%">
+                    <tr>
+                               <td style="text-align:right">
+                                       <?php printf(_("Après le "))?>
+                               </td>
+                               <td >
+                                       <?php echo  $start->input()?>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td style="text-align:right"><?php echo  
_('Avant le')?></td>
+                               <td>
+                                       <?php echo  $end->input()?>
+                               </td>
+                       </tr>
                        <tr>
                                <td style="width:180px;text-align:right"> <?php 
echo _("Date de rappel après");?></td>
                                <td>
@@ -114,20 +128,7 @@
                                <td style="text-align:right"><?php echo  
_('Type de document')?></td>
                                <td><?php echo $type_doc->input();?></td>
                        </tr>
-                       <tr>
-                               <td style="text-align:right">
-                                       <?php printf(_("Après le "))?>
-                               </td>
-                               <td >
-                                       <?php echo  $start->input()?>
-                               </td>
-                       </tr>
-                       <tr>
-                               <td style="text-align:right"><?php echo  
_('Avant le')?></td>
-                               <td>
-                                       <?php echo  $end->input()?>
-                               </td>
-                       </tr>
+                       
                        </tr>
                        <tr>
                                <td style="text-align:right"><?php echo  
_('Uniquement actions internes')?></td>



reply via email to

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