Subversion Repositories SmartDukaan

Rev

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

Rev 24530 Rev 24534
Line 104... Line 104...
104
	    				<tr>
104
	    				<tr>
105
	    					#if($roleType)
105
	    					#if($roleType)
106
	    					<th>Partner</th>
106
	    					<th>Partner</th>
107
	    					#end
107
	    					#end
108
	    					<th>SubCategory</th>
108
	    					<th>SubCategory</th>
109
	    					#if(!$roleType)
-
 
110
	    					<th>Assigned To</th>
-
 
111
	    					#end
-
 
112
	    					<th>Created TimeStamp</th>
109
	    					<th>Created TimeStamp</th>
113
	    					#if($roleType)
110
	    					#if($roleType)
114
	    					<th>Action</th>
111
	    					<th>Action</th>
115
	    					#else
112
	    					#else
116
	    					<th>HappyCode</th>
113
	    					<th>HappyCode</th>
Line 122... Line 119...
122
	 							<tr>
119
	 							<tr>
123
	 							#if($roleType)
120
	 							#if($roleType)
124
	 							<td>$fofoIdsAndCustomRetailer.get($ticket.getFofoId()).getBusinessName()</td>
121
	 							<td>$fofoIdsAndCustomRetailer.get($ticket.getFofoId()).getBusinessName()</td>
125
	    						#end
122
	    						#end
126
			    				<td><a href="#" data-toggle="modal" data-target="#myModal" data-ticketid="$ticket.getId()" id="activities" data-assignee="$authUserIdAndAuthUserMap.get($ticket.getId()).getFirstName()">$subCategoryIdAndSubCategoryMap.get($ticket.getSubCategoryId()).getName()</a></td>
123
			    				<td><a href="#" data-toggle="modal" data-target="#myModal" data-ticketid="$ticket.getId()" id="activities" data-assignee="$authUserIdAndAuthUserMap.get($ticket.getId()).getFirstName()">$subCategoryIdAndSubCategoryMap.get($ticket.getSubCategoryId()).getName()</a></td>
127
			    				#if(!$roleType)
-
 
128
			    					<td>$authUserIdAndAuthUserMap.get($ticket.getId()).getFirstName()</td>
-
 
129
			    					#end
-
 
130
			    					<td>$ticket.getFormattedCreateTimestamp()</td>
124
			    					<td>$ticket.getFormattedCreateTimestamp()</td>
131
			    					#if($roleType)
125
			    					#if($roleType)
132
			    						#if($ticket.getCloseTimestamp())
126
			    						#if($ticket.getCloseTimestamp())
133
			    							<td>$ticket.getFormattedCloseTimestamp()</td>
127
			    							<td>$ticket.getFormattedCloseTimestamp()</td>
134
			    						#else
128
			    						#else