Subversion Repositories SmartDukaan

Rev

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

Rev 23343 Rev 23855
Line 29... Line 29...
29
			<td>Retailer All : <i class="fa fa-check" aria-hidden="true"></i></td>
29
			<td>Retailer All : <i class="fa fa-check" aria-hidden="true"></i></td>
30
		#else
30
		#else
31
			<td>Retailer All : <i class="fa fa-times" aria-hidden="true"></i></td>
31
			<td>Retailer All : <i class="fa fa-times" aria-hidden="true"></i></td>
32
		#end
32
		#end
33
		</p></p>
33
		</p></p>
34
		#set($fofoAdmin="false")
-
 
35
        #foreach($roleType in $roleTypes)
-
 
36
        	#if($roleType == "FOFO_ADMIN")
-
 
37
	          	#set($fofoAdmin="true")
-
 
38
            #end
-
 
39
        #end
-
 
40
        #if($fofoAdmin == "true")
34
        #if($isFofoAdmin)
41
			<span>Created By : $scheme.getCreatedBy()</span>
35
			<span>Created By : $scheme.getCreatedBy()</span>
42
			<p></p>
36
			<p></p>
43
		#end
37
		#end
44
		#if(!$scheme.isRetailerAll())
38
		#if(!$scheme.isRetailerAll())
45
			<span>Retailer Ids : $scheme.getRetailerIdsString()</span>
39
			<span>Retailer Ids : $scheme.getRetailerIdsString()</span>
46
		#end
40
		#end
47
		#if($fofoAdmin == "true")
41
		#if($isFofoAdmin)
48
			<p></p>
42
			<p></p>
49
			#if((!$scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
43
			#if((!$scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
50
				<div class="btn-group" style="width:40%">
44
				<div class="btn-group" style="width:40%">
51
					<button class="btn active-scheme" data="$scheme.getId()" style="width:100%;background-color:#e98c8f;color:white;">Active</button>
45
					<button class="btn active-scheme" data="$scheme.getId()" style="width:100%;background-color:#e98c8f;color:white;">Active</button>
52
				</div>
46
				</div>