[Koha] Opening/finding/editing the circulation tmpl
Owen Leonard
oleonard at myacpl.org
Wed Feb 25 02:47:35 NZDT 2009
> 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