{{ Url_getHiddenInputs(db) }}
{% trans 'Search in database' %}

{% trans 'Find:' %} {# 4th parameter set to true to add line breaks #} {# 5th parameter set to false to avoid htmlspecialchars() escaping in the label since we have some HTML in some labels #} {{ Util_getRadioFields( 'criteriaSearchType', choices, criteria_search_type, true, false ) }}
{% trans 'Inside tables:' %}

{% trans 'Select all' %} / {% trans 'Unselect all' %}

{# Inputbox for column name entry #}