Bugzilla – Attachment 21654 Details for
Bug 10854
Choose a CSV profile for exporting serial claims
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10854: Followup: Small changes to the template
Bug-10854-Followup-Small-changes-to-the-template.patch (text/plain), 1.50 KB, created by
Jonathan Druart
on 2013-09-30 09:28:36 UTC
(
hide
)
Description:
Bug 10854: Followup: Small changes to the template
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-09-30 09:28:36 UTC
Size:
1.50 KB
patch
obsolete
>From 4e5ff3327f0a352f230887816fcd22fc84f5f8a2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 30 Sep 2013 11:26:50 +0200 >Subject: [PATCH] Bug 10854: Followup: Small changes to the template > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index cdcd259..f08625b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -298,15 +298,14 @@ > </table> > > [% IF csv_profiles %] >- <p> >- <span class="exportSelected"><a id="ExportSelected" href="/cgi-bin/koha/serials/claims.pl">Export selected items data</a></span> >- using the following csv profile: >+ <fieldset class="action"> >+ <label for="csv_code">Select CSV profile:</label> > <select id="csv_profile_for_export"> > [% FOR csv IN csv_profiles %] > <option value="[% csv.export_format_id %]">[% csv.profile %]</option> > [% END %] > </select> >- </p> >+ <span class="exportSelected"><a id="ExportSelected" href="/cgi-bin/koha/serials/claims.pl">Export selected items data</a></span> > [% END %] > > [% IF ( letter ) %] >-- >1.7.10.4
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 10854
:
20957
|
21376
|
21402
|
21605
|
21607
|
21608
|
21609
|
21610
| 21654