From 0817dc6e74ca6fdb8ea631d69f09e22fa7d44521 Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@git-test.afi-sa.fr> Date: Wed, 18 Apr 2012 08:59:41 +0000 Subject: [PATCH] Reservation: oubli vue --- .gitattributes | 1 + .../opac/views/scripts/recherche/reservation-pickup-ajax.phtml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 application/modules/opac/views/scripts/recherche/reservation-pickup-ajax.phtml diff --git a/.gitattributes b/.gitattributes index 91a5aab625d..0b0c61cd571 100644 --- a/.gitattributes +++ b/.gitattributes @@ -586,6 +586,7 @@ application/modules/opac/views/scripts/recherche/avancee.phtml -text application/modules/opac/views/scripts/recherche/guidee.phtml -text application/modules/opac/views/scripts/recherche/readnotice.phtml -text application/modules/opac/views/scripts/recherche/rebond.phtml -text +application/modules/opac/views/scripts/recherche/reservation-pickup-ajax.phtml -text application/modules/opac/views/scripts/recherche/reservation.phtml -text application/modules/opac/views/scripts/recherche/resultatRecherche.phtml -text application/modules/opac/views/scripts/recherche/simple.phtml -text diff --git a/application/modules/opac/views/scripts/recherche/reservation-pickup-ajax.phtml b/application/modules/opac/views/scripts/recherche/reservation-pickup-ajax.phtml new file mode 100644 index 00000000000..dd691428b12 --- /dev/null +++ b/application/modules/opac/views/scripts/recherche/reservation-pickup-ajax.phtml @@ -0,0 +1,3 @@ +<?php +echo $this->renderForm($this->form); +?> \ No newline at end of file -- GitLab