Subversion Repositories SmartDukaan

Rev

Rev 12924 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12924 Rev 15703
Line 11... Line 11...
11
				<th>Inventory Override</th>
11
				<th>Inventory Override</th>
12
				<th>MFN Listing</th>
12
				<th>MFN Listing</th>
13
				<th>FBA Listing</th>
13
				<th>FBA Listing</th>
14
				<th>FBB Listing</th>
14
				<th>FBB Listing</th>
15
				<th>FBG Listing</th>
15
				<th>FBG Listing</th>
-
 
16
				<th>FBD Listing</th>
16
				<th>Action</th>
17
				<th>Action</th>
17
            </tr>
18
            </tr>
18
        </thead>
19
        </thead>
19
        <tbody>
20
        <tbody>
20
	#set($items = $action.getAmazonItems())
21
	#set($items = $action.getAmazonItems())
Line 59... Line 60...
59
				#if($item.isIsFbg())
60
				#if($item.isIsFbg())
60
					<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
61
					<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
61
				#else
62
				#else
62
					<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
63
					<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
63
				#end
64
				#end
-
 
65
				#if($item.isIsFbd())
-
 
66
					<td style="text-align:center;"><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
-
 
67
				#else
-
 
68
					<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
-
 
69
				#end
64
				<td style="text-align:center;"><a href="#" class="editItem" itemId="$item.getItemid()">View/Edit</a></td>
70
				<td style="text-align:center;"><a href="#" class="editItem" itemId="$item.getItemid()">View/Edit</a></td>
65
				</td>
71
				</td>
66
            </tr>
72
            </tr>
67
    #end
73
    #end
68
        </tbody>
74
        </tbody>