[Checkins] SVN: CMF/trunk/CMFTopic/skins/zpt_topic/ Add trailing slashes to empty XHTML elements in CMFTopic forms.

Tonico Strasser tonico.strasser at gmail.com
Thu Apr 12 08:52:41 EDT 2007


Log message for revision 74107:
  Add trailing slashes to empty XHTML elements in CMFTopic forms.
  

Changed:
  U   CMF/trunk/CMFTopic/skins/zpt_topic/friendlydatec_editform.pt
  U   CMF/trunk/CMFTopic/skins/zpt_topic/listc_edit.pt
  U   CMF/trunk/CMFTopic/skins/zpt_topic/sort_edit.pt
  U   CMF/trunk/CMFTopic/skins/zpt_topic/topic_criteria_form.pt

-=-
Modified: CMF/trunk/CMFTopic/skins/zpt_topic/friendlydatec_editform.pt
===================================================================
--- CMF/trunk/CMFTopic/skins/zpt_topic/friendlydatec_editform.pt	2007-04-11 13:54:35 UTC (rev 74106)
+++ CMF/trunk/CMFTopic/skins/zpt_topic/friendlydatec_editform.pt	2007-04-12 12:52:39 UTC (rev 74107)
@@ -2,7 +2,7 @@
  <tr>
   <td width="20">
    <input type="checkbox" value="" name="criterion_ids:list" id=""
-        tal:attributes="value here/getId; id string:cb_${here/getId}">
+        tal:attributes="value here/getId; id string:cb_${here/getId}" />
   </td>
   <td align="left">
    <label for="" tal:attributes="for string:cb_${here/getId}">

Modified: CMF/trunk/CMFTopic/skins/zpt_topic/listc_edit.pt
===================================================================
--- CMF/trunk/CMFTopic/skins/zpt_topic/listc_edit.pt	2007-04-11 13:54:35 UTC (rev 74106)
+++ CMF/trunk/CMFTopic/skins/zpt_topic/listc_edit.pt	2007-04-12 12:52:39 UTC (rev 74107)
@@ -2,7 +2,7 @@
  <tr>
   <td width="20">
    <input type="checkbox" value="" name="criterion_ids:list" id=""
-          tal:attributes="value here/getId; id string:cb_${here/getId}">
+          tal:attributes="value here/getId; id string:cb_${here/getId}" />
   </td>
   <td align="left">
    <label for="" tal:attributes="for string:cb_${here/getId}">
@@ -10,17 +10,17 @@
     <tt tal:content="here/Field">Field</tt>
    </label>
    <input type="hidden" name="criteria.id:records" value=""
-          tal:attributes="value here/getId">
+          tal:attributes="value here/getId" />
   </td>
  </tr>
  <tr valign="top">
   <td width="20">&nbsp;</td>
   <td valign="top">
-   <strong>Value:</strong><br>
+   <strong>Value:</strong><br />
    <textarea name="criteria.value:lines:records" rows="5" cols="40"
              tal:content="python:modules['string'].join(here.value, '\n')"
-   ></textarea><br>
-   <strong>Operator:</strong><br>
+   ></textarea><br />
+   <strong>Operator:</strong><br />
    <select name="criteria.operator:records">
     <option value=""
             tal:attributes="selected not: here/operator">-- none --</option>

Modified: CMF/trunk/CMFTopic/skins/zpt_topic/sort_edit.pt
===================================================================
--- CMF/trunk/CMFTopic/skins/zpt_topic/sort_edit.pt	2007-04-11 13:54:35 UTC (rev 74106)
+++ CMF/trunk/CMFTopic/skins/zpt_topic/sort_edit.pt	2007-04-12 12:52:39 UTC (rev 74107)
@@ -2,7 +2,7 @@
  <tr>
   <td width="20">
    <input type="checkbox" value="" name="criterion_ids:list" id=""
-          tal:attributes="value here/getId; id string:cb_${here/getId}">
+          tal:attributes="value here/getId; id string:cb_${here/getId}" />
   </td>
   <td align="left">
    <label for=""
@@ -16,7 +16,7 @@
  <tr>
   <td width="20">&nbsp;</td>
   <td><strong>Reversed?</strong>
-  <input type="hidden" name="criteria.reversed::int:default:records" value="0">
+  <input type="hidden" name="criteria.reversed::int:default:records" value="0" />
   <input type="checkbox" name="criteria.reversed:records" value="1"
          tal:attributes="checked here/reversed"/>
   </td>

Modified: CMF/trunk/CMFTopic/skins/zpt_topic/topic_criteria_form.pt
===================================================================
--- CMF/trunk/CMFTopic/skins/zpt_topic/topic_criteria_form.pt	2007-04-11 13:54:35 UTC (rev 74106)
+++ CMF/trunk/CMFTopic/skins/zpt_topic/topic_criteria_form.pt	2007-04-12 12:52:39 UTC (rev 74107)
@@ -12,10 +12,10 @@
     </span>
 </span>
 <input type="submit" name="topic_editCriteria:action"
-       value=" Save changes "> &nbsp;&nbsp;
+       value=" Save changes" /> &nbsp;&nbsp;
 <input type="submit" name="topic_deleteCriteria:action"
-       value=" Delete selected ">
-<input type="hidden" name=":default_action" value="editCriteria">
+       value=" Delete selected " />
+<input type="hidden" name=":default_action" value="editCriteria" />
 </form>
 
 <form action="" method="post" tal:attributes="action string:${context/absolute_url}/topic_addCriterion">
@@ -39,7 +39,7 @@
 </tr>
 <tr>
     <td>&nbsp;</td>
-    <td><input type="submit" value=" Add "></td>
+    <td><input type="submit" value=" Add " /></td>
 </tr>
 </table>
 </form>



More information about the Checkins mailing list