[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_content - metadata_edit_form.pt:1.4

Ken Manheimer klm@zope.com
Thu, 4 Oct 2001 17:36:19 -0400


Update of /cvs-repository/CMF/CMFDecor/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv536

Modified Files:
	metadata_edit_form.pt 
Log Message:
Get the cell holding the Format and commit buttons on the damn page.

Also, moved the "Edit all metadata" link up, so it's not pushed over
even with long Identifiers.


=== CMF/CMFDecor/skins/zpt_content/metadata_edit_form.pt 1.3 => 1.4 ===
  <tr valign="top">
 
-  <th align="right"> Identifier </th>
-  <td> <span tal:replace="here/Identifier" /> </td>
-
+  <td> </td> <td> </td>
   <td colspan="2" align="right">
    <a href="full_metadata_edit_form"> Edit all metadata </a>
   </td>
@@ -29,6 +27,13 @@
 
  <tr valign="top">
 
+  <th align="right"> Identifier </th>
+  <td colspan="3"> <span tal:replace="here/Identifier" /> </td>
+
+ </tr>
+
+ <tr valign="top">
+
   <th align="right"> Title </th>
   <td colspan="3">
    <input type="text"
@@ -56,7 +61,7 @@
   <td>
      <textarea name="subject:lines" rows="3"
                cols="20"
-			   tal:define="lines here/subjectsList"><span tal:repeat="line lines" tal:replace="line"></span></textarea>
+	   tal:define="lines here/subjectsList"><span tal:repeat="line lines" tal:replace="line"></span></textarea>
  <br> 
    <select name="subject:list" multiple>
      <option value=""