Bugzilla – Attachment 5321 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] Follow up for 6665 : Fixing the hide_marc pref also
SIGNED-OFF-Follow-up-for-6665--Fixing-the-hidemarc.patch (text/plain), 2.23 KB, created by
Nicole C. Engard
on 2011-09-06 14:50:19 UTC
(
hide
)
Description:
[SIGNED-OFF] Follow up for 6665 : Fixing the hide_marc pref also
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-09-06 14:50:19 UTC
Size:
2.23 KB
patch
obsolete
>From b5874017c89a703bf1b3620a946c9f42acbe2d44 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Mon, 5 Sep 2011 14:50:29 +1200 >Subject: [PATCH] [SIGNED-OFF] Follow up for 6665 : Fixing the hide_marc pref also > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 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 7062f1b..37e6212 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -817,7 +817,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? > [% IF ( innerloo.tag ) %] > <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 ) %] >+ [% UNLESS hide_marc %] > [% 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 %] >@@ -860,7 +860,7 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ? > <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 %] > >- [% UNLESS ( subfield_loo.hide_marc ) %] >+ [% UNLESS hide_marc %] > <span class="subfieldcode">[% IF ( subfield_loo.fixedfield ) %] > <img class="buttonUp" style="display:none;" src="[% themelang %]/../img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" /> > [% ELSE %] >-- >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