lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit ece76348 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove deprecated and replaced by unified listbox listbox page template.

Clean up gadgets CSS which should not override listbox CSS.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38485 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 260cc7ec
......@@ -275,7 +275,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>listbox_field_img</string> </value>
<value> <string>Logo</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
......@@ -59,7 +59,6 @@
#\n
# BBB: For the history, erp5.css is included by css_list_template.\n
# So this script has nothing to do in reality.\n
\n
css_list = (\'erp5_knowledge_box.css\',)\n
return css_list\n
</string> </value>
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts84964412.54</string> </value>
<value> <string>ts84986036.79</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -474,47 +474,19 @@ div.block div.list_style ul li div#title{\n
cursor:pointer;\n
}\n
\n
.pageNavigation button{\n
display: inline;\n
border:0 none;\n
background-color:inherit;\n
vertical-align:middle;\n
cursor:pointer;\n
}\n
\n
.pageNavigation button.listbox_first_page .image,\n
.pageNavigation button.listbox_previous_page .image,\n
.pageNavigation button.listbox_next_page .image,\n
.pageNavigation button.listbox_last_page .image{\n
width:22px;\n
height:22px;\n
display:block;\n
background-color:transparent;\n
}\n
\n
.pageNavigation button.listbox_first_page .image{\n
background-image: url(\'images/2leftarrowv.png\');\n
}\n
\n
.pageNavigation button.listbox_previous_page .image{\n
background-image: url(\'images/1leftarrowv.png\');\n
}\n
\n
.pageNavigation button.listbox_next_page .image{\n
background-image: url(\'images/1rightarrowv.png\');\n
}\n
\n
.pageNavigation button.listbox_last_page .image{\n
background-image: url(\'images/2rightarrowv.png\');\n
}\n
\n
div.block div.list_style input {\n
margin-left:15px;\n
margin-top:5px;\n
}\n
\n
/* some css for the worklist gadget */\n
\n
/* \n
Gadgets CSS \n
\n
*/\n
\n
\n
/* Worklist Gadget */\n
div.block .right{\n
float:right;\n
margin-left:5px;\n
......@@ -552,6 +524,18 @@ div.block div.worklist_list ul li table.listbox thead td,div.block div.worklist_
div.block div.worklist_list ul li a:hover{\n
text-decoration:none;\n
}\n
\n
\n
div.document-gadget-quick-preview div.teaser{\n
cursor: pointer;\n
}\n
/* Rss Feed reader gadget needs no listbox headers or \n
show number of records or show \'No results\' as listbox title is used for this */\n
div.gadget-rss-reader table.listbox thead,\n
div.gadget-rss-reader div.listbox-number-of-records,\n
div.gadget-rss-reader table.listbox td.listbox-table-no-result-row{\n
display: none;\n
}\n
</string> </value>
</item>
<item>
......@@ -560,7 +544,7 @@ div.block div.worklist_list ul li a:hover{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>9264</int> </value>
<value> <int>8826</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -41,7 +38,7 @@
<link href="erp5_knowledge_box_web_3columns.css" \n
rel="stylesheet" \n
type="text/css" /> \n
type="text/css" />\n
<tal:block \n
tal:define="mode python: \'web_front\';\n
default_pad_group python: \'\';\n
......
544
\ No newline at end of file
545
\ 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