Bugzilla – Attachment 42533 Details for
Bug 8612
CSV export profile to have custom fields in export csv basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8612 - Cleans basket.tt by using TT blocks
Bug-8612---Cleans-baskettt-by-using-TT-blocks.patch (text/plain), 3.84 KB, created by
Genevieve Plantin
on 2015-09-14 18:04:38 UTC
(
hide
)
Description:
Bug 8612 - Cleans basket.tt by using TT blocks
Filename:
MIME Type:
Creator:
Genevieve Plantin
Created:
2015-09-14 18:04:38 UTC
Size:
3.84 KB
patch
obsolete
>From 0543c841eee02a371f2537a7400a9142314a63a0 Mon Sep 17 00:00:00 2001 >From: remi <remi.mayrand-provencher@inLibro.com> >Date: Wed, 29 Jul 2015 09:00:10 -0400 >Subject: [PATCH] Bug 8612 - Cleans basket.tt by using TT blocks > >--- > .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 43 ++++++++------------ > 1 file changed, 17 insertions(+), 26 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 4560bf9..f48db04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -1,3 +1,18 @@ >+[% BLOCK btn_group %] >+ <div class="btn-group"> >+ <fieldset class="action"> >+ <label for="csv_code">Select CSV profile:</label> >+ <select id="csv_profile_for_export"> >+ <option value="default">default</option> >+ [% IF csv_profiles %] >+ [% FOR csv IN csv_profiles %] >+ <option value="[% csv.export_format_id %]">[% csv.profile %]</option> >+ [% END %] >+ [% END %] >+ </select> >+ </fieldset> >+ </div> >+[% END %] > [% USE KohaDates %] > [% USE Price %] > [% USE AuthorisedValues %] >@@ -185,19 +200,7 @@ > <a href="[% script_name %]?op=close&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="btn btn-small" id="closebutton"><i class="icon-remove-sign"></i> Close this basket</a> > </div> > [% END %] >- <div class="btn-group"> >- <fieldset class="action"> >- <label for="csv_code">Select CSV profile:</label> >- <select id="csv_profile_for_export"> >- <option value="default">default</option> >- [% IF csv_profiles %] >- [% FOR csv IN csv_profiles %] >- <option value="[% csv.export_format_id %]">[% csv.profile %]</option> >- [% END %] >- [% END %] >- </select> >- </fieldset> >- </div> >+ [% PROCESS btn_group %] > <div class="btn-group"><a href="[% script_name %]?op=export&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="btn btn-small" id="exportbutton"><i class="icon-download"></i> Export </a></div> > </div> > <!-- Modal for confirm deletion box--> >@@ -234,19 +237,7 @@ > [% UNLESS ( grouped ) %] > <div id="toolbar" class="btn-toolbar"> > <div class="btn-group"><a href="#" class="btn btn-small" id="reopenbutton"><i class="icon-refresh"></i> Reopen this basket</a></div> >- <div class="btn-group"> >- <fieldset class="action"> >- <label for="csv_code">Select CSV profile:</label> >- <select id="csv_profile_for_export"> >- <option value="default">default</option> >- [% IF csv_profiles %] >- [% FOR csv IN csv_profiles %] >- <option value="[% csv.export_format_id %]">[% csv.profile %]</option> >- [% END %] >- [% END %] >- </select> >- </fieldset> >- </div> >+ [% PROCESS btn_group %] > <div class="btn-group"><a href="[% script_name %]?op=export&basketno=[% basketno %]&booksellerid=[% booksellerid %]" class="btn btn-small" id="exportbutton"><i class="icon-download"></i> Export </a></div> > </div> > [% END %] >-- >1.7.9.5
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 8612
:
11514
|
36860
|
37289
|
37293
|
41224
|
41225
|
41226
|
41227
|
42532
|
42533
|
42534
|
47591
|
47592
|
47593
|
56222
|
56223
|
56224
|
56225
|
57012
|
57013
|
57024
|
57025
|
57026
|
57027
|
57028
|
57029
|
57079
|
58073
|
58074
|
58075
|
58076
|
58077
|
58078
|
58079
|
58985
|
58986
|
58987
|
58988
|
58989
|
58990
|
58991
|
58992
|
59757
|
60480
|
61264
|
61265
|
61266
|
61267
|
61405
|
61520
|
63048
|
63049
|
63050
|
63051
|
63052
|
63053
|
63054
|
63055
|
63056
|
63104
|
63158
|
63279
|
63910
|
63911
|
63912
|
63913
|
63914
|
63915
|
63964
|
63966