Bugzilla – Attachment 105735 Details for
Bug 25627
Move OPAC problem reports from administration to tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25627: Fix class and id in body tag
Bug-25627-Fix-class-and-id-in-body-tag.patch (text/plain), 1.02 KB, created by
Katrin Fischer
on 2020-06-11 11:43:40 UTC
(
hide
)
Description:
Bug 25627: Fix class and id in body tag
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-06-11 11:43:40 UTC
Size:
1.02 KB
patch
obsolete
>From 3b1bbeb056ef91824dd012b33fcf513007c87b35 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 4 Jun 2020 00:09:48 +0000 >Subject: [PATCH] Bug 25627: Fix class and id in body tag > >This will also help if you want to use different colors >for different modules. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt >index 889a235733..5beeebe111 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/problem-reports.tt >@@ -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' %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25627
:
105549
|
105725
|
105734
| 105735