[Koha-bugs] [Bug 4416] renew all and return all buttons too close together

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Fri Apr 30 20:47:31 CEST 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4416





--- Comment #2 from Owen Leonard <oleonard at myacpl.org>  2010-04-30 18:47:30 ---
In the meantime if anyone could use a workaround, add this to your
intranetuserjs system preference if you'd like to hide the button:

//]]>
</script>
<style type="text/css">
 /* inline styles */
 #return_all { display:none; }
 </style>
<script type="text/javascript">
//<![CDATA[

Or this if you'd like to align it to the right:

//]]>
</script>
<style type="text/css">
 /* inline styles */
 #return_all { float:right; }
 </style>
<script type="text/javascript">
//<![CDATA[


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list