Commit eedc0bd0 authored by Christophe Dumez's avatar Christophe Dumez

- removed alert() if no changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6643 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 79b53a01
......@@ -54,6 +54,11 @@
\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block metal:fill-slot="main">\n
<!-- Form Hidden : Selected files -->\n
<input type=\'hidden\' name=\'removed\' value=\'\'>\n
<input type=\'hidden\' name=\'added\' value=\'\'>\n
<input type=\'hidden\' name=\'modified\' value=\'\'>\n
<!-- End Hidden -->\n
<tal:js replace="structure \n
here/BusinessTemplate_doCreateJavaScriptDiff">JavaScript here</tal:js>\n
<tal:py replace="structure \n
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts44309764.71</string> </value>
<value> <string>ts45019334.76</string> </value>
</item>
<item>
<key> <string>__ac_local_roles__</string> </key>
......@@ -64,7 +64,7 @@ function dtmlXMLLoaderObject(funcObject,dhtmlObject,async){\n
if(this.xmlDoc.responseXML){var temp=this.xmlDoc.responseXML.getElementsByTagName(tagName);var z=temp[0];}\n
else var z=this.xmlDoc.documentElement;\n
if(z)return z;\n
alert("There are no differences between your business template and the svn repository.");\n
//alert("There are no differences between your business template and the svn repository.");\n
return document.createElement("DIV");\n
};\n
\n
......@@ -398,7 +398,7 @@ Node.prototype.removeNode = function(removeChildren)\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>10003</int> </value>
<value> <int>10005</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
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