modified : Editor's Pick Order set
This commit is contained in:
parent
5fc23409dc
commit
1642d2eb85
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
|||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" name="checkall" onclick="checkUncheckAll(this);"/></td>
|
||||
<td>VID</td>
|
||||
<!-- <td>Order</td> -->
|
||||
<td>Order</td>
|
||||
<td>Videos Details</td>
|
||||
<td style="width: 200px"> </td>
|
||||
</tr>
|
||||
|
@ -29,7 +30,7 @@
|
|||
<td>
|
||||
<input name="check_video[]" type="checkbox" id="check_video" value="{$video.videoid}"/>
|
||||
</td>
|
||||
<td>{$video.sort}</td>
|
||||
<td><input name="ep_order_{$video.pick_id}" type="text" id="order" style="border:1px solid #999; padding:2px; width:30px" value="{$video.sort}" size="5" maxlength="5" /></td>
|
||||
<td>
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
|
|
Loading…
Add table
Reference in a new issue