X-Git-Url: https://svn.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/a64e2b9f04f229ad4a045a2594451f731a1dc864..4bad110d2687345b9277c20f96a77d2633ac4759:/skins/photo_theme/folder_contents.py?ds=sidebyside

diff --git a/skins/photo_theme/folder_contents.py b/skins/photo_theme/folder_contents.py
index 2659868..714b8f1 100755
--- a/skins/photo_theme/folder_contents.py
+++ b/skins/photo_theme/folder_contents.py
@@ -215,7 +215,8 @@ options['form'] = { 'action': target,
 					'listHiddenVarInfos': tuple(hidden_vars),
 					'listButtonInfos': tuple(buttons),
 					'is_orderable': is_orderable,
-					'is_sortable': is_sortable }
+					'is_sortable': is_sortable,
+					'items_add_allowed': items_add_allowed }
 if not ajax and is_orderable :
 	deltas = range( 1, min(5, length) ) + range(5, length, 5)
 	options['form']['listDeltas'] = tuple(deltas)