projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ajout des vignettes après coup pour la sélection courante.
[Portfolio.git]
/
skins
/
getPhotoContextInfos.py
diff --git
a/skins/getPhotoContextInfos.py
b/skins/getPhotoContextInfos.py
index
71b4aea
..
b241808
100755
(executable)
--- a/
skins/getPhotoContextInfos.py
+++ b/
skins/getPhotoContextInfos.py
@@
-36,7
+36,8
@@
for i, p in enumerate(portfolio.listNearestFolderContents(contentFilter={'portal
d = {'src': '%s/getThumbnail' % purl
,'href': purl
,'thumbSize':size
d = {'src': '%s/getThumbnail' % purl
,'href': purl
,'thumbSize':size
- ,'title' : p.Title()
+ ,'title' : p.Description()
+ ,'displayed' : p == context
,'className': (selected and 'selected' or '') + ((p == context) and ' displayed' or '')
, 'index': i
}
,'className': (selected and 'selected' or '') + ((p == context) and ' displayed' or '')
, 'index': i
}