Lines 296-301
Edit news item[% ELSE %]Add news item[% END %][% ELSE %]News[% END %]</div>
Link Here
|
296 |
[% INCLUDE 'str/tinymce_i18n.inc' %] |
296 |
[% INCLUDE 'str/tinymce_i18n.inc' %] |
297 |
<script> |
297 |
<script> |
298 |
tinyMCE.init({ |
298 |
tinyMCE.init({ |
|
|
299 |
verify_html: false, |
300 |
force_br_newlines : false, |
301 |
force_p_newlines : false, |
302 |
forced_root_block : '', |
299 |
branding : false, |
303 |
branding : false, |
300 |
content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css", |
304 |
content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css", |
301 |
menubar : "file edit view insert format tools table", |
305 |
menubar : "file edit view insert format tools table", |
302 |
- |
|
|