Rob Weir | 3 Mar 2008 14:17
Picon

Re: how to change the year in the source

Hi Jayadev,
You should find that block of code in circulation.tmpl.

Its location will depend on which template you are using. For the default english template, the file should be at C:\Usr\koha228\intranet\htdocs\intranet-tmpl\default\en\circ and that code is in lines 133 to 137.

If you are using a different template, you need to find the circulation.tmpl file for that template and edit it.

Rob

Jayadev Kumbar wrote:
Hi All,
 
I have installed
Koha version              2.2.4
OS version                 Microsoft Windows XP [Version 5.1.2600]
Perl version               5.006001
MySQL version          mysql Ver 11.18 Distrib 3.23.58, for Win95/Win98 (i32)
 

Myproblem is in circulation section when i am issued the book it is showing till 2008 but no more years it is showing can any one help me to fix this issue. what changes i have to make so that koha shows 2009 2010 etc
 
when i checked with the source code it is showing
 
</select>
   <select name="year">
    <option value="0">Year</option>
    <option value="2004">2004</option>
    <option value="2005">2005</option>
    <option value="2006">2006</option>
    <option value="2007">2007</option>
    <option value="2008">2008</option>
 
but i do not know where the values are comming from
 
pls help; me

--
Jayadev Kumbar,
Librarian,
collabera
Bangalore
_______________________________________________ Koha mailing list Koha-MiqU8s9CcdeGg0aVt5PjEHTaI6DYlTYJ@public.gmane.org http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Gmane