Bugzilla – Attachment 2756 Details for
Bug 2122
Grayed out Fields not always visible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up fix for authorities editor
0002-Bug-2122-follow-up-for-authorities-editor.patch (text/plain), 1.42 KB, created by
Owen Leonard
on 2010-11-15 14:57:01 UTC
(
hide
)
Description:
Follow-up fix for authorities editor
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-11-15 14:57:01 UTC
Size:
1.42 KB
patch
obsolete
>From e4d23e705381e23d59a251f9045a5a85c7a9a310 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 15 Nov 2010 09:52:46 -0500 >Subject: [PATCH 2/2] Bug 2122 follow-up for authorities editor > >--- > authorities/authorities.pl | 14 +++++++------- > 1 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/authorities/authorities.pl b/authorities/authorities.pl >index 491aed6..9429a58 100755 >--- a/authorities/authorities.pl >+++ b/authorities/authorities.pl >@@ -191,13 +191,13 @@ sub create_input { > elsif ( $tagslib->{$tag}->{$subfield}->{authtypecode} ) { > $subfield_data{marc_value} = > "<input type=\"text\" >- id=\"".$subfield_data{id}."\" >- name=\"".$subfield_data{id}."\" >- value=\"$value\" >- class=\"input_marceditor\" >- tabindex=\"1\" >- readonly=\"readonly\" \/> >- <a href=\"#\" class=\"buttonDot\" >+ id=\"".$subfield_data{id}."\" >+ name=\"".$subfield_data{id}."\" >+ value=\"$value\" >+ class=\"input_marceditor readonly\" >+ tabindex=\"1\" >+ readonly=\"readonly\" \/> >+ <a href=\"#\" class=\"buttonDot\" > onclick=\"openAuth(this.parentNode.getElementsByTagName('input')[1].id,'".$tagslib->{$tag}->{$subfield}->{authtypecode}."'); return false;\" tabindex=\"1\" title=\"Tag Editor\">...</a> > "; > # it's a plugin field >-- >1.7.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 2122
:
507
|
508
|
2470
|
2480
| 2756