cosmetic : add separator + translation

This commit is contained in:
Dany De Bontridder 2014-11-05 20:53:23 +01:00
parent f0faef0d69
commit ba727f0860
5 changed files with 20 additions and 18 deletions

View file

@ -88,7 +88,7 @@ $search_card_js=sprintf('onclick="boxsearch_card(\'%d\')"',dossier::id());
<div id="box_search_card">
<?php echo _('Recherche de fiche')?> <?php echo HtmlInput::infobulle(18)?> :<?php echo $search_card->input()?>
<?php echo HtmlInput::button_anchor("Chercher","javascript:void(0)","",$search_card_js)?>
<?php echo HtmlInput::button_anchor(_("Chercher"),"javascript:void(0)","",$search_card_js,'smallbutton')?>
</div>
<?php
echo '</div>';