Browse code

Re-add TinyMCE 2.0.1 to the site settings list - TinyMCE directoy names changed - installer submission settings layout dirty fix

Clarissa Walker authored on 2026/07/27 11:20:38
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,55 +0,0 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
-<html xmlns="http://www.w3.org/1999/xhtml">
3
-<head>
4
-	<title>{#advanced_dlg.charmap_title}</title>
5
-	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
-	<script type="text/javascript" src="js/charmap.js"></script>
7
-</head>
8
-<body id="charmap" style="display:none" role="application">
9
-<table align="center" border="0" cellspacing="0" cellpadding="2" role="presentation">
10
-	<tr>
11
-		<td colspan="2" class="title" ><label for="charmapView" id="charmap_label">{#advanced_dlg.charmap_title}</label></td>
12
-	</tr>
13
-	<tr>
14
-		<td id="charmapView" rowspan="2" align="left" valign="top">
15
-			<!-- Chars will be rendered here -->
16
-		</td>
17
-		<td width="100" align="center" valign="top">
18
-			<table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px" role="presentation">
19
-				<tr>
20
-					<td id="codeV">&nbsp;</td>
21
-				</tr>
22
-				<tr>
23
-					<td id="codeN">&nbsp;</td>
24
-				</tr>
25
-			</table>
26
-		</td>
27
-	</tr>
28
-	<tr>
29
-		<td valign="bottom" style="padding-bottom: 3px;">
30
-			<table width="100" align="center" border="0" cellpadding="2" cellspacing="0" role="presentation">
31
-				<tr>
32
-					<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeA">HTML-Code</label></td>
33
-				</tr>
34
-				<tr>
35
-					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
36
-				</tr>
37
-				<tr>
38
-					<td style="font-size: 1px;">&nbsp;</td>
39
-				</tr>
40
-				<tr>
41
-					<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeB">NUM-Code</label></td>
42
-				</tr>
43
-				<tr>
44
-					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
45
-				</tr>
46
-			</table>
47
-		</td>
48
-	</tr>
49
-	<tr>
50
-		<td colspan="2" id="charmap_usage">{#advanced_dlg.charmap_usage}</td>
51
-	</tr>
52
-	
53
-</table>
54
-</body>
55
-</html>
Browse code

Actually use TinyMCE 3.4.8 for TinyMCE3 option instead of original 2.0.1; that version is moved to 'tinymce2' directory

Clarissa Walker authored on 2026/07/27 09:02:31
Showing 1 changed files
... ...
@@ -1,54 +1,55 @@
1
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
-<html xmlns="http://www.w3.org/1999/xhtml">
3
-<head>
4
-	<title>{#advanced_dlg.charmap_title}</title>
5
-	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6
-	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
7
-	<script type="text/javascript" src="js/charmap.js"></script>
8
-	<base target="_self" />
9
-</head>
10
-<body id="charmap" style="display:none">
11
-<table align="center" border="0" cellspacing="0" cellpadding="2">
12
-    <tr>
13
-        <td colspan="2" class="title">{#advanced_dlg.charmap_title}</td>
14
-    </tr>
15
-    <tr>
16
-        <td id="charmapView" rowspan="2" align="left" valign="top">
17
-			<!-- Chars will be rendered here -->
18
-        </td>
19
-        <td width="100" align="center" valign="top">
20
-            <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px">
21
-                <tr>
22
-                    <td id="codeV">&nbsp;</td>
23
-                </tr>
24
-                <tr>
25
-                    <td id="codeN">&nbsp;</td>
26
-                </tr>
27
-            </table>
28
-        </td>
29
-    </tr>
30
-    <tr>
31
-        <td valign="bottom" style="padding-bottom: 3px;">
32
-            <table width="100" align="center" border="0" cellpadding="2" cellspacing="0">
33
-                <tr>
34
-                    <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">HTML-Code</td>
35
-                </tr>
36
-                <tr>
37
-                    <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
38
-                </tr>
39
-                <tr>
40
-                    <td style="font-size: 1px;">&nbsp;</td>
41
-                </tr>
42
-                <tr>
43
-                    <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">NUM-Code</td>
44
-                </tr>
45
-                <tr>
46
-                    <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
47
-                </tr>
48
-            </table>
49
-        </td>
50
-    </tr>
51
-</table>
52
-
53
-</body>
54
-</html>
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+	<title>{#advanced_dlg.charmap_title}</title>
5
+	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+	<script type="text/javascript" src="js/charmap.js"></script>
7
+</head>
8
+<body id="charmap" style="display:none" role="application">
9
+<table align="center" border="0" cellspacing="0" cellpadding="2" role="presentation">
10
+	<tr>
11
+		<td colspan="2" class="title" ><label for="charmapView" id="charmap_label">{#advanced_dlg.charmap_title}</label></td>
12
+	</tr>
13
+	<tr>
14
+		<td id="charmapView" rowspan="2" align="left" valign="top">
15
+			<!-- Chars will be rendered here -->
16
+		</td>
17
+		<td width="100" align="center" valign="top">
18
+			<table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px" role="presentation">
19
+				<tr>
20
+					<td id="codeV">&nbsp;</td>
21
+				</tr>
22
+				<tr>
23
+					<td id="codeN">&nbsp;</td>
24
+				</tr>
25
+			</table>
26
+		</td>
27
+	</tr>
28
+	<tr>
29
+		<td valign="bottom" style="padding-bottom: 3px;">
30
+			<table width="100" align="center" border="0" cellpadding="2" cellspacing="0" role="presentation">
31
+				<tr>
32
+					<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeA">HTML-Code</label></td>
33
+				</tr>
34
+				<tr>
35
+					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
36
+				</tr>
37
+				<tr>
38
+					<td style="font-size: 1px;">&nbsp;</td>
39
+				</tr>
40
+				<tr>
41
+					<td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeB">NUM-Code</label></td>
42
+				</tr>
43
+				<tr>
44
+					<td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
45
+				</tr>
46
+			</table>
47
+		</td>
48
+	</tr>
49
+	<tr>
50
+		<td colspan="2" id="charmap_usage">{#advanced_dlg.charmap_usage}</td>
51
+	</tr>
52
+	
53
+</table>
54
+</body>
55
+</html>
Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,54 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+<html xmlns="http://www.w3.org/1999/xhtml">
3
+<head>
4
+	<title>{#advanced_dlg.charmap_title}</title>
5
+	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6
+	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
7
+	<script type="text/javascript" src="js/charmap.js"></script>
8
+	<base target="_self" />
9
+</head>
10
+<body id="charmap" style="display:none">
11
+<table align="center" border="0" cellspacing="0" cellpadding="2">
12
+    <tr>
13
+        <td colspan="2" class="title">{#advanced_dlg.charmap_title}</td>
14
+    </tr>
15
+    <tr>
16
+        <td id="charmapView" rowspan="2" align="left" valign="top">
17
+			<!-- Chars will be rendered here -->
18
+        </td>
19
+        <td width="100" align="center" valign="top">
20
+            <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px">
21
+                <tr>
22
+                    <td id="codeV">&nbsp;</td>
23
+                </tr>
24
+                <tr>
25
+                    <td id="codeN">&nbsp;</td>
26
+                </tr>
27
+            </table>
28
+        </td>
29
+    </tr>
30
+    <tr>
31
+        <td valign="bottom" style="padding-bottom: 3px;">
32
+            <table width="100" align="center" border="0" cellpadding="2" cellspacing="0">
33
+                <tr>
34
+                    <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">HTML-Code</td>
35
+                </tr>
36
+                <tr>
37
+                    <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
38
+                </tr>
39
+                <tr>
40
+                    <td style="font-size: 1px;">&nbsp;</td>
41
+                </tr>
42
+                <tr>
43
+                    <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">NUM-Code</td>
44
+                </tr>
45
+                <tr>
46
+                    <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
47
+                </tr>
48
+            </table>
49
+        </td>
50
+    </tr>
51
+</table>
52
+
53
+</body>
54
+</html>