noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 19/35: CFGPLUGIN : Add filter to plugin table


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 19/35: CFGPLUGIN : Add filter to plugin table
Date: Tue, 24 May 2016 21:25:39 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f39d1f6c99dbeedfdf66288fb428607248b66d4a
Author: Dany De Bontridder <address@hidden>
Date:   Thu Apr 21 17:15:15 2016 +0200

    CFGPLUGIN : Add filter to plugin table
---
 include/cfgplugin.inc.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/cfgplugin.inc.php b/include/cfgplugin.inc.php
index a7ff5fe..188f8c9 100644
--- a/include/cfgplugin.inc.php
+++ b/include/cfgplugin.inc.php
@@ -105,7 +105,8 @@ if ( isset ($_POST['save_plugin'])){
 <div class="content">
     <?php echo _('Nombre de plugins trouvés')." ".$nb_plugin; ?>
     <form method="post">
-    <table class="result">
+    <?php echo _('Filtre');echo " ";echo 
HtmlInput::filter_table("plugin_install_tb", '0,1,2,3', 1);?>
+    <table id="plugin_install_tb" class="result">
         <tr>
             <th><?php echo _('Extension')?></th>
             <th><?php echo _('Menu')?></th>



reply via email to

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