[Zope-CVS] CVS: Packages/JobBoardEx - JobView.pt:1.13 edit.pt:1.3 preview.pt:1.3

Guido van Rossum guido@python.org
Mon, 17 Jun 2002 17:01:46 -0400


Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv324

Modified Files:
	JobView.pt edit.pt preview.pt 
Log Message:
Presentation tweak: display the description as <pre>,
and use hard wrapping to make sure it'll fit.

=== Packages/JobBoardEx/JobView.pt 1.12 => 1.13 ===
   <table border=0>
   <tr><td>Description:</td>
-      <td tal:content="context/description">Full descripion goes here
+      <td>
+      <pre tal:content="context/description">Full descripion goes here
       (multiple lines)
+      </pre>
       </td>
   </tr>
   <tr><td>Contact:</td>


=== Packages/JobBoardEx/edit.pt 1.2 => 1.3 ===
     </tr>
     <tr><td>Full description (no HTML):</td>
-	<td><textarea name="description" cols=60 rows=10 wrap="soft"
+	<td><textarea name="description" cols=60 rows=10 wrap="hard"
 ></textarea>
 	</td>
     </tr>


=== Packages/JobBoardEx/preview.pt 1.2 => 1.3 ===
 
   <table border=0>
-  <tr><td>Description:</td>
-      <td tal:content="request/description">Full descripion goes here
+  <tr>
+      <td>
+      <pre tal:content="request/description">Full descripion goes here
       (multiple lines)
+      </pre>
       </td>
-  </tr>
   <tr><td>Contact:</td>
       <td><a href="user@host.com"
              tal:attributes="href string:mailto:${request/contact}"