Subversion Repositories SmartDukaan

Rev

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

Rev 24748 Rev 24788
Line 202... Line 202...
202
			    				<td>$ticket.getFormattedCreateTimestamp()</td>
202
			    				<td>$ticket.getFormattedCreateTimestamp()</td>
203
			    				#if($ticket.getCloseTimestamp())
203
			    				#if($ticket.getCloseTimestamp())
204
			    				<td>Closed</td>
204
			    				<td>Closed</td>
205
			    				<td><button class="btn btn-primary" id="edit-ticket" data-ticketid1="$ticket.getId()" data-target="#theModal" data-toggle="modal" data-backdrop="false" disabled>Edit</button></td>
205
			    				<td><button class="btn btn-primary" id="edit-ticket" data-ticketid1="$ticket.getId()" data-target="#theModal" data-toggle="modal" data-backdrop="false" disabled>Edit</button></td>
206
			    				#else
206
			    				#else
-
 
207
			    				#if($ticket.getLastActivity()=="RESOLVED")
-
 
208
			    				<td>Resolved</td>
-
 
209
			    				#else
207
			    						<td>Opened</td>
210
			    				<td>Opened</td>
-
 
211
			    				#end
208
			    						<td><button class="btn btn-primary" id="edit-ticket" data-ticketid1="$ticket.getId()" data-target="#theModal" data-toggle="modal" data-backdrop="false">Edit</button></td>
212
			    				<td><button class="btn btn-primary" id="edit-ticket" data-ticketid1="$ticket.getId()" data-target="#theModal" data-toggle="modal" data-backdrop="false">Edit</button></td>
209
			    				#end
213
			    				#end
210
			    				</tr>
214
			    				</tr>
211
			    				#end
215
			    				#end
212
			    				#else
216
			    				#else
213
			    				<tr>
217
			    				<tr>