[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - main.dtml:1.17.8.3
Andreas Jung
andreas@zope.com
Tue, 6 Nov 2001 13:55:36 -0500
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv26250/dtml
Modified Files:
Tag: ajung-webdav-debug
main.dtml
Log Message:
added Unlock functionality to ZMI
=== Zope/lib/python/OFS/dtml/main.dtml 1.17.8.2 => 1.17.8.3 ===
<input class="form-element" type="submit" name="manage_copyObjects:method"
value="Copy" />
+ <input class="form-element" type="submit" name="manage_lockObjects:method"
+ value="Lock" />
+ <input class="form-element" type="submit" name="manage_unlockObjects:method"
+ value="Unlock" />
<dtml-if cb_dataValid>
<input class="form-element" type="submit" name="manage_pasteObjects:method"
value="Paste" />