Bug 25627: Fix class and id in body tag
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 4 Jun 2020 00:09:48 +0000 (00:09 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Jun 2020 09:53:36 +0000 (11:53 +0200)
This will also help if you want to use different colors
for different modules.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt

index 889a235..5beeebe 100644 (file)
@@ -8,7 +8,7 @@
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
 
-<body id="admin_problem-reports" class="admin">
+<body id="tools_problem-reports" class="tools">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'prefs-admin-search.inc' %]