Fix in lists
This commit is contained in:
parent
e010ec794c
commit
bef220f46e
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" style="clear: both;">
|
||||
<div id="${simplelist.model.name}_table_${row['id']}" class="${simplelist.model.name}_table_row" style="clear: both;overflow: hidden;">
|
||||
<%
|
||||
if not 'pos' in row:
|
||||
row['pos']=pos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue