Responsive for style-light.css + correct esthetic

This commit is contained in:
Dany De Bontridder 2014-02-28 00:12:44 +01:00
parent 47fcc79ff3
commit c169619255
7 changed files with 135 additions and 44 deletions

View file

@ -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>';