Subversion Repositories SmartDukaan

Rev

Rev 26318 | Rev 27578 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26318 Rev 27025
Line 55... Line 55...
55
	    					<th>State</th>
55
	    					<th>State</th>
56
	    					<th>Created By</th>
56
	    					<th>Created By</th>
57
	    					<th>Status</th>
57
	    					<th>Status</th>
58
	    					<th>Created On</th>
58
	    					<th>Created On</th>
59
	    					<th>Updated On </th>
59
	    					<th>Updated On </th>
-
 
60
	    					<th>Closure Timestamp</th>
60
	    					<th>Assign To </th>
61
	    					<th>Assign To </th>
61
	    					<th>view</th>
62
	    					<th>view</th>
62
	    					<th>Action</th>
63
	    					<th>Action</th>
63
	    				</tr>
64
	    				</tr>
64
	    		</thead>
65
	    		</thead>
Line 79... Line 80...
79
			    				<td>$request.getState()</td>
80
			    				<td>$request.getState()</td>
80
			    				<td>$request.getCreatedBy()</td>
81
			    				<td>$request.getCreatedBy()</td>
81
			    				<td>$request.getStatus()</td>
82
			    				<td>$request.getStatus()</td>
82
			    				<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
83
			    				<td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
83
			    				<td>$request.getUpdatedTimestamp().format($dateTimeFormatter)</td>
84
			    				<td>$request.getUpdatedTimestamp().format($dateTimeFormatter)</td>
-
 
85
			    				#if($request.getClosureTimestamp())
-
 
86
			    				<td>$request.getClosureTimestamp().format($dateTimeFormatter)</td>
-
 
87
			    				#else
-
 
88
			    				<td></td>
-
 
89
			    				#end
84
			    				#if($authIdAndAuthUserMap.get($request.getAssignTo()))
90
			    				#if($authIdAndAuthUserMap.get($request.getAssignTo()))
85
			    				<td>$authIdAndAuthUserMap.get($request.getAssignTo()).getFirstName()</td>
91
			    				<td>$authIdAndAuthUserMap.get($request.getAssignTo()).getFirstName()</td>
86
			    				#else
92
			    				#else
87
			    				<td></td>
93
			    				<td></td>
88
			    				#end
94
			    				#end