noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 13/16:


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 13/16:
Date: Fri, 21 Nov 2014 23:17:36 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 308889b460faf0f54e6df9e974ce90ec86945cb1
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 22 00:13:37 2014 +0100
---
 include/template/tag_search_select.php |    2 +-
 include/template/tag_select.php        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/template/tag_search_select.php 
b/include/template/tag_search_select.php
index 0d93d78..15720fd 100644
--- a/include/template/tag_search_select.php
+++ b/include/template/tag_search_select.php
@@ -10,7 +10,7 @@ if ( $max == 0 ) {
 }
 ?>
 Filtrer = <?php echo HtmlInput::filter_table($p_prefix.'tag_tb_id', '0,1', 1); 
?>
-<table id="<?php echo $p_prefix;?>tag_tb_id">
+<table class="result" id="<?php echo $p_prefix;?>tag_tb_id">
     <tr>
         <th>
             <?php echo _("Tag")?>
diff --git a/include/template/tag_select.php b/include/template/tag_select.php
index 27bc081..7f179b7 100644
--- a/include/template/tag_select.php
+++ b/include/template/tag_select.php
@@ -10,7 +10,7 @@ if ( $max == 0 ) {
 }
 ?>
 Filtrer = <?php echo HtmlInput::filter_table('tag_tb_id', '0,1', 1); ?>
-<table id="tag_tb_id">
+<table class="result"  id="tag_tb_id">
     <tr>
         <th>
             <?php echo _("Tag")?>



reply via email to

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