projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
jslint.
[Portfolio.git]
/
skins
/
photo_layout_macros.pt
diff --git
a/skins/photo_layout_macros.pt
b/skins/photo_layout_macros.pt
index
1ca17fa
..
1ab636a
100644
(file)
--- a/
skins/photo_layout_macros.pt
+++ b/
skins/photo_layout_macros.pt
@@
-66,7
+66,7
@@
i18n:attributes="alt"/>
</a>
</span>
i18n:attributes="alt"/>
</a>
</span>
- <span class="button cb">
+ <span class="button cb"
tal:condition="features/checkbox|nothing"
>
<input type="checkbox" name="uids:list"
tal:attributes="value info/cmf_uid"/>
</span>
<input type="checkbox" name="uids:list"
tal:attributes="value info/cmf_uid"/>
</span>
@@
-104,14
+104,16
@@
<br clear="all"/>
<div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
<script type="text/javascript" tal:condition="not:dropable">
<br clear="all"/>
<div metal:use-macro="here/batch_macros/macros/navigation">batch navigation</div>
<script type="text/javascript" tal:condition="not:dropable">
- new Lightbox(document.getElementById('lightbox'));
+ new Lightbox(document.getElementById('lightbox'),
+ document.getElementById('lightbox_toolbar'));
</script>
<script type="text/javascript"
tal:condition="dropable"
tal:content="structure python:'''
(function(){
var lb = document.getElementById('lightbox');
</script>
<script type="text/javascript"
tal:condition="dropable"
tal:content="structure python:'''
(function(){
var lb = document.getElementById('lightbox');
- new Lightbox(lb);
+ new Lightbox(lb,
+ document.getElementById('lightbox_toolbar'));
var uploadUrl = '%(putUrl)s';
var options = {'slideSize' : %(slideSize)d,
'thumbnailSize' : %(thumbnailSize)d};
var uploadUrl = '%(putUrl)s';
var options = {'slideSize' : %(slideSize)d,
'thumbnailSize' : %(thumbnailSize)d};