@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 16 ---------------- .../prog/en/modules/catalogue/moredetail.tt | 12 +++++++++--- 2 files changed, 9 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -684,22 +684,6 @@ ol { &.bibliodetails { float: left; margin: 0 0 1em 1em; - - li { - border-bottom: 1px solid #E8E8E8; - list-style-type: none; - padding: .1em; - } - - span { - &.label { - border-right: 1px solid #E8E8E8; - float: left; - font-weight: bold; - margin-right: 1em; - width: 12em; - } - } } } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -28,6 +28,7 @@

[% title | html %]

[% IF ( subtitle ) %]

[% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]

[% END %] [% IF ( author ) %]

by [% author | html %]

[% END %] +
  1. Biblionumber: [% biblionumber | html %] 
  2. [% UNLESS ( item_level_itypes ) %] @@ -42,6 +43,7 @@
  3. No. of items: [% count | html %] [% IF ( hiddencount ) %]total ([% showncount | html %] shown / [% hiddencount | html %] hidden) Show all items[% END %]
+

[% IF ( ONLY_ONE ) %] @@ -52,9 +54,10 @@

Barcode [% ITEM_DAT.barcode | html %] [% IF ( ITEM_DAT.notforloantext ) %][% ITEM_DAT.notforloantext | html %] [% END %]

Item information [% IF ( CAN_user_editcatalogue_edit_catalogue ) %][% UNLESS ( ITEM_DAT.nomod ) %] [% IF ( CAN_user_editcatalogue_edit_items ) %] - [Edit Item] + Edit item [% END %] [% END %][% END %]

+
  1. Home library: [% Branches.GetName( ITEM_DAT.homebranch ) | html %] 
  2. [% IF ( item_level_itypes ) %] @@ -65,7 +68,7 @@ [% IF ( ITEM_DAT.displaycopy ) %]
  3. Copy number: [% ITEM_DAT.copyvol | html %] 
  4. [% END %] [% IF ( ITEM_DAT.replacementprice ) %]
  5. Replacement price: [% ITEM_DAT.replacementprice | $Price %] 
  6. [% END %] [% IF ITEM_DAT.materials %]
  7. Materials specified: [% ITEM_DAT.materials | html %]
  8. [% END %] -
+

Statuses [% IF ( ITEM_DAT.status_advisory ) %]( [% IF ( ITEM_DAT.notforloantext ) %][% ITEM_DAT.notforloantext | html %] [% END %] [% IF ( ITEM_DAT.itemlost ) %]Lost[% END %] @@ -73,6 +76,7 @@ [% IF ( ITEM_DAT.withdrawn ) %]Withdrawn[% END %] )[% END %]

+
  1. Current location: [% Branches.GetName( ITEM_DAT.holdingbranch ) | html %] 
  2. Checkout status: @@ -190,8 +194,9 @@ [% END %] [% END %] -
+

History

+
    [% IF ITEM_DAT.basketno %] @@ -263,6 +268,7 @@
+
[% END %] --