Create card from the search
This commit is contained in:
parent
56b2f49e0e
commit
5b05b841f0
2 changed files with 14 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
|||
$search_card_js=sprintf('onclick="boxsearch_card(\'%d\')"',dossier::id());
|
||||
echo Icon_Action::card( "$('box_search_card').show();$('box_search_card').setStyle({'z-index':get_next_layer()})");
|
||||
echo '<div id="box_search_card" style="display:none;width:20rem;padding:0" class="inner_box">';
|
||||
echo HtmlInput::title_box(_('Recherche de fiche'), "box_search_card","hide");
|
||||
echo HtmlInput::title_box(_('Recherche de fiches'), "box_search_card","hide");
|
||||
echo '<p class="info p-1" >';
|
||||
echo _("Donnez une partie du nom, prénom, de la description, du poste comptable, du n° de TVA,quick code ... "
|
||||
. " de la fiche" ) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue