Bugzilla – Attachment 16075 Details for
Bug 9196
authorities editor overlapping box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9196 - authorities editor overlapping box
Bug-9196---authorities-editor-overlapping-box.patch (text/plain), 1.50 KB, created by
Owen Leonard
on 2013-03-12 19:47:28 UTC
(
hide
)
Description:
Bug 9196 - authorities editor overlapping box
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-03-12 19:47:28 UTC
Size:
1.50 KB
patch
obsolete
>From ea2c7bf59007bd3fa0a3c03bd844708e1d8a838a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 12 Mar 2013 15:43:52 -0400 >Subject: [PATCH] Bug 9196 - authorities editor overlapping box >Content-Type: text/plain; charset="utf-8" > >This patch corrects a display problem in the authorities editor which >can cause the contents of a tab to overflow outside the tab's boundary. > >To test open an authority record for editing. Confirm that tab contents >do not overflow their bounds on both tabs with many lines and tabs with >just one or two. >--- > .../prog/en/modules/authorities/authorities.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >index 1907a1b..305f3aa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >@@ -188,7 +188,7 @@ function confirmnotdup(redirect){ > > [% FOREACH innerloo IN BIG_LOO.innerloop %] > [% IF ( innerloo.tag ) %] >- <div class="tag" id="tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]"> >+ <div class="tag clearfix" id="tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]"> > <div class="tag_title" id="div_indicator_tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]"> > [% UNLESS hide_marc %] > [% IF advancedMARCEditor %] >-- >1.7.9.5
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 9196
:
13847
|
16075
|
16289
|
16312
|
16970