Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
6abb4229a12dfab10e8a3fcb64d3f905585bf972
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
var template_systemdisputeview = function( static )
{
	this.static   = static;
	this.elements = {
			jobState : new App.TemplateElement.LabeledText('jobState'),
			created : new App.TemplateElement.LabeledText('created'),
			vehicle : new App.TemplateElement.LabeledText('vehicle'),
			complaint : new App.TemplateElement.FieldComponent('complaint'),
			resolution : new App.TemplateElement.FieldComponent('resolution'),
			plaintive : new App.TemplateElement.LabeledText('plaintive'),
			plaintiveContact : new App.TemplateElement.LabeledText('plaintiveContact'),
			plaintiveOffice : new App.TemplateElement.LabeledText('plaintiveOffice'),
			plaintiveMobile : new App.TemplateElement.LabeledText('plaintiveMobile'),
			plaintiveEmail : new App.TemplateElement.LabeledText('plaintiveEmail'),
			defendant : new App.TemplateElement.LabeledText('defendant'),
			defendantContact : new App.TemplateElement.LabeledText('defendantContact'),
			defendantOffice : new App.TemplateElement.LabeledText('defendantOffice'),
			defendantMobile : new App.TemplateElement.LabeledText('defendantMobile'),
			defendantEmail : new App.TemplateElement.LabeledText('defendantEmail')
		};
	this.construct = function() {};
	this.destruct  = function() {};
};

Commits for namibia/public/templates/page/systemdisputeview.js

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit