[Koha] Do we need to upgrade?

Owen Leonard oleonard at myacpl.org
Thu Sep 18 01:30:39 NZST 2008


> 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