Bugzilla – Attachment 143831 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.16 KB, created by
Martin Renvoize (ashimema)
on 2022-11-14 14:48:53 UTC
(
hide
)
Description:
Bug 32170: Add page-section to csv-profiles
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-11-14 14:48:53 UTC
Size:
1.16 KB
patch
obsolete
>From acb577ac085ba6b91c235b2c220726c5be46392a 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. >--- > 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.38.1
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