CVS: tmda-cgi/display/themes/Blue/template editlist.ht,1.5,1.6 editlist.html,1.15,1.16 globalconfig.ht,1.2,1.3 globalconfig.html,1.13,1.14 incoming.ht,1.2,1.3 incoming.html,1.13,1.14 localconfig.ht,1.3,1.4 localconfig.html,1.12,1.13 outgoing.ht,1.2,1.3 outgoing.html,1.13,1.14 templates.ht,1.2,1.3 templates.html,1.3,1.4 test_filt.ht,1.1,1.2 test_filt.html,1.12,1.13

Gre7g Luterman <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv12930

Modified Files:
	editlist.ht editlist.html globalconfig.ht globalconfig.html 
	incoming.ht incoming.html localconfig.ht localconfig.html 
	outgoing.ht outgoing.html templates.ht templates.html 
	test_filt.ht test_filt.html 
Log Message:
Modified autoinstaller so it can handle user names with dots in them (qmail
requires specific .qmail filenames!).

Added horizontal scrolls to text input boxes, so wide text blocks can be more
easily manipulated.


Index: editlist.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/editlist.ht,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- editlist.ht	31 May 2003 18:11:10 -0000	1.5
+++ editlist.ht	11 Aug 2003 17:49:07 -0000	1.6
@@ -7,7 +7,7 @@
       <td height="30" colspan="3"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td colspan="3" align="center"><textarea name="list" cols="55"
+      <td colspan="3" align="center"><textarea name="list" wrap="off" cols="55"
         rows="15">%(FileContents)s</textarea></td>
     </tr>
     <tr align="center">

Index: editlist.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/editlist.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- editlist.html	31 May 2003 18:11:10 -0000	1.15
+++ editlist.html	11 Aug 2003 17:49:07 -0000	1.16
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Sat May 31 13:08:03 2003 -->
+<!-- Mon Aug 11 12:43:17 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -80,7 +80,7 @@
       <td height="30" colspan="3"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td colspan="3" align="center"><textarea name="list" cols="55"
+      <td colspan="3" align="center"><textarea name="list" wrap="off" cols="55"
         rows="15">%(FileContents)s</textarea></td>
     </tr>
     <tr align="center">

Index: globalconfig.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/globalconfig.ht,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- globalconfig.ht	20 Apr 2003 04:18:01 -0000	1.2
+++ globalconfig.ht	11 Aug 2003 17:49:08 -0000	1.3
@@ -7,7 +7,7 @@
     </tr>
     <tr>
       <td align="center"><!-- var: NoFile --><textarea name="textarea" 
-        cols="64" rows="15">%(FileContents)s</textarea><!-- /var -->
+        cols="64" rows="15" wrap="off">%(FileContents)s</textarea><!-- /var -->
         <!-- var: NoneLook="<i>None.</i>" -->
       </td>
     </tr>

Index: globalconfig.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/globalconfig.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- globalconfig.html	6 May 2003 21:50:40 -0000	1.13
+++ globalconfig.html	11 Aug 2003 17:49:08 -0000	1.14
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue May  6 14:07:13 2003 -->
+<!-- Mon Aug 11 12:43:18 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -93,7 +93,7 @@
     </tr>
     <tr>
       <td align="center"><!-- var: NoFile --><textarea name="textarea" 
-        cols="64" rows="15">%(FileContents)s</textarea><!-- /var -->
+        cols="64" rows="15" wrap="off">%(FileContents)s</textarea><!-- /var -->
         <!-- var: NoneLook="<i>None.</i>" -->
       </td>
     </tr>

Index: incoming.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/incoming.ht,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- incoming.ht	22 Apr 2003 03:46:12 -0000	1.2
+++ incoming.ht	11 Aug 2003 17:49:08 -0000	1.3
@@ -6,7 +6,7 @@
       <td height="30" align="center" valign="top"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td><textarea name="filter" cols="64"
+      <td><textarea name="filter" cols="64" wrap="off"
         rows="15">%(FileContents)s</textarea>
         <input type="hidden" name="subcmd" value="save">
         <input type="hidden" name="cmd" value="incoming">

Index: incoming.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/incoming.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- incoming.html	6 May 2003 21:50:40 -0000	1.13
+++ incoming.html	11 Aug 2003 17:49:08 -0000	1.14
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue May  6 14:07:13 2003 -->
+<!-- Mon Aug 11 12:43:18 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -86,7 +86,7 @@
       <td height="30" align="center" valign="top"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td><textarea name="filter" cols="64"
+      <td><textarea name="filter" cols="64" wrap="off"
         rows="15">%(FileContents)s</textarea>
         <input type="hidden" name="subcmd" value="save">
         <input type="hidden" name="cmd" value="incoming">

Index: localconfig.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/localconfig.ht,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- localconfig.ht	2 May 2003 22:05:27 -0000	1.3
+++ localconfig.ht	11 Aug 2003 17:49:08 -0000	1.4
@@ -32,7 +32,8 @@
     <tr>
       <td>
 <!-- var: TextView -->
-<textarea name="config" cols="64" rows="15">%(FileContents)s</textarea>
+<textarea name="config" cols="64" rows="15"
+  wrap="off">%(FileContents)s</textarea>
 <!-- /var (TextView) -->
 <!-- var: FormView -->
 <!-- var: FormVars="FULLNAME, CONFIRM_ACCEPT_NOTIFY:I:1:0, TIMEOUT,
@@ -112,40 +113,48 @@
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#BOUNCE_TEXT_FILTER_INCOMING">BOUNCE_TEXT_FILTER_INCOMING</a></tt>
       <br>
-      <textarea name="BOUNCE_TEXT_FILTER_INCOMING" cols="48" rows="3">%(BOUNCE_TEXT_FILTER_INCOMING)s</textarea></td>
+      <textarea name="BOUNCE_TEXT_FILTER_INCOMING" cols="48" rows="3"
+        wrap="off">%(BOUNCE_TEXT_FILTER_INCOMING)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#BOUNCE_TEXT_INVALID_CONFIRMATION">BOUNCE_TEXT_INVALID_CONFIRMATION</a><br>
       </tt>
-      <textarea name="BOUNCE_TEXT_INVALID_CONFIRMATION" cols="48" rows="3">%(BOUNCE_TEXT_INVALID_CONFIRMATION)s</textarea></td>
+      <textarea name="BOUNCE_TEXT_INVALID_CONFIRMATION" cols="48" rows="3"
+        wrap="off">%(BOUNCE_TEXT_INVALID_CONFIRMATION)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#BOUNCE_TEXT_NONEXISTENT_PENDING">BOUNCE_TEXT_NONEXISTENT_PENDING</a></tt><br>
-      <textarea name="BOUNCE_TEXT_NONEXISTENT_PENDING" cols="48" rows="3">%(BOUNCE_TEXT_NONEXISTENT_PENDING)s</textarea></td>
+      <textarea name="BOUNCE_TEXT_NONEXISTENT_PENDING" cols="48" rows="3"
+        wrap="off">%(BOUNCE_TEXT_NONEXISTENT_PENDING)s</textarea></td>
   </tr>
   <tr>
     <td height="107"><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#CONFIRM_ACCEPT_TEXT_INITIAL">CONFIRM_ACCEPT_TEXT_INITIAL</a></tt><br>
-      <textarea name="CONFIRM_ACCEPT_TEXT_INITIAL" cols="48" rows="3">%(CONFIRM_ACCEPT_TEXT_INITIAL)s</textarea></td>
+      <textarea name="CONFIRM_ACCEPT_TEXT_INITIAL" cols="48" rows="3"
+        wrap="off">%(CONFIRM_ACCEPT_TEXT_INITIAL)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED">CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED</a><br>
       </tt>
-      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED" cols="48" rows="3">%(CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED)s</textarea></td>
+      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED" cols="48" rows="3"
+        wrap="off">%(CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED">CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED</a><br>
       </tt>
-      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED" cols="48" rows="3">%(CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED)s</textarea></td>
+      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED" cols="48" rows="3"
+        wrap="off">%(CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#ADDED_HEADERS_CLIENT">ADDED_HEADERS_CLIENT</a><br>
       </tt>
-      <textarea name="ADDED_HEADERS_CLIENT" cols="48" rows="3">%(ADDED_HEADERS_CLIENT)s</textarea></td>
+      <textarea name="ADDED_HEADERS_CLIENT" cols="48" rows="3"
+        wrap="off">%(ADDED_HEADERS_CLIENT)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#ADDED_HEADERS_SERVER">ADDED_HEADERS_SERVER</a><br>
       </tt>
-      <textarea name="ADDED_HEADERS_SERVER" cols="48" rows="3">%(ADDED_HEADERS_SERVER)s</textarea></td>
+      <textarea name="ADDED_HEADERS_SERVER" cols="48" rows="3"
+        wrap="off">%(ADDED_HEADERS_SERVER)s</textarea></td>
   </tr>
 </table>
 <!-- /var (FormView) -->

Index: localconfig.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/localconfig.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- localconfig.html	6 May 2003 21:50:40 -0000	1.12
+++ localconfig.html	11 Aug 2003 17:49:08 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue May  6 14:07:13 2003 -->
+<!-- Mon Aug 11 12:43:18 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -118,7 +118,8 @@
     <tr>
       <td>
 <!-- var: TextView -->
-<textarea name="config" cols="64" rows="15">%(FileContents)s</textarea>
+<textarea name="config" cols="64" rows="15"
+  wrap="off">%(FileContents)s</textarea>
 <!-- /var (TextView) -->
 <!-- var: FormView -->
 <!-- var: FormVars="FULLNAME, CONFIRM_ACCEPT_NOTIFY:I:1:0, TIMEOUT,
@@ -198,40 +199,48 @@
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#BOUNCE_TEXT_FILTER_INCOMING">BOUNCE_TEXT_FILTER_INCOMING</a></tt>
       <br>
-      <textarea name="BOUNCE_TEXT_FILTER_INCOMING" cols="48" rows="3">%(BOUNCE_TEXT_FILTER_INCOMING)s</textarea></td>
+      <textarea name="BOUNCE_TEXT_FILTER_INCOMING" cols="48" rows="3"
+        wrap="off">%(BOUNCE_TEXT_FILTER_INCOMING)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#BOUNCE_TEXT_INVALID_CONFIRMATION">BOUNCE_TEXT_INVALID_CONFIRMATION</a><br>
       </tt>
-      <textarea name="BOUNCE_TEXT_INVALID_CONFIRMATION" cols="48" rows="3">%(BOUNCE_TEXT_INVALID_CONFIRMATION)s</textarea></td>
+      <textarea name="BOUNCE_TEXT_INVALID_CONFIRMATION" cols="48" rows="3"
+        wrap="off">%(BOUNCE_TEXT_INVALID_CONFIRMATION)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#BOUNCE_TEXT_NONEXISTENT_PENDING">BOUNCE_TEXT_NONEXISTENT_PENDING</a></tt><br>
-      <textarea name="BOUNCE_TEXT_NONEXISTENT_PENDING" cols="48" rows="3">%(BOUNCE_TEXT_NONEXISTENT_PENDING)s</textarea></td>
+      <textarea name="BOUNCE_TEXT_NONEXISTENT_PENDING" cols="48" rows="3"
+        wrap="off">%(BOUNCE_TEXT_NONEXISTENT_PENDING)s</textarea></td>
   </tr>
   <tr>
     <td height="107"><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#CONFIRM_ACCEPT_TEXT_INITIAL">CONFIRM_ACCEPT_TEXT_INITIAL</a></tt><br>
-      <textarea name="CONFIRM_ACCEPT_TEXT_INITIAL" cols="48" rows="3">%(CONFIRM_ACCEPT_TEXT_INITIAL)s</textarea></td>
+      <textarea name="CONFIRM_ACCEPT_TEXT_INITIAL" cols="48" rows="3"
+        wrap="off">%(CONFIRM_ACCEPT_TEXT_INITIAL)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED">CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED</a><br>
       </tt>
-      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED" cols="48" rows="3">%(CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED)s</textarea></td>
+      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED" cols="48" rows="3"
+        wrap="off">%(CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED">CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED</a><br>
       </tt>
-      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED" cols="48" rows="3">%(CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED)s</textarea></td>
+      <textarea name="CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED" cols="48" rows="3"
+        wrap="off">%(CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#ADDED_HEADERS_CLIENT">ADDED_HEADERS_CLIENT</a><br>
       </tt>
-      <textarea name="ADDED_HEADERS_CLIENT" cols="48" rows="3">%(ADDED_HEADERS_CLIENT)s</textarea></td>
+      <textarea name="ADDED_HEADERS_CLIENT" cols="48" rows="3"
+        wrap="off">%(ADDED_HEADERS_CLIENT)s</textarea></td>
   </tr>
   <tr>
     <td><tt><a target="Definition" href="http://tmda.sourceforge.net/config-vars.html#ADDED_HEADERS_SERVER">ADDED_HEADERS_SERVER</a><br>
       </tt>
-      <textarea name="ADDED_HEADERS_SERVER" cols="48" rows="3">%(ADDED_HEADERS_SERVER)s</textarea></td>
+      <textarea name="ADDED_HEADERS_SERVER" cols="48" rows="3"
+        wrap="off">%(ADDED_HEADERS_SERVER)s</textarea></td>
   </tr>
 </table>
 <!-- /var (FormView) -->

Index: outgoing.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/outgoing.ht,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- outgoing.ht	22 Apr 2003 03:46:12 -0000	1.2
+++ outgoing.ht	11 Aug 2003 17:49:08 -0000	1.3
@@ -6,7 +6,7 @@
       <td height="30" align="center" valign="top"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td><textarea name="filter" cols="64"
+      <td><textarea name="filter" cols="64" wrap="off"
         rows="15">%(FileContents)s</textarea>
         <input type="hidden" name="subcmd" value="save">
         <input type="hidden" name="cmd" value="outgoing">

Index: outgoing.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/outgoing.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- outgoing.html	6 May 2003 21:50:40 -0000	1.13
+++ outgoing.html	11 Aug 2003 17:49:08 -0000	1.14
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue May  6 14:07:13 2003 -->
+<!-- Mon Aug 11 12:43:18 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -86,7 +86,7 @@
       <td height="30" align="center" valign="top"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td><textarea name="filter" cols="64"
+      <td><textarea name="filter" cols="64" wrap="off"
         rows="15">%(FileContents)s</textarea>
         <input type="hidden" name="subcmd" value="save">
         <input type="hidden" name="cmd" value="outgoing">

Index: templates.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/templates.ht,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- templates.ht	4 May 2003 14:30:37 -0000	1.2
+++ templates.ht	11 Aug 2003 17:49:08 -0000	1.3
@@ -7,7 +7,7 @@
       <td height="30" align="center"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td>&nbsp;<textarea name="%(Var)s" cols="72" 
+      <td>&nbsp;<textarea name="%(Var)s" cols="72" wrap="off"
         rows="10">%(FileContents)s</textarea>&nbsp;</td>
     </tr>
     <tr>

Index: templates.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/templates.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- templates.html	6 May 2003 21:50:41 -0000	1.3
+++ templates.html	11 Aug 2003 17:49:08 -0000	1.4
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue May  6 14:07:14 2003 -->
+<!-- Mon Aug 11 12:43:19 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -93,7 +93,7 @@
       <td height="30" align="center"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td>&nbsp;<textarea name="%(Var)s" cols="72" 
+      <td>&nbsp;<textarea name="%(Var)s" cols="72" wrap="off"
         rows="10">%(FileContents)s</textarea>&nbsp;</td>
     </tr>
     <tr>

Index: test_filt.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/test_filt.ht,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test_filt.ht	14 Apr 2003 04:29:33 -0000	1.1
+++ test_filt.ht	11 Aug 2003 17:49:08 -0000	1.2
@@ -53,7 +53,8 @@
     </tr>
     <tr>
       <td>&nbsp;</td>
-      <td colspan="2"><textarea name="body" cols="48" rows="5">%(Body)s</textarea></td>
+      <td colspan="2"><textarea name="body" cols="48" rows="5"
+        wrap="off">%(Body)s</textarea></td>
     </tr>
     <tr>
       <td>&nbsp;</td>

Index: test_filt.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/test_filt.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- test_filt.html	6 May 2003 21:50:41 -0000	1.12
+++ test_filt.html	11 Aug 2003 17:49:08 -0000	1.13
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue May  6 14:07:14 2003 -->
+<!-- Mon Aug 11 12:43:19 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -133,7 +133,8 @@
     </tr>
     <tr>
       <td>&nbsp;</td>
-      <td colspan="2"><textarea name="body" cols="48" rows="5">%(Body)s</textarea></td>
+      <td colspan="2"><textarea name="body" cols="48" rows="5"
+        wrap="off">%(Body)s</textarea></td>
     </tr>
     <tr>
       <td>&nbsp;</td>

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.