[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_content - document_edit_form.pt:1.7 file_edit_form.pt:1.5 image_edit_form.pt:1.3 link_edit_form.pt:1.3 newsitem_edit_form.pt:1.3

Tres Seaver tseaver@zope.com
Sat, 6 Oct 2001 19:09:24 -0400


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

Modified Files:
	document_edit_form.pt file_edit_form.pt image_edit_form.pt 
	link_edit_form.pt newsitem_edit_form.pt 
Log Message:


 - Add "Change and View" submit button.


=== CMF/CMFDecor/skins/zpt_content/document_edit_form.pt 1.6 => 1.7 ===
   <td> <br> </td>
   <td>
-    <input type="submit" value=" Change ">
+    <input type="submit" name="choice" value=" Change ">
+    <input type="submit" name="choice" value=" Change and View ">
   </td>
  </tr>
 </table>


=== CMF/CMFDecor/skins/zpt_content/file_edit_form.pt 1.4 => 1.5 ===
  <tr>
   <td> <br> </td>
-  <td><input type="submit" name="submit" value=" Change " /></td>
+  <td><input type="submit" name="choice" value=" Change " />
+      <input type="submit" name="choice" value=" Change and View ">
+  </td>
  </tr>
 
 </table>


=== CMF/CMFDecor/skins/zpt_content/image_edit_form.pt 1.2 => 1.3 ===
  <tr>
   <td> <br> </td>
-  <td><input type="submit" name="submit" value=" Change " /></td>
+  <td><input type="submit" name="choice" value=" Change ">
+      <input type="submit" name="choice" value=" Change and View ">
+  </td>
  </tr>
 </table>
 </form>


=== CMF/CMFDecor/skins/zpt_content/link_edit_form.pt 1.2 => 1.3 ===
   <td> <br> </td>
   <td>
-   <input type="submit" value=" Change ">
+   <input type="submit" name="choice" value=" Change ">
+   <input type="submit" name="choice" value=" Change and View ">
   </td>
  </tr>
 </table>


=== CMF/CMFDecor/skins/zpt_content/newsitem_edit_form.pt 1.2 => 1.3 ===
   <th> <br> 
   <td>
-   <input type="submit" value=" Change ">
+   <input type="submit" name="choice" value=" Change ">
+   <input type="submit" name="choice" value=" Change and View ">
   </td>
  </tr>
 </table>