modified..
This commit is contained in:
parent
eebed7a569
commit
d475938db7
1 changed files with 19 additions and 19 deletions
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div>
|
||||
<div class="row">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td class="alert-info">
|
||||
|
@ -107,16 +107,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="dropdown">
|
||||
<a class="btn btn-primary btn-sm dropdown-toggle pull-right" style="margin-top: 10px" data-toggle="dropdown" href="">Manage Thumbs <i class="caret"></i></a>
|
||||
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dropdownMenu" style="margin-top: 45px;">
|
||||
{if $data.embeded !=yes}
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="upload_thumbs.php?video={$data.videoid}&gen_more=true">Regenerate</a>{/if}
|
||||
</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="upload_thumbs.php?video={$data.videoid}">Manage</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
{assign var=vidthumbs value=get_thumb($data,1,TRUE,FALSE,TRUE,FALSE)}
|
||||
{foreach from=$vidthumbs item=vid_thumb}
|
||||
|
@ -133,8 +123,18 @@
|
|||
</li>
|
||||
</ul>
|
||||
{/foreach}
|
||||
<div class="dropdown">
|
||||
<a class="btn btn-primary btn-sm dropdown-toggle pull-right" style="margin-top: 10px" data-toggle="dropdown" href="">Manage Thumbs <i class="caret"></i></a>
|
||||
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dropdownMenu" style="margin-top: 45px;">
|
||||
{if $data.embeded !=yes}
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="upload_thumbs.php?video={$data.videoid}&gen_more=true">Regenerate</a>{/if}
|
||||
</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="upload_thumbs.php?video={$data.videoid}">Manage</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="table">
|
||||
|
|
Loading…
Add table
Reference in a new issue