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>
|
</div>
|
||||||
<!-- Add Artist's anchor here -->
|
<!-- Add Artist's anchor here -->
|
||||||
{ANCHOR place="after_video_edit" data=$data.videoid}
|
{ANCHOR place="after_video_edit" data=$data.videoid}
|
||||||
</br>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="widget-body">
|
<div class="widget-body">
|
||||||
<div class="widget-main">
|
<div class="widget-main">
|
||||||
|
@ -531,7 +529,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
<div class="body clearfix">
|
<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">
|
<!-- <a href="#" class="btn btn-minier btn-info">
|
||||||
<i class="icon-only icon-share-alt"></i>
|
<i class="icon-only icon-share-alt"></i>
|
||||||
</a> -->
|
</a> -->
|
||||||
|
@ -561,9 +559,6 @@
|
||||||
|
|
||||||
</div><!-- /widget-main -->
|
</div><!-- /widget-main -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
|
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
@ -574,7 +569,5 @@
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Add table
Reference in a new issue