CFGPLUGIN : Add filter to plugin table
This commit is contained in:
parent
532a93eba3
commit
f39d1f6c99
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue