Does anyone know how to add to the circulation template to add years to the "sticky due date" drop down menu? We have the kind with three drop down boxes: day, month, and year. The years stop with 2008. We're using Koha 2.2.3 on Linux with Mysql version 14.7 with Apache. Owen gave me some good information about this (Thanks, Owen!), but I'm not sure how to make the change yet. I have help from our computer technicians, but they are more familiar with Windows. How do we get to our circulation.tmpl to be able to see this and add the years? <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> Thanks! Amber Amber Amland Librarian Mountainview International Christian School Salatiga, Jateng, Indonesia 50722 www.mountainviewics.org library@mountainviewics.org