Responsive for style-light.css + correct esthetic
This commit is contained in:
parent
47fcc79ff3
commit
c169619255
7 changed files with 135 additions and 44 deletions
|
|
@ -63,6 +63,10 @@ echo '<div class="content">';
|
|||
echo '<form method="GET">';
|
||||
echo $search_box;
|
||||
echo HtmlInput::submit("viewsearch",_("Recherche"));
|
||||
?>
|
||||
<input type="button" class="button" onclick="window.close()" value="<?php echo _('Fermer')?>">
|
||||
|
||||
<?php
|
||||
echo '</form>';
|
||||
|
||||
//-----------------------------------------------------
|
||||
|
|
@ -103,6 +107,10 @@ if ( isset ($_GET['viewsearch']))
|
|||
echo HtmlInput::hidden('act','CSV:histo');
|
||||
echo HtmlInput::submit('viewsearch','Export vers CSV');
|
||||
echo HtmlInput::hidden('p_action','ALL');
|
||||
?>
|
||||
<input type="button" class="button" onclick="window.close()" value="<?php echo _('Fermer')?>">
|
||||
|
||||
<?php
|
||||
echo '</form>';
|
||||
}
|
||||
echo '</div>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue