Fix in div tables for lists
This commit is contained in:
parent
6b9d68b60f
commit
b20d8696a8
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ size_td=round(100/(len(simplelist.fields_showed)+len(simplelist.arr_extra_option
|
|||
pos=0
|
||||
%>
|
||||
% for row in list:
|
||||
<div id="${simplelist.model.name}_table_${row['id']}" class="${simplelist.model.name}_table_row">
|
||||
<div id="${simplelist.model.name}_table_${row['id']}" class="${simplelist.model.name}_table_row" style="clear: both;">
|
||||
<%
|
||||
if not 'pos' in row:
|
||||
row['pos']=pos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue