Fix admin edit video comment div
This commit is contained in:
parent
7907a95cc5
commit
d1a0852d37
1 changed files with 3 additions and 10 deletions
|
@ -515,8 +515,6 @@
|
|||
</div>
|
||||
<!-- Add Artist's anchor here -->
|
||||
{ANCHOR place="after_video_edit" data=$data.videoid}
|
||||
</br>
|
||||
</div>
|
||||
|
||||
<div class="widget-body">
|
||||
<div class="widget-main">
|
||||
|
@ -531,7 +529,7 @@
|
|||
</div>
|
||||
{/foreach}
|
||||
<div class="body clearfix">
|
||||
<div class="col-md-3" style="float:right">
|
||||
<div class="col-md-3" style="float:right;">
|
||||
<!-- <a href="#" class="btn btn-minier btn-info">
|
||||
<i class="icon-only icon-share-alt"></i>
|
||||
</a> -->
|
||||
|
@ -560,9 +558,6 @@
|
|||
</div>
|
||||
|
||||
</div><!-- /widget-main -->
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
|
||||
<script>
|
||||
|
@ -574,7 +569,5 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue