http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12111
--- Comment #3 from M. Tompsett <[email protected]> --- Comment on attachment 27311 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27311 [PATCH] Bug 12111: Improving templates regarding order notes Review of attachment 27311: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12111&attachment=27311) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt @@ +1,2 @@ > [% INCLUDE 'doc-head-open.inc' %] > +<title>Koha › Acquisition › [% IF (type == "vendor") %]Change > order vendor note vendor note[% ELSE %]Change order internal note[% END > %]</title> vendor note vendor note? I think that's wrong. Also, please consider using [%- and -%] as needed to make it more readable and still nicely output, rather than jamming it all onto one line. A minus beside the [% or %] prevents spacing from happening. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
