Subversion Repositories SmartDukaan

Rev

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

Rev 9923 Rev 11015
Line 9... Line 9...
9
				<th>Color</th>
9
				<th>Color</th>
10
				<th>Snapdeal Listed</th>
10
				<th>Snapdeal Listed</th>
11
				<th>Risky</th>
11
				<th>Risky</th>
12
                <th>Status</th>
12
                <th>Status</th>
13
				<th>Action</th>
13
				<th>Action</th>
-
 
14
				<th>Competitive Analysis</th>
14
            </tr>
15
            </tr>
15
        </thead>
16
        </thead>
16
        <tbody>
17
        <tbody>
17
	#set($items = $action.getSnapdealItems())
18
	#set($items = $action.getSnapdealItems())
18
    #foreach ( $item in $items )
19
    #foreach ( $item in $items )
Line 32... Line 33...
32
				#else
33
				#else
33
						<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
34
						<td style="text-align:center;"><a style="visibility: hidden;">I</a><img alt="Inactive" src="/Support/images/inactive.ico" style="width: 18px;"></td>
34
				#end
35
				#end
35
				<td style="text-align:center;">$item.getItemStatus()</td>
36
				<td style="text-align:center;">$item.getItemStatus()</td>
36
				<td style="text-align:center;"><a href="#" class="editItem" it="$item.getItem_id()">View/Edit</a></td>
37
				<td style="text-align:center;"><a href="#" class="editItem" it="$item.getItem_id()">View/Edit</a></td>
-
 
38
				<td style="text-align:center;width:10%;"><a href="/Support/snapdeal-list/competition-analysis?itemId=$item.getItem_id()" target="_blank" class="showCompetitionAnalysis" it="$item.getItem_id()">Show</a></td>
37
				</td>
39
				</td>
38
            </tr>
40
            </tr>
39
    #end
41
    #end
40
        </tbody>
42
        </tbody>
41
    </table>
43
    </table>