Le background défini aussi tard pose des problèmes de prio assez indémerdables.
[Plinn.git] / skins / control / emptyClipboard.py
index 0d306d8..efa7cc9 100644 (file)
@@ -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