projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Désactivation du dragover si rien n'est sélectionné : se produit lors d'un upload...
[Portfolio.git]
/
skins
/
portfolio_thumbnails_tail.py
diff --git
a/skins/portfolio_thumbnails_tail.py
b/skins/portfolio_thumbnails_tail.py
index
9765629
..
8e77386
100644
(file)
--- a/
skins/portfolio_thumbnails_tail.py
+++ b/
skins/portfolio_thumbnails_tail.py
@@
-8,4
+8,7
@@
elif container_type == 'lightbox' :
options.update(context.getLightboxPhotosInfos(context,
pho_start=start,
batch_size=size))
options.update(context.getLightboxPhotosInfos(context,
pho_start=start,
batch_size=size))
+elif container_type == 'selection' :
+ options.update(context.getSelectionPhotosInfos(pho_start=start,
+ batch_size=size))
return context.portfolio_thumbnails_tail_template(**options)
\ No newline at end of file
return context.portfolio_thumbnails_tail_template(**options)
\ No newline at end of file