Subversion Repositories SmartDukaan

Rev

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

Rev 28711 Rev 32457
Line 12... Line 12...
12
} );
12
} );
13
</script>
13
</script>
14
<section class="wrapper">            
14
<section class="wrapper">            
15
	<div class="row">
15
	<div class="row">
16
		<div class="col-lg-12">
16
		<div class="col-lg-12">
17
			<h3 class="page-header"><i class="icon_document_alt"></i>Retailer</h3>
17
			<h3 class="page-header"><i class="icon_document_alt"></i>INACTIVE STORE</h3>
18
			<ol class="breadcrumb">
18
			<ol class="breadcrumb">
19
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
19
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
20
				<li><i class="icon_document_alt"></i>INACTIVE-STORE</li>						  	
20
				<li><i class="icon_document_alt"></i>INACTIVE-STORE</li>						  	
21
			</ol>
21
			</ol>
22
		</div>
22
		</div>
Line 39... Line 39...
39
	    				<tbody>
39
	    				<tbody>
40
	    				#if(!$fofoStores.isEmpty())
40
	    				#if(!$fofoStores.isEmpty())
41
			    			#foreach( $inactivefofoStore in $inActiveFofoStores)
41
			    			#foreach( $inactivefofoStore in $inActiveFofoStores)
42
			    				<tr>
42
			    				<tr>
43
			    					<td>$inactivefofoStore.getId()</td>
43
			    					<td>$inactivefofoStore.getId()</td>
-
 
44
			    					#if($customRetailers.get($inactivefofoStore.getId()).getBusinessName())
44
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getBusinessName()</td>
45
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getBusinessName()</td>
-
 
46
			    					 #else
-
 
47
                                     <td>-</td> #end
-
 
48
                                     #if($customRetailers.get($inactivefofoStore.getId()).getEmail())
45
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getEmail()</td>
49
			    					<td>$customRetailers.get($inactivefofoStore.getId()).getEmail()</td>
-
 
50
			    					#else
-
 
51
                                    <td>-</td> #end
46
			    					<td>$inactivefofoStore.getCode()</td>
52
			    					<td>$inactivefofoStore.getCode()</td>
47
			    					<td><input type="text" name="temporaryActivationStore" id="temporary-activation" value="" style=" width: 137px;">
53
			    					<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>
54
			    					<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>
55
			    					<td><button class="btn btn-primary activate-store-forever"  data-fofoid="$inactivefofoStore.getId()">Activate</button></td>
50
			    					
56