Commit 5cb58dee authored by Ivan Tyagov's avatar Ivan Tyagov

Reuse listbox page navigation CSS and fix hiding listbox actions in gadget mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35925 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aa3a83eb
......@@ -483,7 +483,7 @@
tal:define="need_pagination python: int(here.total_size) > int(here.getMaxLineNumber())"\n
tal:condition="need_pagination">\n
\n
<div class="listbox_pagination" \n
<div class="listbox_pagination pageNavigation" \n
tal:condition="need_pagination">\n
<!--Display pagination -->\n
<tal:block metal:use-macro="real_context/page_navigation_render/macros/page_navigation" />\n
......
......@@ -202,9 +202,9 @@ div.search_popup{\n
\n
}\n
\n
/* Do not display listbox footer in gadget mode */\n
/* Listbox Footer in gadget mode */\n
.block .listbox_footer{\n
display: none;\n
background-color: transparent;\n
}\n
\n
.listbox_footer_box {\n
......
1429
\ No newline at end of file
1430
\ No newline at end of file
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