[rt-devel] Bug in Template.html (2.1.70)

J. Sloan js138 at eng.cam.ac.uk
Thu Feb 13 10:15:19 EST 2003


It's quite hard to update the content of templates without this patch:

*** Template.html.orig  2003-02-09 06:32:05.000000000 +0000
--- Template.html       2003-02-13 15:09:30.000000000 +0000
***************
*** 35,41 ****
  %if ($Create ) {
  <INPUT TYPE=HIDDEN NAME="Template" VALUE="new">
  % } else {
! <INPUT TYPE=HIDDEN NAME=template VALUE="<%$TemplateObj->Id%>">
  % }

  %# hang onto the queue id
--- 35,41 ----
  %if ($Create ) {
  <INPUT TYPE=HIDDEN NAME="Template" VALUE="new">
  % } else {
! <INPUT TYPE=HIDDEN NAME="Template" VALUE="<%$TemplateObj->Id%>">
  % }

  %# hang onto the queue id


John




More information about the Rt-devel mailing list