From 620258b3e06c469e3cb4694b0ee2b7911b550661 Mon Sep 17 00:00:00 2001 From: elysajouve Date: Wed, 6 Jul 2022 17:45:52 +0200 Subject: [PATCH] RENDEZVOUS-40: Fixed number of booked seats fields on front office --- .../plugins/appointment/html_code_form.html | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/webapp/WEB-INF/templates/skin/plugins/appointment/html_code_form.html b/webapp/WEB-INF/templates/skin/plugins/appointment/html_code_form.html index c5c3eaa9..589bffca 100644 --- a/webapp/WEB-INF/templates/skin/plugins/appointment/html_code_form.html +++ b/webapp/WEB-INF/templates/skin/plugins/appointment/html_code_form.html @@ -250,17 +250,19 @@

-
- -
- readonly maxlength="3" id="nbBookedSeats" value="<#if appointment??>${appointment.nbBookedSeats!}" name="nbBookedSeats" class="form-control" min="1" max="${nbplaces}" onkeypress='return validateQty(event);'> - <#if formGroupError!=''> - ${formGroupError} - <#else> - <#if nbplaces != 0 > - ${nbplaces!} place(s) maximum +
+
+ +
+ readonly maxlength="3" id="nbBookedSeats" value="<#if appointment??>${appointment.nbBookedSeats!}" name="nbBookedSeats" class="form-control" min="1" max="${nbplaces}" onkeypress='return validateQty(event);'> + <#if formGroupError!=''> + ${formGroupError} + <#else> + <#if nbplaces != 0 > + ${nbplaces!} place(s) maximum + - +