From 4bad110d2687345b9277c20f96a77d2633ac4759 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Sun, 8 Dec 2013 22:14:39 +0100 Subject: [PATCH 1/1] =?utf8?q?Activation=20de=20l=E2=80=99upload=20par=20g?= =?utf8?q?lisser=20/=20d=C3=A9poser=20que=20si=20permission=20d=E2=80=99aj?= =?utf8?q?outer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/photo_theme/folder_contents.py | 3 ++- skins/photo_theme/folder_contents_macros.pt | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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) diff --git a/skins/photo_theme/folder_contents_macros.pt b/skins/photo_theme/folder_contents_macros.pt index a9d046a..98177ba 100644 --- a/skins/photo_theme/folder_contents_macros.pt +++ b/skins/photo_theme/folder_contents_macros.pt @@ -95,10 +95,14 @@ addListener(topNavBatchBar, "click", loadListing); addListener(bottomNavBatchBar, "click", loadListing); } + + }()); + + -- 2.20.1