Commit 8cf4f9d4 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Add Jabber Client to export site

And update old header to use it in jabber client
parent 3aa5330f
......@@ -70,7 +70,7 @@
/////////////////////////////////////////////////////////////////
// declared methods
/////////////////////////////////////////////////////////////////
/*
.declareMethod('notifyError', function () {
this.stats.loaded = true;
this.stats.submitted = true;
......@@ -84,7 +84,7 @@
.declareMethod('notifyUpdate', function () {
return this.render(this.stats.options);
})
*/
.declareMethod('notifyLoading', function () {
if (this.stats.loaded) {
this.stats.loaded = false;
......@@ -97,7 +97,7 @@
return this.render(this.stats.options);
}
})
/*
.declareMethod('notifyChange', function () {
if (!this.stats.modified) {
this.stats.modified = true;
......@@ -118,7 +118,7 @@
return this.render(this.stats.options);
}
})
*/
.declareMethod('render', function (options) {
var gadget = this,
possible_left_link_list = [
......
......@@ -216,7 +216,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
<value> <string>vincent</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -230,7 +230,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>954.15931.48097.6604</string> </value>
<value> <string>961.17525.46862.41420</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>1475164833.83</float>
<float>1509358444.14</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -50,6 +50,7 @@
<option>App Store</option>
<option>Wall Search</option>
<option>Drive App</option>
<option>Jabber Client</option>
</select>
</div>
</div>
......
......@@ -217,7 +217,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
<value> <string>vincent</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -231,7 +231,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>962.48391.54489.47496</string> </value>
<value> <string>963.3430.40377.1177</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -249,8 +249,8 @@
</tuple>
<state>
<tuple>
<float>1508118475.62</float>
<string>GMT+9</string>
<float>1509358835.98</float>
<string>UTC</string>
</tuple>
</state>
</object>
......
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