text changes to registration mail content
[namibia] / public / templates / page / systemdealerview.js
1 var template_systemdealerview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         group : new App.TemplateElement.FieldComponent('group'),
6                         groupDivision : new App.TemplateElement.FieldComponent('groupDivision'),
7
8                         firstName : new App.TemplateElement.FieldComponent('firstName'),
9                         familyName : new App.TemplateElement.FieldComponent('familyName'),
10                         office : new App.TemplateElement.FieldComponent('office'),
11                         mobile : new App.TemplateElement.FieldComponent('mobile'),
12                         email : new App.TemplateElement.FieldComponent('email'),
13
14                         country : new App.TemplateElement.FieldComponent('country'),
15                         region : new App.TemplateElement.FieldComponent('region'),
16                         city : new App.TemplateElement.FieldComponent('city'),
17                         street : new App.TemplateElement.FieldComponent('street'),
18                         postalCode : new App.TemplateElement.FieldComponent('postalCode'),
19
20                         name : new App.TemplateElement.FieldComponent('name'),
21                         businessName : new App.TemplateElement.FieldComponent('businessName'),
22                         companyRegistrationNumber : new App.TemplateElement.FieldComponent('companyRegistrationNumber'),
23                         vatNumber : new App.TemplateElement.FieldComponent('vatNumber'),
24                         dealerStockNumber : new App.TemplateElement.FieldComponent('dealerStockNumber'),
25                         companyType : new App.TemplateElement.FieldComponent('companyType'),
26                         dealerType : new App.TemplateElement.FieldComponent('dealerType'),
27
28                         tradeCenter : new App.TemplateElement.FieldComponent('tradeCenter'),
29                         priceGuide : new App.TemplateElement.FieldComponent('priceGuide'),
30                         regionalManager : new App.TemplateElement.FieldComponent('regionalManager'),
31
32                         publicCentre : new App.TemplateElement.FieldComponent('publicCentre'),
33
34                         docStockCertificate : new App.TemplateElement.FieldComponent('docStockCertificate'),
35                         docAddressProof : new App.TemplateElement.FieldComponent('docAddressProof'),
36                         docCopyOfId : new App.TemplateElement.FieldComponent('docCopyOfId'),
37                         docCopyOfDirectorId : new App.TemplateElement.FieldComponent('docCopyOfDirectorId'),
38                         docCompanyRegistration : new App.TemplateElement.FieldComponent('docCompanyRegistration'),
39
40                         statusReason : new App.TemplateElement.FieldComponent('statusReason'),
41
42                         automateFile : new App.TemplateElement.FieldComponent('automateFile'),
43                         automateDealerCode : new App.TemplateElement.FieldComponent('automateDealerCode'),
44                         autolineFile : new App.TemplateElement.FieldComponent('autolineFile'),
45                         autolineDealerCode : new App.TemplateElement.FieldComponent('autolineDealerCode')
46                 };
47         this.construct = function() {};
48         this.destruct  = function() {};
49 };