Bugzilla – Attachment 15322 Details for
Bug 9545
Fix Import Marc Bibliographic Framework Text Label
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9545 - Followup Fix import MARC bibliographic framework text label
Bug-9545---Followup-Fix-import-MARC-bibliographic-.patch (text/plain), 1.58 KB, created by
Jonathan Druart
on 2013-02-14 14:27:58 UTC
(
hide
)
Description:
Bug 9545 - Followup Fix import MARC bibliographic framework text label
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-02-14 14:27:58 UTC
Size:
1.58 KB
patch
obsolete
>From 5e3255232537a8d5057641e351ce39475692c9a0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 14 Feb 2013 15:23:01 +0100 >Subject: [PATCH] Bug 9545 - Followup Fix import MARC bibliographic framework > text label > >The export action for the default framework did not work. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index bebeb2f..b87ec20 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -207,7 +207,7 @@ $(document).ready(function() { > <li><label for="sql_type_export_[% frameworkcode %]">Export to SQL</label><input type="radio" name="type_export_[% frameworkcode %]" value="sql" id="sql_type_export_[% frameworkcode %]" /></li> > </ol> > </fieldset> >- <fieldset class="action"><input type="button" href="#" value="Export" title="Export to a spreadsheet" /> <a href="#" class="import_export_close cancel">Cancel</a> </fieldset> >+ <fieldset class="action"><input type="submit" href="#" value="Export" title="Export to a spreadsheet" /> <a href="#" class="import_export_close cancel">Cancel</a> </fieldset> > </form> > </div> > </div> >-- >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 9545
:
15240
|
15288
|
15289
|
15321
| 15322