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

Barton Chittenden <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Barton Chittenden <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to