Output_Tab : set mode to row by default + cosmetic
This commit is contained in:
parent
84131820af
commit
b8fafe1f2b
2 changed files with 14 additions and 2 deletions
|
|
@ -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") ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue