This commit is contained in:
sparkyx 2022-01-22 14:23:52 +01:00
parent 0546a4a632
commit 08abe00b28
2 changed files with 3 additions and 0 deletions

View file

@ -66,6 +66,7 @@ if ($low_action == "list")
?>
<div class="content">
<div>
<form method="get" action="<?php echo $href;?>">
<?php
echo dossier::hidden();
@ -94,6 +95,7 @@ if ($low_action == "list")
<input type="submit" class="button" name="submit_query" value="<?php echo _('recherche')?>">
<input type="hidden" name="ac" value="<?php echo $http->request('ac')?>">
</form>
<p class="notice"><?=_("Si vous modifiez un contact, il faut recharger la page pour voir les changements")?></p>
</div>
<?php
$client = new contact($cn);