edit video issue fixed in myaccount and channel default cover changed
This commit is contained in:
parent
d20442e05a
commit
f8cc01360f
3 changed files with 8 additions and 9 deletions
|
@ -7,8 +7,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<a class="manageVid_thumb" href="edit_video.php?video={$video.videoid}">
|
<a class="manageVid_thumb" href="{$baseurl}/edit_video.php?vid={$video.videoid}">
|
||||||
<img src="{getThumb vdetails=$video}" class="img-responsive" width="130" height="80" id="thumbs_{$video.videoid}" class="vthumb" title=""/>
|
<img src="{getThumb vdetails=$video}" class="img-responsive" width="130" height="80" id="thumbs_{$video.videoid}" class="vthumb" title="">
|
||||||
<span class="duration">({if
|
<span class="duration">({if
|
||||||
$video.duration>1}{$video.duration|SetTime}{else}00:00{/if})</span>
|
$video.duration>1}{$video.duration|SetTime}{else}00:00{/if})</span>
|
||||||
</a>
|
</a>
|
||||||
|
@ -30,16 +30,15 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{*<td>
|
<td>
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
{if $video.broadcast=='public'}
|
{if $video.broadcast=='public'}
|
||||||
<div class="col-md-1"><i class="icon-globe"></i></div>
|
<div class="col-md-1"><i class="fa fa-globe"></i></div>
|
||||||
{elseif $video.broadcast!='public'}
|
{elseif $video.broadcast!='public'}
|
||||||
<div class="col-md-1"><i class="icon-lock"></i></div>
|
<div class="col-md-1"><i class="fa fa-lock"></i></div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<a href="view_user.php?uid={$video.userid}">{$video.username}</a>
|
</td>
|
||||||
</td>*}
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<div class="dropdown text-center">
|
<div class="dropdown text-center">
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
<a class="video-link" href="{videoLink($video)}" title="{$video.title|title}">
|
<a class="video-link" href="{videoLink($video)}" title="{$video.title|title}">
|
||||||
<img class="img-responsive" src="{getThumb vdetails=$video size=416x260 }">
|
<img class="img-responsive" src="{getThumb vdetails=$video size=416x260 }">
|
||||||
</a>
|
</a>
|
||||||
<img src="{$theme}/images/thumb-ratio.png" class="thumb-ratio" alt="">
|
<img src="{$theme}/images/thumb-ratio.png" class="thumb-ratio" alt="{$video.broadcast}">
|
||||||
|
|
||||||
{ANCHOR place='in_video_thumb' data=$video}
|
{ANCHOR place='in_video_thumb' data=$video}
|
||||||
<button data-quick="quick-{$video.videoid}"
|
<button data-quick="quick-{$video.videoid}"
|
||||||
class="icon-plus cb_quickie cb-btn-quick-{$video.videoid} {if in_array($video.videoid, $qlist_vids)}icon-tick{/if}" vtitle="{$video.title}" v-id="{$video.videoid}" vlink="{videoLink($video)}" vthumb="{getThumb vdetails=$video size=600x338 }" vduration="{$video.duration|SetTime}" title="Add {$video.title} to Quicklist">
|
class="icon-plus cb_quickie cb-btn-quick-{$video.videoid} {if in_array($video.videoid, $qlist_vids)}icon-tick{/if}" vtitle="{$video.title}" v-id="{$video.videoid}" vlink="{videoLink($video)}" vthumb="{getThumb vdetails=$video size=600x338 }" vduration="{$video.duration|SetTime}" title="Add {$video.title} to Quicklist">
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 83 KiB |
Loading…
Add table
Reference in a new issue