X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/334acf5aa6d09c235efd7829a155e3fb0b61eff6..cd282ee58b2893790d06ce40a8b02c65481abbeb:/skins/getPhotoContextInfos.py diff --git a/skins/getPhotoContextInfos.py b/skins/getPhotoContextInfos.py index 71b4aea..b070a83 100755 --- a/skins/getPhotoContextInfos.py +++ b/skins/getPhotoContextInfos.py @@ -37,6 +37,7 @@ for i, p in enumerate(portfolio.listNearestFolderContents(contentFilter={'portal ,'href': purl ,'thumbSize':size ,'title' : p.Title() + ,'displayed' : p == context ,'className': (selected and 'selected' or '') + ((p == context) and ' displayed' or '') , 'index': i }