[Koha] Opening/finding/editing the circulation tmpl

Amber M Amland library at mountainviewics.org
Wed Mar 11 16:52:20 NZDT 2009


Thanks!  We're working on it. This seems more promising.

-----Original Message-----
From: Owen Leonard [mailto:oleonard at myacpl.org] 
Sent: Tuesday, February 24, 2009 8:48 PM
To: library at mountainviewics.org
Cc: koha at lists.katipo.co.nz
Subject: Re: [Koha] Opening/finding/editing the circulation tmpl

> My
> tech. friend tried a few other commands and found the directory that has
> circulation.tmpl, but we don't know how to open it yet. We want to add
years
> to our drop down date due box in Koha 2.2.3.  Can you help?

I think most people use the "vi" command to open something up for
editing, but vi can be pretty hard for a beginner to understand. I
often used "pico" when I was starting out, so you can try it. It may
or may not be installed on your system.

pico /path/to/circulation.tmpl

Or, if you navigate to the directory containing circulation.tmpl:

cd /path/to/circulation.tmpl
pico circulation.tmpl

And if you don't have pico, you can try vi:

vi /path/to/circulation.tmpl

...But you'll want to Google vi commands and read up before you try it.

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org



More information about the Koha mailing list