Subversion Repositories SmartDukaan

Rev

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

Rev 8620 Rev 10937
Line 9... Line 9...
9
				<th>Price Difference</th>
9
				<th>Price Difference</th>
10
				<th>Risky</th>
10
				<th>Risky</th>
11
                 <th>Status</th>
11
                 <th>Status</th>
12
				<th>Shipping</th>
12
				<th>Shipping</th>
13
				<th>Inventory Override</th>
13
				<th>Inventory Override</th>
14
				<th>Mfn Listing</th>
14
				<th>MFN Listing</th>
-
 
15
				<th>FBA Listing</th>
15
				<th>Fba Listing</th>
16
				<th>FBB 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 54... Line 55...
54
				#if($item.isIsFba())
55
				#if($item.isIsFba())
55
					<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
56
					<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
56
				#else
57
				#else
57
					<td><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
58
					<td><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
58
				#end
59
				#end
-
 
60
				#if($item.isIsFbb())
-
 
61
					<td><a style="visibility: hidden;">A</a><img alt="active" src="/Support/images/active.ico" style="width: 18px;"></td>
-
 
62
				#else
-
 
63
					<td><a style="visibility: hidden;">I</a><img alt="inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
-
 
64
				#end
59
				<td><a href="#" class="editItem" itemId="$item.getItemid()">View/Edit</a></td>
65
				<td><a href="#" class="editItem" itemId="$item.getItemid()">View/Edit</a></td>
60
				</td>
66
				</td>
61
            </tr>
67
            </tr>
62
    #end
68
    #end
63
        </tbody>
69
        </tbody>