[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/utility - configureutility.pt:1.3 utilities.pt:1.10
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 14:43:41 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/services/utility
In directory cvs.zope.org:/tmp/cvs-serv32346/services/utility
Modified Files:
configureutility.pt utilities.pt
Log Message:
More XHTML compliance ("xhtml gheddon"?). Files were validated running
the following command (using the xmllint command line tool from
http://xmlsoft.org/)::
find . -name "*pt" -exec xmllint --noout --dtdvalid \
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd {} \;
Emacs's grep-find mode can parse this output. Instead of specifying
the URL, one can also download the DTD to speed up the process.
=== Zope3/src/zope/app/browser/services/utility/configureutility.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/utility/configureutility.pt:1.2 Mon Apr 28 12:52:08 2003
+++ Zope3/src/zope/app/browser/services/utility/configureutility.pt Wed Jun 25 14:43:10 2003
@@ -15,7 +15,7 @@
<span tal:replace="request/interface" i18n:name="interface"/>
</h2>
-<form method="POST"
+<form method="post"
action="."
tal:attributes="action request/URL"
tal:define="form view/update"
=== Zope3/src/zope/app/browser/services/utility/utilities.pt 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/services/utility/utilities.pt:1.9 Thu May 1 12:28:28 2003
+++ Zope3/src/zope/app/browser/services/utility/utilities.pt Wed Jun 25 14:43:10 2003
@@ -9,7 +9,7 @@
<div class="message" tal:condition="message">
<span tal:replace="message">view/update message here</span>
- <br><br><i><a href="">(click to clear message)</a></i>
+ <br/><br/><i><a href="">(click to clear message)</a></i>
</div>
<p tal:condition="not:configs">None</p>