phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/templates/default compose.tpl, 1.5.2.1, 1.5.2.2


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] email/templates/default compose.tpl, 1.5.2.1, 1.5.2.2
Date: Tue, 04 Nov 2003 19:24:48 +0000

Update of /cvsroot/phpgroupware/email/templates/default
In directory subversions:/tmp/cvs-serv1010/email/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        compose.tpl 
Log Message:
display bug: removed template vars from the comment


Index: compose.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/compose.tpl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -d -r1.5.2.1 -r1.5.2.2
*** compose.tpl 13 Sep 2003 06:27:44 -0000      1.5.2.1
--- compose.tpl 4 Nov 2003 19:24:44 -0000       1.5.2.2
***************
*** 132,140 ****
  <!-- this textarea should be 78 chars each line to conform with RFC822 old 
line length standard 78+CR+LF= 80 char line -->
  <!-- when used with enctype multipart/form-data and wrap=hard this will add 
the hard wrap CRLF to the end of each line -->
   <table border="0" cellpadding="1" cellspacing="1" width="100%" 
align="center">
  <tr align="center">
        <td>
                <textarea name="{body_box_name}" cols="84" rows="15" 
wrap="hard">{body_box_value}</textarea>
!               <!-- <textarea name="{body_box_name}" cols="78" rows="20" 
wrap="hard">{body_box_value}</textarea> -->
        </td>
  </tr>
--- 132,141 ----
  <!-- this textarea should be 78 chars each line to conform with RFC822 old 
line length standard 78+CR+LF= 80 char line -->
  <!-- when used with enctype multipart/form-data and wrap=hard this will add 
the hard wrap CRLF to the end of each line -->
+ <!-- removed template vars from the comment as a "end comment" code in the 
email ends the commemt and spews the rest on screen -->
   <table border="0" cellpadding="1" cellspacing="1" width="100%" 
align="center">
  <tr align="center">
        <td>
                <textarea name="{body_box_name}" cols="84" rows="15" 
wrap="hard">{body_box_value}</textarea>
!               <!-- <textarea name="xx" cols="78" rows="20" 
wrap="hard">xxx</textarea> -->
        </td>
  </tr>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]