Bugzilla – Attachment 56455 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]
Bug 15801: minor fixes
Bug-15801-minor-fixes.patch (text/plain), 2.98 KB, created by
Marcel de Rooy
on 2016-10-14 07:41:58 UTC
(
hide
)
Description:
Bug 15801: minor fixes
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-10-14 07:41:58 UTC
Size:
2.98 KB
patch
obsolete
>From 4e6ba26c2c661b8509cfefdf56d343fcd4d129f6 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] Bug 15801: minor fixes >Content-Type: text/plain; charset=utf-8 > >- 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. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 8 ++++---- > 2 files changed, 6 insertions(+), 6 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 6e46b6b..9f1d310 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -66,9 +66,9 @@ $(document).ready(function() { > [% IF ( add_form ) %] > > <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 c66d24a..1aa98ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -501,15 +501,15 @@ function Changefwk() { > Default > </a> > </li> >- [% FOREACH frameworkcodeloo IN frameworkcodeloop %] >+ [% FOREACH framework IN frameworks%] > <li> >- <a href="#" class="change-framework" data-frameworkcode="[% frameworkcodeloo.frameworkcode %]"> >- [% IF ( frameworkcodeloo.frameworkcode == frameworkcode ) %] >+ <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.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 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