[Koha] Text on issue reciepts
Liz Rea
lrea at nekls.org
Thu Mar 31 10:05:05 NZDT 2011
On Mar 30, 2011, at 3:56 PM, Liz Rea wrote:
> Another way to do this is to escape the intranetuserjs preference and add some styling to the receipts in there, a la (this is what goes into your intranetuserjs preference box):
>
> [begin example]
>
> </script>
> <style>
>
> [[[[[[the css you want to modify, properly formatted]]]]]]
>
>
> </style>
> <script>
> $(document).ready(function(){
>
> [[[ the usual intranetuserjs stuff ]]]]]
>
> });
>
> [end example]
>
> Thanks to Owen Leonard for teaching me this trick, it's helped me heaps.
>
> Liz Rea
> NEKLS
I should add that you don't have to muck about with your files using this method, which makes future updates much easier!
:)
LR
More information about the Koha
mailing list