Bug 7317: (followup) Fix id and class on body tag
authorMagnus Enger <magnus@libriotech.no>
Wed, 25 Oct 2017 09:52:26 +0000 (11:52 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 9 Nov 2017 14:42:13 +0000 (11:42 -0300)
The HTML body tag looked like this:
<body id="acq_suggestion" class="acq">
Probably an overlooked copypasta. This patch changes it to:
<body id="illrequests" class="ill">
This should not have any visual side effects.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>

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

koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt

index c013727..6d1b9a7 100644 (file)
 </script>
 </head>
 
-<body id="acq_suggestion" class="acq">
+<body id="illrequests" class="ill">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]