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 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -126,6 +123,7 @@ here/BusinessTemplate_doSvnDiff">diff here</tal:py>\n
winInit();\n
if (winList[\'captionWindow\']){\n
winList[\'captionWindow\'].open();\n
winList[\'captionWindow\'].close();\n
}\n
</script>\n
\n
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -156,6 +153,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
winInit();\n
if (winList[\'captionWindow\']){\n
winList[\'captionWindow\'].open();\n
winList[\'captionWindow\'].close();\n
}\n
</script>\n
<input name="showUnmodified" value="showUnmodified" type="checkbox" onclick="showNormalFiles()"/> <span style="color: black;">Show unmodified files</span>\n
......
170
\ No newline at end of file
172
\ 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