first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<div id="main_text">
|
||||
<div class="container">
|
||||
<div class="tinymce_html clearfix">
|
||||
{$content}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
jQuery(function($) {
|
||||
$('.tinymce_html table').wrap('<div class="tableScroll"></div>');
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
{/literal}
|
||||
Reference in New Issue
Block a user