X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/3940d117b095679f682c973f0bdc83e877b214e6..2da869b2b46179d64c05eaac4081226fdbbbc9ff:/skins/photo_layout_macros.pt?ds=inline
diff --git a/skins/photo_layout_macros.pt b/skins/photo_layout_macros.pt
index 0dccaa0..f68f193 100644
--- a/skins/photo_layout_macros.pt
+++ b/skins/photo_layout_macros.pt
@@ -9,7 +9,9 @@
@@ -19,13 +21,14 @@
selected info/selected|nothing"
tal:attributes="class info/className;
name info/cmf_uid"
- metal:define-macro="thumbnail">
+ metal:define-macro="thumbnail"
+ draggable="true">
+ style string:margin-top:${margin_top}px;; margin-left:${margin_left}px;"/>
@@ -108,8 +111,10 @@
tal:content="structure python:'''
new Lightbox(document.getElementById('lightbox'),
document.getElementById('lightbox_toolbar'),
- %s);
- ''' % ('true' if not batch.next else 'false')">
+ %(complete)s,
+ '%(container_type)s');
+ ''' % {'complete' : 'true' if not batch.next else 'false',
+ 'container_type' : options.get('container_type', 'portfolio')}">