I think this is the last file ill work on templating for while, since this
allows me to achieve my aim which is to make the search results easily
customisable. So ill finish this off, then work on the opac versions. And
then back to bugfixing ill go
a drop in replacement for the existing search.pl
Actually, just the subject search to go (requires a slightly different
template .. or some kind of TMPL_IF in the template
includes directory in templates. Note that TMPL_INCLUDE tags in a template
will now use the koha.conf includes variable as a search path, so only the
filename needs to be used.
Note, I have the includes dir hard-coded in default.tmpl. Needs fixing.
Also, you can pick another template by setting a systempreferences variable
'template' to some other value. If the given template can't be found, default.tmpl will be loaded instead.
biblionumber, the other template shows notes, in the third column.
My thinking is that for every template, the scripts can search for a local
version of the template before using the default template.
I'm going to work on the search interface instead of the circulation interface
as the search interface is where my librarians want the most changes at the
moment.