Subversion Repositories SmartDukaan

Rev

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

Rev 24680 Rev 28711
Line 29... Line 29...
29
	    		<thead>
29
	    		<thead>
30
	    					<th>PartnerId</th>
30
	    					<th>PartnerId</th>
31
	    					<th>Store Name</th>
31
	    					<th>Store Name</th>
32
	    					<th>Email</th>
32
	    					<th>Email</th>
33
	    					<th>Store Code</th>
33
	    					<th>Store Code</th>
-
 
34
	    					<th>Days For Activation</th>
-
 
35
	    					
-
 
36
	    					<th>Action</th>
34
	    				</tr>
37
	    				</tr>
35
	    				</thead>
38
	    				</thead>
36
	    				<tbody>
39
	    				<tbody>
37
	    				#if(!$fofoStores.isEmpty())
40
	    				#if(!$fofoStores.isEmpty())
38
			    			#foreach( $inactivefofoStore in $inActiveFofoStores)
41
			    			#foreach( $inactivefofoStore in $inActiveFofoStores)
39
			    				<tr>
42
			    				<tr>
40
			    					<td>$inactivefofoStore.getId()</td>
43
			    					<td>$inactivefofoStore.getId()</td>
41
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getBusinessName()</td>
44
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getBusinessName()</td>
42
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getEmail()</td>
45
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getEmail()</td>
43
			    					<td>$inactivefofoStore.getCode()</td>
46
			    					<td>$inactivefofoStore.getCode()</td>
-
 
47
			    					<td><input type="text" name="temporaryActivationStore" id="temporary-activation" value="" style=" width: 137px;">
-
 
48
			    					<button class="btn btn-primary activate-store-temporary"  data-fofoid="$inactivefofoStore.getId()">Temp Activate</button></td>
-
 
49
			    					<td><button class="btn btn-primary activate-store-forever"  data-fofoid="$inactivefofoStore.getId()">Activate</button></td>
-
 
50
			    					
44
			    				</tr>
51
			    				</tr>
45
			    			#end
52
			    			#end
46
		    			#else
53
		    			#else
47
		    				<tr>
54
		    				<tr>
48
		    					<td colspan="6" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
55
		    					<td colspan="6" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>