collection_category.html --passed 2nd parameter in function to get category thumb.
This commit is contained in:
parent
afb18d1def
commit
e220d8a8e6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
<td><input name="check_user[]" type="checkbox" id="check_user" value="{$u.userid}" /></td>
|
||||
<td>{$category[list].category_name}
|
||||
<a id="thumbs_{$category[list].category_id}" class="label label-danger arrowed popoverButton" data-html="true"
|
||||
data-placement="top" data-toggle="popover" data-content="<img src='{$cbvid->get_category_thumb($category[list])}' />" href="javascript:void(0)">View Thumb</a></td>
|
||||
data-placement="top" data-toggle="popover" data-content="<img src='{$cbvid->get_category_thumb($category[list], 'collections')}' />" href="javascript:void(0)">View Thumb</a></td>
|
||||
|
||||
|
||||
<td> <input name="category_order_{$category[list].category_id}" type="text" id="order" style="border:1px solid #999; padding:2px; width:30px" value="{$category[list].category_order}" size="5" maxlength="5" /></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue