Commit 74c844cf authored by Fabien Morin's avatar Fabien Morin

* To make page navigation working in gadget mode, I had to remove list_start input from tempates.

* update xml
* remove some unused part from css (about pageNavigation) and set the new style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26812 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69812f77
......@@ -91,10 +91,6 @@
name="search_text" \n
value="default" \n
tal:attributes="value python: request.get(\'search_text\',\'\')" />\n
\n
<input type="hidden" \n
name="list_start" \n
tal:attributes="value here/getLineStart" />\n
\n
<input type="hidden" \n
name="gadget_form_id" \n
......
......@@ -297,11 +297,8 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts39376843.32</string> </value>
<value> <string>ts41529558.44</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -376,18 +376,6 @@ div.block div.input{\n
margin-left:0em!important;\n
}\n
\n
div.block table.listbox td.pageNavigation select{\n
float:left;\n
display:block;\n
margin-right:0.5em;\n
}\n
\n
div.block table.listbox td.pageNavigation button{\n
float:left;\n
margin-right:0.5em;\n
padding:0px;\n
}\n
\n
div.rss-link div.input{\n
text-align:right;\n
}\n
......@@ -522,16 +510,11 @@ div.block div.list_style div.pageNavigation select{\n
height:16px;\n
}\n
\n
div.block div.list_style div.pageNavigation button{\n
text-align:center;\n
.listbox .pageNavigation button{\n
display: inline;\n
border:0 none;\n
background-color:inherit;\n
vertical-align:middle;\n
float:left;\n
background:white;\n
height: 16px;\n
width: 25px;\n
font-size: 8px;\n
margin-right:0.5em;\n
padding:0px;\n
}\n
\n
\n
......@@ -585,7 +568,7 @@ div.block div.worklist_list ul li a:hover{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>9446</long> </value>
<value> <long>9140</long> </value>
</item>
<item>
<key> <string>title</string> </key>
......
386
\ No newline at end of file
387
\ 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