Commit 19761401 authored by Jérome Perrin's avatar Jérome Perrin

fix typo in img variable name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3521 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 52c3bced
......@@ -1309,7 +1309,7 @@ onChange="submitAction(this.form,'%s/portal_selections/setReportRoot')">
for cname in columns:
if sort_dict.has_key(cname[0]):
if sort_dict[cname[0]] == 'ascending':
iimg = '<img src="%s/images/1bottomarrow.png" alt="Ascending display"/>' % portal_url_string
img = '<img src="%s/images/1bottomarrow.png" alt="Ascending display"/>' % portal_url_string
elif sort_dict[cname[0]] == 'descending':
img = '<img src="%s/images/1toparrow.png" alt="Descending display"/>' % portal_url_string
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment