Subversion Repositories SmartDukaan

Rev

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

Rev 25069 Rev 25505
Line 51... Line 51...
51
		    					<td colspan="12" style="text-align:center;">NO ITEM FOUND FOR SCHEME</td>
51
		    					<td colspan="12" style="text-align:center;">NO ITEM FOUND FOR SCHEME</td>
52
		    				</tr>
52
		    				</tr>
53
    				#end
53
    				#end
54
			</tbody>
54
			</tbody>
55
    	</table>
55
    	</table>
56
		
-
 
57
		<p></p>
56
		<p></p>
58
		#if($scheme.isRetailerAll())
-
 
59
			<td>Retailer All : <i class="fa fa-check" aria-hidden="true"></i></td>
-
 
60
		#else
-
 
61
			<td>Retailer All : <i class="fa fa-times" aria-hidden="true"></i></td>
-
 
62
		#end
-
 
63
		
-
 
64
		
-
 
65
		
-
 
66
		
-
 
67
		
-
 
68
		</p></p>
-
 
69
        #if($isAdmin)
57
        #if($isAdmin)
70
			<span>Created By : $scheme.getCreatedBy()</span>
58
			<span>Created By : $scheme.getCreatedBy()</span>
71
			<p></p>
59
			<p></p>
72
		#end
-
 
73
		#if(!$scheme.isRetailerAll())
-
 
74
			<span>Retailer Ids : $scheme.getRetailerIdsString()</span>
-
 
75
		#end
-
 
76
		#if($isAdmin)
-
 
77
			<p></p>
-
 
78
			#if((!$scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
60
			#if((!$scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
79
				<div class="btn-group" style="width:40%">
61
				<div class="btn-group" style="width:40%">
80
					<button class="btn active-scheme" data="$scheme.getId()" style="width:100%;background-color:#e98c8f;color:white;">Active</button>
62
					<button class="btn active-scheme" data="$scheme.getId()" style="width:100%;background-color:#e98c8f;color:white;">Active</button>
81
				</div>
63
				</div>
82
			#else
64
			#else