[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - folder_contents.pt:1.6.2.2
runyaga
runyaga@thisbox.com
Wed, 5 Feb 2003 11:06:41 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv21965/src/zope/app/browser/skins/rotterdam
Modified Files:
Tag: paris-copypasterename-branch
folder_contents.pt
Log Message:
enable the copy stuff in the UI and
changes to the contents model
=== Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt 1.6.2.1 => 1.6.2.2 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt:1.6.2.1 Wed Feb 5 07:43:00 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/folder_contents.pt Wed Feb 5 11:06:08 2003
@@ -155,7 +155,8 @@
</table>
<input type="submit" name="@@cutObjects.html:method" value="Cut"/>
<input type="submit" name="@@copyObjects.html:method" value="Copy"/>
- <input type="submit" name="@@pasteObjects.html:method" value="Paste"/>
+ <input type="submit" name="@@pasteObjects.html:method" value="Paste"
+ tal:condition="view/hasClipboardContents" />
<input type="submit" name="@@removeObjects.html:method" value="Delete"/>
</form>