Commit 41da75ee authored by Vincent Pelletier's avatar Vincent Pelletier

Don't rename the images until the new listbox rendering is used. Fixes a...

Don't rename the images until the new listbox rendering is used. Fixes a strange display on konqueror when next/previous page arrows are visible.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8187 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18892869
......@@ -895,14 +895,6 @@ div.index_html table {\n
height: 22px;\n
}\n
\n
.ListSummary #listbox_next_page {\n
background: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/next_page.png\') top left no-repeat;\n
}\n
\n
.ListSummary #listbox_previous_page {\n
background: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/previous_page.png\') top left no-repeat;\n
}\n
\n
.ListContent {\n
border: 1px solid;\n
}\n
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>previous_page.png</string> </value>
<value> <string>1leftarrowv.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>next_page.png</string> </value>
<value> <string>1rightarrowv.png</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......
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