@@ -, +, @@ - The left-hand sidebar has been replaced with a (non-standard) horizontal list of links. - 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. --- .../intranet-tmpl/prog/en/css/staff-global.css | 3 - .../prog/en/modules/cataloguing/additem.tt | 40 +++++++++++++++++--- 2 files changed, 34 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1953,9 +1953,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; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -178,11 +178,43 @@ function set_to_today(id, force) { › Items -
+
-
+

View: +Normal + +[% IF ( can_view_MARC ) %] +| MARC +[% END %] + +[% IF ( can_view_labeledMARC ) %] +| Labeled MARC +[% END %] + +[% IF ( can_view_ISBD ) %] +| ISBD +[% END %] + +| Items + +[% IF ( CAN_user_reserveforothers ) %] +| Holds +[% END %] + +[% IF ( subscriptionsnumber ) %] +| Subscription(s) +[% END %] + +[% IF ( issuehistoryview ) %] +| Checkout history +[% END %] + +[% IF ( CAN_user_tools_view_system_logs ) %] +| Modification log[% END %] +

+

Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])

@@ -276,8 +308,4 @@ function set_to_today(id, force) {
-
-[% INCLUDE 'biblio-view-menu.inc' %] -
-
[% INCLUDE 'intranet-bottom.inc' %] --