diff --git a/application/modules/opac/controllers/RechercheController.php b/application/modules/opac/controllers/RechercheController.php index e0df9865483da5447feaf42087962abd7c2c2b4e..d2136fe84119f3d861cf2b3e2584163c203f2244 100644 --- a/application/modules/opac/controllers/RechercheController.php +++ b/application/modules/opac/controllers/RechercheController.php @@ -433,7 +433,8 @@ class RechercheController extends ZendAfi_Controller_Action { return; } - $form = new ZendAfi_Form_Hold(['back-url' => $this->view->url(['action' => 'viewnotice']), + $form = new ZendAfi_Form_Hold(['action' => $this->view->url(), + 'data-backurl' => $this->view->url(['action' => 'viewnotice']), 'library' => $library]); if ($this->_request->isPost()