| Line 380... |
Line 380... |
| 380 |
<tr>
|
380 |
<tr>
|
| 381 |
<td class="detail">Maximum Selling Price</td>
|
381 |
<td class="detail">Maximum Selling Price</td>
|
| 382 |
<td class="value">
|
382 |
<td class="value">
|
| 383 |
<input id="maxSp" name="maxSp" value='$mpDetail.getMaximumSellingPrice()' type="text"></td>
|
383 |
<input id="maxSp" name="maxSp" value='$mpDetail.getMaximumSellingPrice()' type="text"></td>
|
| 384 |
</tr>
|
384 |
</tr>
|
| - |
|
385 |
<tr>
|
| - |
|
386 |
<td class ="detail"></td>
|
| - |
|
387 |
<td class ="value"></td>
|
| - |
|
388 |
</tr>
|
| 385 |
</tbody>
|
389 |
</tbody>
|
| 386 |
</table>
|
390 |
</table>
|
| 387 |
</div>
|
391 |
</div>
|
| 388 |
<div class="left" style="float: right; width: 48%;">
|
392 |
<div class="left" style="float: right; width: 48%;">
|
| 389 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
393 |
<table id="upload" style="text-align: center;width: 100%;height:200px;">
|
| Line 427... |
Line 431... |
| 427 |
<select name="isListedOnFlipkart" selectType="2" class="border-highlight-red"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
431 |
<select name="isListedOnFlipkart" selectType="2" class="border-highlight-red"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| 428 |
#end
|
432 |
#end
|
| 429 |
</td>
|
433 |
</td>
|
| 430 |
</tr>
|
434 |
</tr>
|
| 431 |
<tr>
|
435 |
<tr>
|
| - |
|
436 |
<td class="detail">Flipkart FA Listed</td>
|
| - |
|
437 |
<td class="value">#if ($itemDetail.isIsFaListed())
|
| - |
|
438 |
<select name="isFaListedOnFlipkart" selectType="2"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
439 |
#else
|
| - |
|
440 |
<select name="isFaListedOnFlipkart" selectType="2" class="border-highlight-red"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
441 |
#end
|
| - |
|
442 |
</td>
|
| - |
|
443 |
</tr>
|
| - |
|
444 |
<tr>
|
| 432 |
<td class="detail">Auto Increment</td>
|
445 |
<td class="detail">Auto Increment</td>
|
| 433 |
<td class="value">#if ($mpDetail.isAutoIncrement())
|
446 |
<td class="value">#if ($mpDetail.isAutoIncrement())
|
| 434 |
<select name="isAutoIncrement" selectType="3" class="border-highlight-green"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
447 |
<select name="isAutoIncrement" selectType="3" class="border-highlight-green"><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| 435 |
#else
|
448 |
#else
|
| 436 |
<select name="isAutoIncrement" selectType="3"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
449 |
<select name="isAutoIncrement" selectType="3"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|