Bugzilla – Attachment 51435 Details for
Bug 15801
Move the framework related code to Koha::BiblioFramework[s] - part 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15801: minor fixes
SIGNED-OFF-Bug-15801-minor-fixes.patch (text/plain), 2.84 KB, created by
Bernardo Gonzalez Kriegel
on 2016-05-11 14:00:07 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15801: minor fixes
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2016-05-11 14:00:07 UTC
Size:
2.84 KB
patch
obsolete
>From 2482cf3106538637c45484dda9117ddf5600b069 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 May 2016 14:31:26 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 15801: minor fixes > >- Fix a tab >- Fix a variable name in a template > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >With all patches applied no errors. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >index 3ba918c..e720372 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -63,7 +63,7 @@ $(document).ready(function() { > <form action="[% script_name %]" name="Aform" method="post" class="validated"> > > <fieldset class="rows"><legend>[% IF ( use_heading_flags_p ) %][% IF ( heading_modify_tag_p ) %]Modify tag <input type="hidden" name="modif" value="1" />[% searchfield %][% END %][% IF ( heading_add_tag_p ) %]Add tag[% END %][% ELSE %][% action %][% END %]</legend> <input type="hidden" name="op" value="add_validate" /> >- <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode %]" /> >+ <input type="hidden" name="frameworkcode" value="[% framework.frameworkcode %]" /> > > <ol> > <li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index a7f5300..c9a7f17 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -492,15 +492,15 @@ function Changefwk(FwkList) { > Default > </a> > </li> >- [% FOREACH frameworkcodeloo IN frameworkcodeloop %] >+ [% FOREACH framework IN frameworks%] > <li> >- <a href="#" class="change-framework" data-frameworkcode="[% frameworkcodeloo.value %]"> >- [% IF ( frameworkcodeloo.selected ) %] >+ <a href="#" class="change-framework" data-frameworkcode="[% framework.frameworkcode %]"> >+ [% IF framework.frameworkcode == frameworkcode %] > <i class="fa fa-fw fa-check"></i> > [% ELSE %] > <i class="fa fa-fw"> </i> > [% END %] >- [% frameworkcodeloo.frameworktext %] >+ [% framework.frameworktext %] > </a> > </li> > [% END %] >-- >1.9.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 15801
:
47923
|
47924
|
47925
|
48938
|
48939
|
48940
|
50259
|
51385
|
51386
|
51387
|
51426
|
51427
|
51432
|
51433
|
51434
|
51435
|
54348
|
54349
|
54350
|
54351
|
55688
|
55689
|
55690
|
55691
|
56452
|
56453
|
56454
|
56455
|
56766
|
56767
|
56768
|
56769