From 92d334feb5748559d74047daa7bee80903e17ca0 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Tue, 14 May 2024 01:59:22 -0400 Subject: [PATCH] Bug 1874564: QuickSearch inputs need labels (#177) --- template/en/default/global/common-links.html.tmpl | 3 ++- template/en/default/index.html.tmpl | 5 +++++ template/en/default/pages/quicksearch.html.tmpl | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index 78b4eb80a9..64da6e874b 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -28,7 +28,8 @@ no_redirect.value = 1; } - diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 84a5b7d5cd..e982f2e1c6 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -93,6 +93,7 @@
[?] @@ -137,10 +138,12 @@ last 24 hours [% title = BLOCK %][% terms.Bugs %] reported in the last 24 hours[% END %]   | last 7 days [% title = BLOCK %][% terms.Bugs %] reported in the last 7 days[% END %]  
  • @@ -148,10 +151,12 @@ last 24 hours [% title = BLOCK %][% terms.Bugs %] changed in the last 24 hours[% END %]   | last 7 days [% title = BLOCK %][% terms.Bugs %] changed in the last 7 days[% END %]  
  • diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 8564f64d01..d98f31a83e 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -17,7 +17,8 @@ to search for:

    - +
    -- 2.47.3