From eedc0bd04ef0d29913ba48b48ecf5f48ee3327ce Mon Sep 17 00:00:00 2001
From: Christophe Dumez <christophe@nexedi.com>
Date: Fri, 14 Apr 2006 12:56:17 +0000
Subject: [PATCH] - removed alert() if no changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6643 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml  | 5 +++++
 .../portal_skins/erp5_svn/js/dhtmlXCommon.js.xml            | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml
index d8b750628a..e44904db77 100644
--- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml
+++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/BusinessTemplate_viewSvnDiff.xml
@@ -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
diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/js/dhtmlXCommon.js.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/js/dhtmlXCommon.js.xml
index 947c431b22..1835fefc1a 100644
--- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/js/dhtmlXCommon.js.xml
+++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_svn/js/dhtmlXCommon.js.xml
@@ -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>
-- 
2.30.9