remove about us and FAQ links in menus
[namibia] / public / templates / page / systemdisputes.js
1 var template_systemdisputes = function( static )
2 {
3         this.static = static;
4         this.elements = {
5                         // Disputes grid
6                         gridDisputeTitle         : new App.TemplateElement.Text('gridDisputeTitle'),
7                         gridDisputeColumnHeaders : new App.TemplateElement.ConstructorComponentCollection('gridDisputeColumnHeaders'),
8                         gridDisputeColumnFilters : new App.TemplateElement.ConstructorComponentCollection('gridDisputeColumnFilters'),
9                         gridDisputeRowRepeater   : new App.TemplateElement.ConstructorComponentCollection('gridDisputeRowRepeater'),
10                         gridDisputePager         : new App.TemplateElement.ConstructorComponentCollection('gridDisputePager')
11                 };
12         this.construct = function()
13         {
14                 //
15         };
16         this.destruct = function()
17         {
18                 //
19         };
20 };