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

--- Comment #1 from Owen Leonard <[email protected]> 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.
_______________________________________________
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