Commit 6cc4c01e authored by Ivan Tyagov's avatar Ivan Tyagov

Fix PT.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2586ef88
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
tal:define="layout here/KnowledgePad_getBoxColumnLayout;\n tal:define="layout here/KnowledgePad_getBoxColumnLayout;\n
real_context python: options.get(\'real_context\', None);\n real_context python: options.get(\'real_context\', None);\n
cancel_url python: options.get(\'cancel_url\', None);\n cancel_url python: options.get(\'cancel_url\', None);\n
isAnon python: here.portal_membership.isAnonymousUser();\n is_anonymous_user python: here.portal_membership.isAnonymousUser();\n
is_tab_empty here/KnowledgePad_isEmpty;\n is_tab_empty here/KnowledgePad_isEmpty;\n
columns python: options.get(\'columns\', 3);\n columns python: options.get(\'columns\', 3);\n
column_css_class python: test(isAnon, \n column_css_class python: test(is_anonymous_user, \n
\'portal-column portal-column-undraggable\', \n \'portal-column portal-column-undraggable\', \n
\'portal-column\');">\n \'portal-column\');">\n
\n \n
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts95442223.79</string> </value> <value> <string>ts00882107.52</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -55,7 +55,9 @@ ...@@ -55,7 +55,9 @@
font-weight: bold;\n font-weight: bold;\n
font-size: 90%;\n font-size: 90%;\n
}\n }\n
\n .invisible{\n
display:none;\n
}\n
/* 3 columng gadget layout */\n /* 3 columng gadget layout */\n
div.portal-column {\n div.portal-column {\n
float: left;\n float: left;\n
...@@ -495,7 +497,7 @@ div.gadget-rss-reader .body {\n ...@@ -495,7 +497,7 @@ div.gadget-rss-reader .body {\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>8226</int> </value> <value> <int>8255</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
712 713
\ No newline at end of file \ 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