noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Task #1105 - Possibilté de classer le


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Task #1105 - Possibilté de classer les fiches par poste. Bug #1105 Tri dans liste de fiche
Date: Fri, 15 May 2015 12:56:22 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 69db40277788063e59d5710a09b76df8838af283
Author: Dany De Bontridder <address@hidden>
Date:   Fri May 15 14:52:51 2015 +0200

    Task #1105 - Possibilté de classer les fiches par poste.
    Bug #1105 Tri dans liste de fiche
---
 include/template/fiche_list.php |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/include/template/fiche_list.php b/include/template/fiche_list.php
index 1be5edf..9571893 100644
--- a/include/template/fiche_list.php
+++ b/include/template/fiche_list.php
@@ -28,13 +28,15 @@
 ?>
 <?php echo  $bar?>
 <form method="POST" class="print" style="display:inline" onsubmit="return 
confirm('<?php echo _("Vous confirmez ?")?>')">
-       <table class="result">
+       <table class="sortable" id="fiche_list_table_id">
                <tr>
-                       <th>
+                       <th >
                                <?php echo _("Quick Code")?>
+                            <?php echo HtmlInput::infobulle(17)?>
                        </th>
-                       <th>
+                       <th class="sorttable_sorted_reverse">
                                <?php echo _("Nom")?>
+                            <span 
id="sorttable_sortrevind">&nbsp;&blacktriangle;</span>
 
                        </th>
                        <th>
@@ -95,4 +97,6 @@ echo $iselect->input();
 
 <?php endif ; ?>
 </form>
-</div>
\ No newline at end of file
+</div>
+    
+    
\ No newline at end of file



reply via email to

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