Commit ded246bd authored by Ivan Tyagov's avatar Ivan Tyagov

toggleElementById has been removed. Use directly MochiKit's effect.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42161 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80f49336
......@@ -114,7 +114,7 @@
<br/>\n
<br/>\n
<button type="button"\n
onclick="toggleElementById(\'add_new_tab_dialog\');"\n
onclick="MochiKit.Visual.toggle(\'add_new_tab_dialog\');"\n
i18n:translate="" \n
i18n:domain="ui">Cancel</button>\n
<button type="button"\n
......@@ -140,7 +140,7 @@
<button type="button"\n
i18n:translate="" \n
i18n:domain="ui"\n
onclick="toggleElementById(\'rename_tab_dialog\');">Cancel</button>\n
onclick="MochiKit.Visual.toggle(\'rename_tab_dialog\');">Cancel</button>\n
<button type="button"\n
i18n:translate="" \n
i18n:domain="ui"\n
......@@ -318,7 +318,7 @@
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
<value> <string>iso-8859-15</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
670
\ No newline at end of file
671
\ 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