Bugzilla – Attachment 143849 Details for
Bug 32170
Add page-section to CSV profiles (tools)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32170: Add page-section to csv-profiles
Bug-32170-Add-page-section-to-csv-profiles.patch (text/plain), 1.22 KB, created by
Katrin Fischer
on 2022-11-14 17:25:28 UTC
(
hide
)
Description:
Bug 32170: Add page-section to csv-profiles
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-14 17:25:28 UTC
Size:
1.22 KB
patch
obsolete
>From edf944894fb80effe28fc37c6210873445d6dc97 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 14 Nov 2022 14:47:42 +0000 >Subject: [PATCH] Bug 32170: Add page-section to csv-profiles > >This patch adds a page-section div around the csv_profiles list. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >index 3efaff89af..6de79e1c8f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >@@ -296,6 +296,7 @@ > <h1>CSV profiles</h1> > > [% IF csv_profiles %] >+ <div class="page-section"> > <table id="table_csv_profiles"> > <thead> > <th>CSV profile ID</th> >@@ -325,6 +326,7 @@ > [% END %] > </tbody> > </table> >+ </div> > [% ELSE %] > There is no CSV profile defined. <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form">Create a new CSV profile</a>. > [% END %] >-- >2.30.2
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 32170
:
143831
| 143849