[Koha-bugs] [Bug 6674] Collapse display of patron address by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 8 16:15:33 CEST 2011


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-08-08 14:15:33 UTC ---
Created attachment 4889
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4889
Proposed fix

This patch takes the feature implemented in the original patch
for Bug 5436 and reimplements it in a slightly more abstracted
way. The JavaScript can now be applied to any pair of elements
like this: a block with class "collapsed" followed by a link
with class "togglecollapse."

In the circ-menu include, both the address info block and the
link to show/hide it have unique ids ("contact" and "showcontact"
respectively) so that IntranetUserCSS can be used to force the
address information to show:

  #contact {
    display : block;
  }
  #showcontact {
    display : none;
  }

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list