diff --git a/resources/templates/table/zoom_search/index.twig b/resources/templates/table/zoom_search/index.twig index 633008e063..281f9afd32 100644 --- a/resources/templates/table/zoom_search/index.twig +++ b/resources/templates/table/zoom_search/index.twig @@ -18,10 +18,10 @@ -
+ {{ get_hidden_inputs(db, table) }} - +
{{ t('Do a "query by example" (wildcard: "%") for two different columns') }}
diff --git a/resources/templates/table/zoom_search/result_form.twig b/resources/templates/table/zoom_search/result_form.twig index 3d73326758..4fd3d737de 100644 --- a/resources/templates/table/zoom_search/result_form.twig +++ b/resources/templates/table/zoom_search/result_form.twig @@ -1,7 +1,7 @@ - + {{ get_hidden_inputs(db, table) }} - +
{{ t('Browse/Edit the points') }}
@@ -19,8 +19,8 @@ {% endif %}
-