Commit 07e08dfd authored by Ivan Tyagov's avatar Ivan Tyagov

Submit right form (not main) one whenever cloning an object.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c292bc7
......@@ -175,6 +175,7 @@
<div class="input">\n
<input class="input" size="12" \n
type="text" name="clone_title"\n
onkeypress="submitFormOnEnter(event, this.form, \'Base_cloneContent\');"\n
tal:attributes="value here/getTitle | nothing"/>\n
</div>\n
</div>\n
......@@ -184,6 +185,7 @@
<div class="input">\n
<input class="input" size="12" \n
type="text" name="clone_reference"\n
onkeypress="submitFormOnEnter(event, this.form, \'Base_cloneContent\');"\n
tal:attributes="value here/getReference | nothing"/>\n
</div>\n
</div>\n
......@@ -193,6 +195,7 @@
<div class="input">\n
<input class="input" size="5" \n
type="text" name="clone_version"\n
onkeypress="submitFormOnEnter(event, this.form, \'Base_cloneContent\');"\n
tal:attributes="value here/getVersion | nothing"/>\n
</div>\n
</div>\n
......@@ -202,6 +205,7 @@
<div class="input">\n
<input class="input" size="5" \n
type="text" name="clone_language"\n
onkeypress="submitFormOnEnter(event, this.form, \'Base_cloneContent\');"\n
tal:attributes="value here/getLanguage | nothing"/>\n
</div>\n
</div>\n
......
996
\ No newline at end of file
997
\ 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