| Line 221... |
Line 221... |
| 221 |
</thead>
|
221 |
</thead>
|
| 222 |
<tbody>
|
222 |
<tbody>
|
| 223 |
<tr>
|
223 |
<tr>
|
| 224 |
<td class="detail">FBA Listing</td>
|
224 |
<td class="detail">FBA Listing</td>
|
| 225 |
<td class="value">#if ($itemDetail.isIsFba())
|
225 |
<td class="value">#if ($itemDetail.isIsFba())
|
| 226 |
<select name="isFba" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
226 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
227 |
<input name="isFba" value='True' type="hidden"/>
|
| 227 |
#else
|
228 |
#else
|
| 228 |
<select name="isFba" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
229 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
230 |
<input name="isFba" value='False' type="hidden"/>
|
| 229 |
#end</td>
|
231 |
#end</td>
|
| 230 |
</tr>
|
232 |
</tr>
|
| 231 |
<tr>
|
233 |
<tr>
|
| 232 |
<td class="detail">FBA Price</td>
|
234 |
<td class="detail">FBA Price</td>
|
| 233 |
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
|
235 |
<td class="value"><input id="fbaPrice" name="fbaPrice" value='$itemDetail.getFbaPrice()'type="text"/></td>
|
| 234 |
</tr>
|
236 |
</tr>
|
| 235 |
<tr>
|
237 |
<tr>
|
| 236 |
<td class="detail">MFN Listing</td>
|
238 |
<td class="detail">MFN Listing</td>
|
| 237 |
<td class="value">#if ($itemDetail.isIsNonFba())
|
239 |
<td class="value">#if ($itemDetail.isIsNonFba())
|
| 238 |
<select name="isNonFba" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
240 |
<select name="" disabled><option selected="selected" value="True">Active</option><option value="False">InActive</option></select>
|
| - |
|
241 |
<input name="isNonFba" value='True' type="hidden"/>
|
| 239 |
#else
|
242 |
#else
|
| 240 |
<select name="isNonFba" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
243 |
<select name="" disabled><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| - |
|
244 |
<input name="isNonFba" value='False' type="hidden"/>
|
| 241 |
#end
|
245 |
#end
|
| 242 |
</td>
|
246 |
</td>
|
| 243 |
</tr>
|
247 |
</tr>
|
| 244 |
<tr>
|
248 |
<tr>
|
| 245 |
<td class="detail">MFN Price</td>
|
249 |
<td class="detail">MFN Price</td>
|