Re: [Koha-devel] HTML::Template

2010-05-12 Thread Marcel de Rooy
Great! I found it in 30x. -Oorspronkelijk bericht- Van: Galen Charlton [mailto:gmcha...@gmail.com] Verzonden: woensdag 12 mei 2010 14:04 Aan: Marcel de Rooy CC: koha-devel@lists.koha.org Onderwerp: Re: [Koha-devel] HTML::Template Hi, 2010/5/12 Marcel de Rooy : > Working with K

Re: [Koha-devel] HTML::Template

2010-05-12 Thread Galen Charlton
Hi, 2010/5/12 Marcel de Rooy : > Working with Koha 3.00.06.09 from git (origin/3.0.x), I think that there is > a syntax error on the html template opac-detail.tmpl. > > For this template, matching the if´s and endif´s etc. by hand is quite > laborious. > > Can anyone of you point me to a better wa

Re: [Koha-devel] HTML::Template::Pro problems?

2008-11-17 Thread Chadwick, John, DCA
Fax: 505-476-9761 [EMAIL PROTECTED] http://www.nmstatelibrary.org -Original Message- From: Galen Charlton [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 5:22 PM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] HTML::Template:

Re: [Koha-devel] HTML::Template::Pro problems?

2008-11-13 Thread Chadwick, John, DCA
- From: Galen Charlton [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 5:22 PM To: Chadwick, John, DCA Cc: [EMAIL PROTECTED]; koha-devel@lists.koha.org Subject: Re: [Koha-devel] HTML::Template::Pro problems? Hi John, On Wed, Nov 12, 2008 at 4:55 PM, Chadwick, John, DCA <[EM

Re: [Koha-devel] HTML::Template::Pro problems?

2008-11-12 Thread Galen Charlton
Hi John, On Wed, Nov 12, 2008 at 4:55 PM, Chadwick, John, DCA <[EMAIL PROTECTED]> wrote: > [Wed Nov 12 08:51:37 2008] [error] [client x] HTML::Template::Pro:in > TMPL_IF at pos 2399:end tag:found e instead of > at pos 2425 I've submitted a patch for this particular error (see bug 2779). Rega

Re: [Koha-devel] HTML-Template-Expr

2008-04-07 Thread Henri-Damien LAURENT
Owen Leonard a écrit : >> I was wondering if anyone has used HTML:Template-Expr with Koha? >> > > Koha 3 uses HTML::Template::Pro, which includes the features of > HTML::Template::Expr. As a template designer I'm very happy to have > that functionality available to me. It really helps avoid so

Re: [Koha-devel] HTML-Template-Expr

2008-04-07 Thread Owen Leonard
> I was wondering if anyone has used HTML:Template-Expr with Koha? Koha 3 uses HTML::Template::Pro, which includes the features of HTML::Template::Expr. As a template designer I'm very happy to have that functionality available to me. It really helps avoid some really convoluted logic at times.