issue 2033 fixed. HTML DTD choosing option is removed. Support only HTML5.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11012 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-08-09 07:36:25 +00:00
parent e62403ab10
commit b041550c53
126 changed files with 240 additions and 281 deletions

View file

@ -401,7 +401,7 @@
<!--@if($allow_fileupload)-->
<!--%import("js/uploader.js",optimized=false)-->
<!--%import("../../tpl/js/swfupload.js",optimized=false)-->
<script type="text/javascript">//<![CDATA[
<script>//<![CDATA[
uploaderSettings=
{
"editorSequence" : {$editor_sequence},
@ -613,7 +613,7 @@
</ul>
<!-- JS for Prototype -->
<script type="text/javascript">
<script>
//<![CDATA[
jQuery(function($){
$('.wToolbar button').slice(0,9).append('<span class="nx"></span>');
@ -658,9 +658,8 @@
<!-- /에디터 -->
<!-- 에디터 활성화 -->
<script type="text/javascript">//<![CDATA[
<script>//<![CDATA[
var editor_path = "{$editor_path}";
var auto_saved_msg = "{$lang->msg_auto_saved}";
var delete_dr_confirm_msg = "{$lang->edit->msg_dr_delete_confirm}";
var no_selected_object_msg = "{$lang->edit->msg_no_selected_object}";