Look and feel v12

This commit is contained in:
Laurent Destailleur 2020-03-05 01:54:12 +01:00
parent 45bcd1c3bf
commit f35f0ecf9d
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@
/**
* \file htdocs/comm/propal/contact.php
* \ingroup propal
* \brief Onglet de gestion des contacts de propal
* \brief Tab to manage contacts/adresses of proposal
*/
require '../../main.inc.php';

View File

@ -255,6 +255,8 @@ $param = 'id='.$object->id.'&mainmenu=home';
* Show list
*/
print '<br>';
print '<form method="POST" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">';
print '<input type="hidden" name="token" value="'.newToken().'">';
print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';