Bugzilla – Attachment 5222 Details for
Bug 2534
Viewing items table on item edit screen requires horizontal scrolling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed alternate fix
0001-Alternate-fix-for-Bug-2534-Viewing-items-table-on-it.patch (text/plain), 4.11 KB, created by
Owen Leonard
on 2011-08-30 15:28:53 UTC
(
hide
)
Description:
Proposed alternate fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-08-30 15:28:53 UTC
Size:
4.11 KB
patch
obsolete
>From eded45dc064b3a5f1473d5167261419a090f1057 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 22 Aug 2011 11:33:59 -0400 >Subject: [PATCH] Alternate fix for Bug 2534 - Viewing items table on item edit screen requires horizontal scrolling >Content-Type: text/plain; charset="utf-8" > >This patch doesn't eliminate horizontal scrolling, but simplifies >the situation: > >- The left-hand sidebar has been moved below the table of items. >- The "overflow:scroll" style has been removed from the table of items. > Having overflow set meant that it was often necessary to scroll twice > to reach data in the table: once using the scrollbars on the table > and again using the page's scrollbars. >--- > koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 13 ++++++++++++- > .../intranet-tmpl/prog/en/css/staff-global.css | 3 --- > .../prog/en/modules/cataloguing/additem.tt | 19 ++++++++++--------- > 3 files changed, 22 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css >index 26a8066..3cf2e88 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css >@@ -133,4 +133,15 @@ a.tagnum { > .linktools a:first-child { border-bottom: 1px solid #DDD; } > .linktools a:hover { background-color: #FFC; } > .subfield_controls { margin : 0 .5em; } >-.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; } >\ No newline at end of file >+.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; } >+ >+#cataloguing_additem_itemlist { >+ margin-bottom : 1em; >+} >+.yui-gf div.first { >+ width : 19%; >+} >+ >+.yui-gf .yui-u { >+ width: 79.2%; >+} >\ No newline at end of file >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 36cef19..8b2b8f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -1896,9 +1896,6 @@ img.spinner { > vertical-align: middle; > padding-right: 0.3em; > } >-#cataloguing_additem_itemlist div { >- overflow : scroll; >-} > ul.budget_hierarchy { > margin-left: 0px; > padding-left: 0px; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 2bd5ab5..efdda6a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -178,12 +178,10 @@ function set_to_today(id, force) { > › <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a> > </div> > >-<div id="doc3" class="yui-t2"> >+<div id="doc3" class="yui-t7"> > > <div id="bd"> > <div id="yui-main"> >- <div class="yui-b"> >- > > <h1>Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1> > >@@ -218,7 +216,11 @@ function set_to_today(id, force) { > </div> > [% END %] > </div> >- >+<div class="yui-gf"> >+<div class="yui-u first"> >+[% INCLUDE 'biblio-view-menu.inc' %] >+</div> >+<div class="yui-u"> > <div id="cataloguing_additem_newitem"> > <form method="post" action="/cgi-bin/koha/cataloguing/additem.pl" name="f"> > <input type="hidden" name="op" value="[% op %]" /> >@@ -273,17 +275,16 @@ function set_to_today(id, force) { > [% END %]</fieldset> > > <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> >- <input type="hidden" name="stickyduedate"" value="[% stickyduedate %]" /> >+ <input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> > <input type="hidden" name="barcode" value="[% barcode %]" /> > <input type="hidden" name="duedatespec" value="[% duedatespec %]" /> > > > </form> > </div> >-</div> >-</div> >-<div class="yui-b"> >-[% INCLUDE 'biblio-view-menu.inc' %] >+</div><!-- /yui-u --> >+</div><!-- /yui-gf --> >+ > </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >-- >1.7.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 2534
:
715
|
716
|
717
|
718
|
5087
|
5222
|
5223
|
5224