Bugzilla – Attachment 5320 Details for
Bug 6665
advancedMARCeditor preference not functioning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 6665 : TT problem was preventing AdvancedMARCEditor pref from working when cataloguing
SIGNED-OFF-Bug-6665--TT-problem-was-preventing-Adv.patch (text/plain), 3.41 KB, created by
Nicole C. Engard
on 2011-09-06 14:46:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6665 : TT problem was preventing AdvancedMARCEditor pref from working when cataloguing
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-09-06 14:46:40 UTC
Size:
3.41 KB
patch
obsolete
>From ac316fcc47c1e4648111972c7b044cd023f46502 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Mon, 5 Sep 2011 14:42:55 +1200 >Subject: [PATCH] [SIGNED-OFF] Bug 6665 : TT problem was preventing AdvancedMARCEditor pref from working when cataloguing > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >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 173e0cf..7062f1b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -818,7 +818,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? > <div class="tag" id="tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]"> > <div class="tag_title" id="div_indicator_tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]"> > [% UNLESS ( innerloo.hide_marc ) %] >- [% IF ( innerloo.advancedMARCEditor ) %] >+ [% IF advancedMARCEditor %] > <a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;">[% innerloo.tag %]</a> > [% ELSE %] > <span class="tagnum" title="[% innerloo.tag_lib %]">[% innerloo.tag %]<a class="marcdocs" >@@ -841,7 +841,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? > [% END %] > [% END %] > >- [% UNLESS ( innerloo.advancedMARCEditor ) %] >+ [% UNLESS advancedMARCEditor %] > <a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Click to Expand this Tag">[% innerloo.tag_lib %]</a> > [% END %] > [% IF ( innerloo.repeatable ) %] >@@ -856,7 +856,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? > <!-- One line on the marc editor --> > <div class="subfield_line" style="[% subfield_loo.visibility %]; float: left; clear: left; width: 100%;" id="subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]"> > >- [% UNLESS ( subfield_loo.advancedMARCEditor ) %] >+ [% UNLESS advancedMARCEditor %] > <label for="tag_[% subfield_loo.tag %]_subfield_[% subfield_loo.subfield %]_[% subfield_loo.index %]_[% subfield_loo.index_subfield %]" [% IF ( subfield_loo.fixedfield ) %] style="display:none;" [% END %] class="labelsubfield"> > [% END %] > >@@ -873,7 +873,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? > </span> > [% END %] > >- [% UNLESS ( subfield_loo.advancedMARCEditor ) %] >+ [% UNLESS advancedMARCEditor %] > [% IF ( subfield_loo.mandatory ) %]<span class="subfield subfield_mandatory">[% ELSE %]<span class="subfield">[% END %] > [% subfield_loo.marc_lib_plain %] > [% IF ( subfield_loo.mandatory ) %]<span class="mandatory_marker" title="This field is mandatory">*</span>[% END %] >-- >1.7.2.3
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 6665
:
5306
|
5307
| 5320 |
5321