Bugzilla – Attachment 5307 Details for
Bug 6665
advancedMARCeditor preference not functioning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow up for 6665 : Fixing the hide_marc pref also
Follow-up-for-6665--Fixing-the-hidemarc-pref-also.patch (text/plain), 2.16 KB, created by
Chris Cormack
on 2011-09-05 02:51:14 UTC
(
hide
)
Description:
Follow up for 6665 : Fixing the hide_marc pref also
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-09-05 02:51:14 UTC
Size:
2.16 KB
patch
obsolete
>From ed33e1f3e9b6b29fdeae1ca9205b94743eafd649 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] Follow up for 6665 : Fixing the hide_marc pref also > >--- > .../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.4.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 6665
:
5306
|
5307
|
5320
|
5321