Commit f53bb877 authored by Jérome Perrin's avatar Jérome Perrin

Initialize the "Show Legend" window in closed state, because I always have to...

Initialize the "Show Legend" window in closed state, because I always have to move it or close it to use the scrollbar

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18433 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d31b4d8
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -126,6 +123,7 @@ here/BusinessTemplate_doSvnDiff">diff here</tal:py>\n ...@@ -126,6 +123,7 @@ here/BusinessTemplate_doSvnDiff">diff here</tal:py>\n
winInit();\n winInit();\n
if (winList[\'captionWindow\']){\n if (winList[\'captionWindow\']){\n
winList[\'captionWindow\'].open();\n winList[\'captionWindow\'].open();\n
winList[\'captionWindow\'].close();\n
}\n }\n
</script>\n </script>\n
\n \n
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<string>Products.PageTemplates.ZopePageTemplate</string> <tuple/>
<string>ZopePageTemplate</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -156,6 +153,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -156,6 +153,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
winInit();\n winInit();\n
if (winList[\'captionWindow\']){\n if (winList[\'captionWindow\']){\n
winList[\'captionWindow\'].open();\n winList[\'captionWindow\'].open();\n
winList[\'captionWindow\'].close();\n
}\n }\n
</script>\n </script>\n
<input name="showUnmodified" value="showUnmodified" type="checkbox" onclick="showNormalFiles()"/> <span style="color: black;">Show unmodified files</span>\n <input name="showUnmodified" value="showUnmodified" type="checkbox" onclick="showNormalFiles()"/> <span style="color: black;">Show unmodified files</span>\n
......
170 172
\ 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