From 26f4e887f6086e88aa7bb89e696f99f86f50c0de Mon Sep 17 00:00:00 2001
From: James <james@rezo.net>
Date: Thu, 28 Sep 2006 15:23:42 +0000
Subject: [PATCH] fignolage du tableau des vignettes

---
 ecrire/exec/config_fonctions.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ecrire/exec/config_fonctions.php b/ecrire/exec/config_fonctions.php
index 7f0ed93289..adfbdc7c23 100644
--- a/ecrire/exec/config_fonctions.php
+++ b/ecrire/exec/config_fonctions.php
@@ -207,6 +207,10 @@ function vignettes_config()
 		$nb_process ++;
 	}
 
+	$cell = $nb_process%3?(3-$nb_process%3):0;
+	while($cell--)
+		echo "\n".'<td>&nbsp;</td>';
+
 	echo "</tr></table>\n";
 	
 	echo "<p class='verdana2'>";
-- 
GitLab