X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/3e0a2c257d49fb162da9c70d2f70194036235166..0e1001b6ac27e549894f82fc2ca68bcf60161d5b:/skins/control/emptyClipboard.py

diff --git a/skins/control/emptyClipboard.py b/skins/control/emptyClipboard.py
index 0d306d8..efa7cc9 100644
--- a/skins/control/emptyClipboard.py
+++ b/skins/control/emptyClipboard.py
@@ -21,4 +21,8 @@ if not ajax:
 		   '?' + make_query(portal_status_message=message)
 	response.redirect(redirUrl)
 else :
-	return "..."
\ No newline at end of file
+    options={}
+    options['template'] = 'widgets'
+    options['macro'] = 'clipboard'
+    options['fragmentId'] = 'clipboard'
+    return context.use_macro(**options)
\ No newline at end of file