From 46d0b4140ebc3365618b23b01c094b0860baed9d Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 3 Oct 2022 18:04:10 +0200 Subject: Improved: better semantic HTML for boxes (#4665) * add h1 title on views * add h2 titles into box-title * thin scrollbar in box-content --- app/views/configure/queries.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/configure/queries.phtml') diff --git a/app/views/configure/queries.phtml b/app/views/configure/queries.phtml index 93ed38e10..bc6d92846 100644 --- a/app/views/configure/queries.phtml +++ b/app/views/configure/queries.phtml @@ -10,13 +10,13 @@
-

+

queries as $key => $query) { ?>
- getName() ?> +

getName() ?>

@@ -37,7 +37,7 @@
-
    +
      hasSearch()) { ?>
    • getSearch()->getRawInput(), ENT_NOQUOTES, 'UTF-8')) ?>
    • -- cgit v1.2.3