[Koha] Do we need to upgrade?

Amber M Amland library at mountainviewics.org
Tue Sep 23 13:52:39 NZST 2008


Thanks!  I haven't figured it out yet because I'm not sure yet how to go
"behind the scenes" in Koha without messing everything up, but maybe I will
be able to get a tech person here to help since I know what we're looking
for now.

-----Original Message-----
From: Owen Leonard [mailto:oleonard at myacpl.org] 
Sent: Wednesday, September 17, 2008 8:31 PM
To: library at mountainviewics.org
Cc: koha at lists.katipo.co.nz
Subject: Re: [Koha] Do we need to upgrade?

> Ours has three drop-down menus with month, day, and year.

...which means you should be able to quickly edit the template and
update the year values. Look for circulation.tmpl in your template
files (make sure you're editing the files that correspond to the
template your Koha installation is using). You should see this HTML:

<select name="year">
<option value="0">Year</option>
<option value="2004"<!-- TMPL_IF NAME="year2004" -->
selected="selected"<!-- /TMPL_IF -->>2004</option>
<option value="2005"<!-- TMPL_IF NAME="year2005" -->
selected="selected"<!-- /TMPL_IF -->>2005</option>
<option value="2006"<!-- TMPL_IF NAME="year2006" -->
selected="selected"<!-- /TMPL_IF -->>2006</option>
<option value="2007"<!-- TMPL_IF NAME="year2007" -->
selected="selected"<!-- /TMPL_IF -->>2007</option>
<option value="2008"<!-- TMPL_IF NAME="year2008" -->
selected="selected"<!-- /TMPL_IF -->>2008</option>
</select>

If you increment those years, you'll be good to go.

  -- Owen

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



More information about the Koha mailing list