diff options
| author | Frédéric Buclin <LpSolit@gmail.com> | 2025-12-23 23:35:23 +0100 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2025-12-23 23:35:23 +0100 |
| commit | bfdd9d78c91093b4670703863f14d527ca992e26 (patch) | |
| tree | 51d47b887503e3c7835f33ad8cb131f697d2341e /template | |
| parent | 2fb83a5138688e699076b9d4a6b2f6a5bbe4fed2 (diff) | |
| download | bugs-bfdd9d78c91093b4670703863f14d527ca992e26.tar bugs-bfdd9d78c91093b4670703863f14d527ca992e26.tar.gz bugs-bfdd9d78c91093b4670703863f14d527ca992e26.tar.bz2 bugs-bfdd9d78c91093b4670703863f14d527ca992e26.tar.xz bugs-bfdd9d78c91093b4670703863f14d527ca992e26.zip | |
Improve the UI of buglists for small screens (mga#34432)
Diffstat (limited to 'template')
| -rw-r--r-- | template/en/default/list/table.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index f6ca804e8..581ac14e1 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -71,6 +71,7 @@ [% tableheader = BLOCK %] <table class="bz_buglist"> + <thead> <tr class="bz_buglist_header bz_first_buglist_header"> [% IF dotweak %] <th> </th> @@ -115,6 +116,7 @@ [% END %] </tr> + </thead> [% END %] [% BLOCK columnheader %] @@ -157,6 +159,7 @@ [%############################################################################%] [% tableheader %] + <tbody> [% FOREACH bug = bugs %] [% count = loop.count() %] @@ -233,6 +236,7 @@ [% PROCESS time_summary_line %] [% END %] + </tbody> </table> [% BLOCK time_summary_line %] |
