Task #0001415: Lettrage - masquer la mise en évidence.
Click a second time of an reconciliation and the highlight disappear
This commit is contained in:
parent
e8c5db0db3
commit
40184268fd
2 changed files with 22 additions and 8 deletions
|
|
@ -36,6 +36,12 @@ require_once ('class/dossier.class.php');
|
|||
require_once('lib/html_input.class.php');
|
||||
require_once ('lib/function_javascript.php');
|
||||
require_once 'class/user.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/http_input.class.php';
|
||||
|
||||
global $http;
|
||||
|
||||
$http=new HttpInput();
|
||||
|
||||
load_all_script();
|
||||
$gDossier=HtmlInput::default_value_get('gDossier', -1);
|
||||
if ($gDossier==-1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue