text changes to registration mail content
[namibia] / public / templates / page / xmlrpcclientview.js
1 var template_xmlrpcclientview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         clientName : new App.TemplateElement.FieldComponent('clientName'),
6                         apiPassword : new App.TemplateElement.FieldComponent('apiPassword'),
7                         callbackUrl : new App.TemplateElement.FieldComponent('callbackUrl'),
8                         triggerSentToSales : new App.TemplateElement.FieldComponent('triggerSentToSales')
9                 };
10         this.construct = function() {};
11         this.destruct  = function() {};
12 };