Cosmetic and add zoom button for last operations

This commit is contained in:
Dany De Bontridder 2015-07-28 00:22:01 +02:00
parent f86ff660ab
commit 82816bf406
4 changed files with 14 additions and 11 deletions

View file

@ -63,7 +63,7 @@ echo '<form method="GET">';
echo $search_box;
echo HtmlInput::submit("viewsearch",_("Recherche"));
?>
<input type="button" class="button" onclick="window.close()" value="&#10761;">
<input type="button" class="smallbutton" onclick="window.close()" value="<?php echo _('Fermer')?>">
<?php
echo '</form>';
@ -107,7 +107,7 @@ if ( isset ($_GET['viewsearch']))
echo HtmlInput::submit('viewsearch','Export vers CSV');
echo HtmlInput::hidden('p_action','ALL');
?>
<input type="button" class="button" onclick="window.close()" value="&#10761;">
<input type="button" class="smallbutton" onclick="window.close()" value="<?php echo _('Fermer')?>">
<?php
echo '</form>';