Re: [Koha] Text on issue reciepts

2011-03-30 Thread Liz Rea

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
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] bulk import of authorised values?

2011-03-30 Thread Chris Nighswonger
Hi Paul,

On Wed, Mar 30, 2011 at 7:11 PM, Paul pau...@aandc.org wrote:

 At 12:38 PM 11/26/2010 -0500, Jared Camins-Esakov wrote:
 Is there a way to do a bulk import of authorized values? Â I have not
 been
 able to find KOHA user interface support for this.
 
 INSERT INTO authorised_values (category, authorised_value, lib) VALUES
 ('LOC', 'MILITARY', 'Military'), ('LOC', 'ANOTHER', 'Another
 location...');

 Before I start adding more Authorized values to a near-production Koha
 db,


I'll let others answer the other questions, however, I trust that before you
add, subtract, do-any-sort-of-foo to your near-production DB, you make a
quick backup of it using mysqldump Then you can try all sorts of things
w/out worry.

Better yet, setup a cron job to run a dump at regular intervals so you can
roll back if need be.

Kind Regards,
Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha