<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="country-region"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PlaceName"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Harlow Solid Italic";
        panose-1:4 3 6 4 2 15 2 2 13 2;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Does anyone know how to add to the circulation template to
add years to the &#8220;sticky due date&#8221; drop down menu?&nbsp; We have the
kind with three drop down boxes: day, month, and year.&nbsp; The years stop with
2008.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>We&#8217;re using Koha 2.2.3 on Linux with Mysql version
14.7 with Apache.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Owen gave me some good information about this (Thanks,
Owen!), but I&#8217;m not sure how to make the change yet. &nbsp;I have help from our
computer technicians, but they are more familiar with Windows.&nbsp; How do we get
to our circulation.tmpl to be able to see this and add the years?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&lt;select
name=&quot;year&quot;&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&lt;option
value=&quot;0&quot;&gt;Year&lt;/option&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&lt;option
value=&quot;2004&quot;&lt;!-- TMPL_IF NAME=&quot;year2004&quot; --&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>selected=&quot;selected&quot;&lt;!--
/TMPL_IF --&gt;&gt;2004&lt;/option&gt; &lt;option value=&quot;2005&quot;&lt;!--
TMPL_IF NAME=&quot;year2005&quot; --&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>selected=&quot;selected&quot;&lt;!--
/TMPL_IF --&gt;&gt;2005&lt;/option&gt; &lt;option value=&quot;2006&quot;&lt;!--
TMPL_IF NAME=&quot;year2006&quot; --&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>selected=&quot;selected&quot;&lt;!--
/TMPL_IF --&gt;&gt;2006&lt;/option&gt; &lt;option value=&quot;2007&quot;&lt;!--
TMPL_IF NAME=&quot;year2007&quot; --&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>selected=&quot;selected&quot;&lt;!--
/TMPL_IF --&gt;&gt;2007&lt;/option&gt; &lt;option value=&quot;2008&quot;&lt;!--
TMPL_IF NAME=&quot;year2008&quot; --&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>selected=&quot;selected&quot;&lt;!--
/TMPL_IF --&gt;&gt;2008&lt;/option&gt; &lt;/select&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks!<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Amber<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoAutoSig><font size=3 face="Harlow Solid Italic"><span
style='font-size:12.0pt;font-family:"Harlow Solid Italic"'>Amber Amland<o:p></o:p></span></font></p>

<p class=MsoAutoSig><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Librarian<o:p></o:p></span></font></p>

<p class=MsoAutoSig><st1:place w:st="on"><st1:PlaceName w:st="on"><font size=3
  face="Times New Roman"><span style='font-size:12.0pt'>Mountainview</span></font></st1:PlaceName>
 <st1:PlaceName w:st="on">International</st1:PlaceName> <st1:PlaceName w:st="on">Christian</st1:PlaceName>
 <st1:PlaceName w:st="on">School</st1:PlaceName></st1:place><o:p></o:p></p>

<p class=MsoAutoSig><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Salatiga, <st1:place w:st="on"><st1:City w:st="on">Jateng</st1:City>, <st1:country-region
 w:st="on">Indonesia</st1:country-region></st1:place> 50722<o:p></o:p></span></font></p>

<p class=MsoAutoSig><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>www.mountainviewics.org<o:p></o:p></span></font></p>

<p class=MsoAutoSig><st1:PersonName w:st="on"><font size=3
 face="Times New Roman"><span style='font-size:12.0pt'>library@mountainviewics.org</span></font></st1:PersonName><o:p></o:p></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>