[Koha-bugs] [Bug 9983] printable fines page should include name/barcode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 18 05:46:20 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9983

Barton Chittenden <barton at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barton at bywatersolutions.com

--- Comment #5 from Barton Chittenden <barton at bywatersolutions.com> ---
You could do it something like this:

in intranetuserCSS:

  @media screen {
      .stuff {
          visibility: hidden;
      }
  }
  @media print {
      .stuff {
           ... name and barcode styling goes here ... 
      }
  }

Then we need to add something like this to the .tt file for the fines page:

<div class="stuff">... Name and/or barcode information ....</div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list