From 2b054ee8b9535b03b76e3b0f8751481c9987982e Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Wed, 12 Dec 2007 09:47:53 +0000
Subject: [PATCH] =?UTF-8?q?Permettre=20de=20r=C3=A9gler=20dynamiquement=20?=
 =?UTF-8?q?la=20pagination=20des=20p=C3=A9titions.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 dist/inc-petition.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/inc-petition.html b/dist/inc-petition.html
index 9739421836..c9719ca259 100644
--- a/dist/inc-petition.html
+++ b/dist/inc-petition.html
@@ -19,7 +19,7 @@
 		</th>
 		<th style='text-align: center'><:message:></th>
 		</tr>
-<BOUCLE_signatures(SIGNATURES) {id_article} {pagination 15} 
+<BOUCLE_signatures(SIGNATURES) {id_article} {pagination #ENV{pagination, 15} }
 	{recherche ?#ENV{cherche_signature}}
 	{!par #ENV{tri}}{par #ENV{tri_inverse}}
 	{!par #ENV{tri,#ENV{tri_inverse}}|?{'',date_time}}>
-- 
GitLab