Output_Tab : set mode to row by default + cosmetic

This commit is contained in:
Dany De Bontridder 2020-04-06 10:34:48 +02:00
parent 84131820af
commit b8fafe1f2b
2 changed files with 14 additions and 2 deletions

View file

@ -51,9 +51,12 @@ if ( $xml == NULL) {
$a_plugin=$xml->xpath('//plugins/plugin');
$nb_plugin=count($a_plugin);
echo _("Les extensions doivent être activées dans le dossier après installation");
echo '<p>';
echo _("Recherche").HtmlInput::filter_table("tab_plugin",'0,1,2,3',1);
echo '</p>';
?>
<table>
<table id="tab_plugin" class="result">
<tr>
<th>
<?= _("Nom") ?>