projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
572f579
)
bugfix : variable définie trop bas.
author
Benoît Pin
<benoit.pin@gmail.com>
Mon, 7 Apr 2014 19:37:32 +0000
(21:37 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Mon, 7 Apr 2014 19:37:32 +0000
(21:37 +0200)
skins/photo_layout_macros.pt
patch
|
blob
|
history
diff --git
a/skins/photo_layout_macros.pt
b/skins/photo_layout_macros.pt
index
c895466
..
4d939ae
100644
(file)
--- a/
skins/photo_layout_macros.pt
+++ b/
skins/photo_layout_macros.pt
@@
-5,12
+5,12
@@
</head>
<body>
<div metal:define-macro="grid"
</head>
<body>
<div metal:define-macro="grid"
- tal:define="slide_size portal_object/slide_size;"
+ tal:define="slide_size portal_object/slide_size;
+ mayBeDropable exists:dropable;
+ dropable python:True if mayBeDropable and dropable else False"
i18n:domain="portfolio">
<div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
<div id="lightbox"
i18n:domain="portfolio">
<div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
<div id="lightbox"
- tal:define="mayBeDropable exists:dropable;
- dropable python:True if mayBeDropable and dropable else False"
tal:attributes="class python:'lightbox photo-drop-target' if dropable else 'lightbox'">
<span tal:repeat="info infos" tal:omit-tag="">
<span tal:define="size info/thumbSize;
tal:attributes="class python:'lightbox photo-drop-target' if dropable else 'lightbox'">
<span tal:repeat="info infos" tal:omit-tag="">
<span tal:define="size info/thumbSize;