modified : tinymce removed
This commit is contained in:
parent
ae65e90105
commit
8f6d6a0f67
2 changed files with 3 additions and 3 deletions
|
@ -568,7 +568,7 @@
|
|||
dateFormat:"yy-mm-dd"
|
||||
});
|
||||
|
||||
tinymce.init({
|
||||
/*tinymce.init({
|
||||
selector: "textarea[name='description']",
|
||||
plugins : "table",
|
||||
|
||||
|
@ -579,7 +579,7 @@
|
|||
tinymce.triggerSave();
|
||||
});
|
||||
}
|
||||
});
|
||||
});*/
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<div class="col-md-10">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<img src="{getThumb vdetails=$video}" width="130" height="80" id="thumbs_{$video.videoid}" title=""/>
|
||||
<img src="{getThumb vdetails=$video size=168x105}" width="130" height="80" id="thumbs_{$video.videoid}" title=""/>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<a href="edit_video.php?video={$video.videoid}">
|
||||
|
|
Loading…
Add table
Reference in a new issue