Bugzilla – Attachment 26104 Details for
Bug 11559
Professional cataloger's interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11559 - QA followup: fix translation issues and work around apache config
Bug-11559---QA-followup-fix-translation-issues-and.patch (text/plain), 2.69 KB, created by
Jesse Weaver
on 2014-03-11 11:58:50 UTC
(
hide
)
Description:
Bug 11559 - QA followup: fix translation issues and work around apache config
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2014-03-11 11:58:50 UTC
Size:
2.69 KB
patch
obsolete
>From a85b023404ff0f7eadaac900fe391a2dd5e54f9b Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Tue, 11 Mar 2014 12:56:36 +0100 >Subject: [PATCH] Bug 11559 - QA followup: fix translation issues and work > around apache config > >--- > .../intranet-tmpl/prog/en/includes/cateditor-ui.inc | 19 +++++++++---------- > svc/cataloguing/framework | 2 +- > 2 files changed, 10 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >index a831c3b..8a7d13b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >@@ -51,15 +51,15 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > > // The columns that should show up in a search, in order, and keyed by the corresponding <metadata> tag in the XSL and Pazpar2 config > var z3950Labels = [ >- [ "md-work-title", "Title" ], >- [ "md-series-title", "Series-title" ], >- [ "md-work-author", "Author" ], >- [ "md-lccn", "LCCN" ], >- [ "md-isbn", "ISBN" ], >- [ "md-issn", "ISSN" ], >- [ "md-medium", "Medium" ], >- [ "md-edition", "Edition" ], >- [ "md-description", "Description" ], >+ [ "md-work-title", _("Title") ], >+ [ "md-series-title", _("Series Title") ], >+ [ "md-work-author", _("Author") ], >+ [ "md-lccn", _("LCCN") ], >+ [ "md-isbn", _("ISBN") ], >+ [ "md-issn", _("ISSN") ], >+ [ "md-medium", _("Medium") ], >+ [ "md-edition", _("Edition") ], >+ [ "md-description", _("Description") ], > ]; > > var state = { >@@ -382,7 +382,6 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > result += '<td class="toolscol"><ul><li><a href="#" class="marc-link">' + _("View MARC") + '</a></li>'; > result += '<li><a href="#" class="open-link">' + _("Import") + '</a></li>'; > if ( state.canSave ) result += '<li><a href="#" class="substitute-link" title="' + _("Replace the current record's contents") + '">' + _("Substitute") + '</a></li>'; >- // REMOVE: (vim syntax highlighting bug) "</a></a>" > result += '</ul></td></tr>'; > > var $tr = $( result ); >diff --git a/svc/cataloguing/framework b/svc/cataloguing/framework >index 8213de6..39b1719 100755 >--- a/svc/cataloguing/framework >+++ b/svc/cataloguing/framework >@@ -11,7 +11,7 @@ use C4::Service; > > my ( $query, $response ) = C4::Service->init( editcatalogue => 'edit_catalogue' ); > >-my ( $frameworkcode ) = C4::Service->require_params( 'frameworkcode' ); >+my $frameworkcode = $query->param( 'frameworkcode' ) // ''; > > my $tagslib = GetMarcStructure( 1, $frameworkcode ); > >-- >1.9.0
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 11559
:
26069
|
26070
|
26071
|
26104
|
26653
|
26654
|
27140
|
27141
|
27142
|
27757
|
27758
|
27759
|
27760
|
27761
|
27900
|
27901
|
27902
|
27993
|
27995
|
34458
|
34459
|
34460
|
34461
|
34462
|
34463
|
36243
|
36244
|
36245
|
36246
|
36247
|
36248
|
36455
|
38533
|
38534
|
38535
|
38536
|
38537
|
38538
|
38539
|
40153
|
40154
|
40155
|
40543
|
40555
|
40556
|
40557
|
40558
|
40811
|
40812
|
40813
|
40814
|
40815
|
41425
|
41453
|
41476
|
42373
|
43261
|
43547
|
43614
|
43615
|
43616
|
43617
|
43618
|
43619
|
43620
|
43621
|
43622
|
43623
|
43703
|
43704
|
43705
|
43706
|
43707
|
43708
|
43709
|
43710
|
43711
|
43712
|
43713
|
43772
|
43790
|
43883
|
43969
|
44016
|
44018
|
44022
|
44023
|
44024
|
44025
|
44026
|
44027
|
44028
|
44029
|
44030
|
44031
|
44032
|
44033
|
44034
|
44035
|
44036