From b20d8696a8ec3f0062114b73465a13a99497e095 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Wed, 20 Feb 2019 17:59:04 +0100 Subject: [PATCH] Fix in div tables for lists --- paramecio/citoplasma/templates/utils/list.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramecio/citoplasma/templates/utils/list.phtml b/paramecio/citoplasma/templates/utils/list.phtml index 6bff845..381a780 100644 --- a/paramecio/citoplasma/templates/utils/list.phtml +++ b/paramecio/citoplasma/templates/utils/list.phtml @@ -89,7 +89,7 @@ size_td=round(100/(len(simplelist.fields_showed)+len(simplelist.arr_extra_option pos=0 %> % for row in list: -
+
<% if not 'pos' in row: row['pos']=pos