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>
|
||||
<td>
|
||||
<div class="col-md-3">
|
||||
<a class="manageVid_thumb" href="edit_video.php?video={$video.videoid}">
|
||||
<img src="{getThumb vdetails=$video}" class="img-responsive" width="130" height="80" id="thumbs_{$video.videoid}" class="vthumb" title=""/>
|
||||
<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="">
|
||||
<span class="duration">({if
|
||||
$video.duration>1}{$video.duration|SetTime}{else}00:00{/if})</span>
|
||||
</a>
|
||||
|
@ -30,16 +30,15 @@
|
|||
</div>
|
||||
</td>
|
||||
|
||||
{*<td>
|
||||
<td>
|
||||
<div class="clearfix">
|
||||
{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'}
|
||||
<div class="col-md-1"><i class="icon-lock"></i></div>
|
||||
<div class="col-md-1"><i class="fa fa-lock"></i></div>
|
||||
{/if}
|
||||
</div>
|
||||
<a href="view_user.php?uid={$video.userid}">{$video.username}</a>
|
||||
</td>*}
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<div class="dropdown text-center">
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<a class="video-link" href="{videoLink($video)}" title="{$video.title|title}">
|
||||
<img class="img-responsive" src="{getThumb vdetails=$video size=416x260 }">
|
||||
</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}
|
||||
<button data-quick="quick-{$video.videoid}"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 83 KiB |
Loading…
Add table
Reference in a new issue