text changes to registration mail content
[namibia] / public / templates / page / userview.js
1 var template_userview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         firstName : new App.TemplateElement.FieldComponent('firstName'),
6                         familyName : new App.TemplateElement.FieldComponent('familyName'),
7                         idNumber : new App.TemplateElement.FieldComponent('idNumber'),
8                         dateOfBirth : new App.TemplateElement.FieldComponent('dateOfBirth'),
9                         mobile : new App.TemplateElement.FieldComponent('mobile'),
10                         email : new App.TemplateElement.FieldComponent('email'),
11                         manager : new App.TemplateElement.FieldComponent('manager'),
12                         permissions : new App.TemplateElement.FieldComponent('permissions'),
13                         subscribeNewsletter : new App.TemplateElement.FieldComponent('subscribeNewsletter')
14                 };
15         this.construct = function() {};
16         this.destruct  = function() {};
17 };