Good morning, STDC libraries print receipts for items issued. The font size is very small and we would like to change to larger print. I can't see in the admin where to change it so am thinking it is a style sheet somewhere on the server. Can anyone point me in the right direction? Regards Susan McMillan Acquisitions and Systems Librarian South Taranaki District Libraries 06 278 0555 or freecall 0800 111 323 ext 8706 ,sue.mcmillan@stdc.govt.nz http//:www.southtaranaki.com This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorised and may be illegal. Please note that this communication does not designate an information system for the purposes of the Electronic Transactions Act 2002. <p><b>CAN'T OPEN ATTACHMENTS?</b></p> The Council has upgraded to Microsoft office 2007 suite. This may mean you cannot open attachments if you have older versions of office. <a href="http://www.microsoft.com/downloads/details.aspx?familyid=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en"> Click here to access Microsoft Office 2007's compatibility website.<a/>
2011/3/30 Sue McMillan <sue.mcmillan@stdc.govt.nz>:
Good morning,
STDC libraries print receipts for items issued. The font size is very small and we would like to change to larger print. I can’t see in the admin where to change it so am thinking it is a style sheet somewhere on the server.
Hi Sue There is the print stylesheet intranet-tmpl/prog/en/css/print.css That is probably the one you need to change Chris
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 On Mar 30, 2011, at 3:50 PM, Chris Cormack wrote:
2011/3/30 Sue McMillan <sue.mcmillan@stdc.govt.nz>:
Good morning,
STDC libraries print receipts for items issued. The font size is very small and we would like to change to larger print. I can’t see in the admin where to change it so am thinking it is a style sheet somewhere on the server.
Hi Sue
There is the print stylesheet intranet-tmpl/prog/en/css/print.css
That is probably the one you need to change
Chris _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
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
participants (3)
-
Chris Cormack -
Liz Rea -
Sue McMillan