make helper field invisible
This commit is contained in:
parent
71cc5d8565
commit
a605c3c8f6
@ -37,7 +37,7 @@
|
|||||||
<td class="middled" th:text="${b.role}"></td>
|
<td class="middled" th:text="${b.role}"></td>
|
||||||
<td class="middled">
|
<td class="middled">
|
||||||
<form action="#" th:action="@{'/business/bookings/payment/' + ${b.pk}}" th:object="${addBean}" method="post">
|
<form action="#" th:action="@{'/business/bookings/payment/' + ${b.pk}}" th:object="${addBean}" method="post">
|
||||||
<input th:id="'searchfield' + ${b.pk}" type="text" th:name="search" />
|
<input th:id="'searchfield' + ${b.pk}" type="hidden" th:name="search" />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4" style="text-align: right">
|
<div class="col-sm-4" style="text-align: right">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user