remove about us and FAQ links in menus
[namibia] / public / templates / page / systemuserview.js
1 var template_systemuserview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         company : new App.TemplateElement.FieldComponent('company'),
6                         firstName : new App.TemplateElement.FieldComponent('firstName'),
7                         familyName : new App.TemplateElement.FieldComponent('familyName'),
8                         idNumber : new App.TemplateElement.FieldComponent('idNumber'),
9                         dateOfBirth : new App.TemplateElement.FieldComponent('dateOfBirth'),
10                         mobile : new App.TemplateElement.FieldComponent('mobile'),
11                         email : new App.TemplateElement.FieldComponent('email'),
12                         manager : new App.TemplateElement.FieldComponent('manager'),
13                         permissions : new App.TemplateElement.FieldComponent('permissions'),
14                         mainMemberPublicCentre : new App.TemplateElement.FieldComponent('mainMemberPublicCentre'),
15                         subscribeNewsletter : new App.TemplateElement.FieldComponent('subscribeNewsletter')
16                 };
17         this.construct = function() {};
18         this.destruct  = function() {};
19 };