remove about us and FAQ links in menus
[namibia] / public / templates / page / disputeview.js
1 var template_disputeview = function( static )
2 {
3         this.static   = static;
4         this.elements = {
5                         jobState : new App.TemplateElement.LabeledText('jobState'),
6                         created : new App.TemplateElement.LabeledText('created'),
7                         vehicle : new App.TemplateElement.LabeledText('vehicle'),
8                         complaint : new App.TemplateElement.LabeledText('complaint'),
9                         resolution : new App.TemplateElement.LabeledText('resolution'),
10                         plaintive : new App.TemplateElement.LabeledText('plaintive'),
11                         contact : new App.TemplateElement.LabeledText('contact'),
12                         office : new App.TemplateElement.LabeledText('office'),
13                         mobile : new App.TemplateElement.LabeledText('mobile'),
14                         email : new App.TemplateElement.LabeledText('email')
15                 };
16         this.construct = function() {};
17         this.destruct  = function() {};
18 };