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,47 +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.accessibility_help}</title>
5
-		<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
-		<script type="text/javascript">tinyMCEPopup.requireLangPack();</script>
7
-	</head>
8
-	<body id="content">
9
-		<h1>{#advanced_dlg.accessibility_usage_title}</h1>
10
-		<h2>Toolbars</h2>
11
-		<p>Press ALT-F10 to move focus to the toolbars. Navigate through the buttons using the arrow keys.
12
-		Press enter to activate a button and return focus to the editor.
13
-		Press escape to return focus to the editor without performing any actions.</p>
14
-		
15
-		<h2>Status Bar</h2>
16
-		<p>To access the editor status bar, press ALT-F11. Use the left and right arrow keys to navigate between elements in the path.
17
-		Press enter or space to select an element. Press escape to return focus to the editor without changing the selection.</p>
18
-		
19
-		<h2>Context Menu</h2>
20
-		<p>Press shift-F10 to activate the context menu. Use the up and down arrow keys to move between menu items. To open sub-menus press the right arrow key.
21
-		To close submenus press the left arrow key.  Press escape to close the context menu.</p>
22
-		
23
-		<h1>Keyboard Shortcuts</h1>
24
-		<table>
25
-			<thead>
26
-				<tr>
27
-					<th>Keystroke</th>
28
-					<th>Function</th>
29
-				</tr>
30
-			</thead>
31
-			<tbody>
32
-				<tr>
33
-					<td>Control-B</td><td>Bold</td>
34
-				</tr>
35
-				<tr>
36
-					<td>Control-I</td><td>Italic</td>
37
-				</tr>
38
-				<tr>
39
-					<td>Control-Z</td><td>Undo</td>
40
-				</tr>
41
-				<tr>
42
-					<td>Control-Y</td><td>Redo</td>
43
-				</tr>
44
-			</tbody>
45
-		</table>
46
-	</body>
47
-</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 1
new file mode 100644
... ...
@@ -0,0 +1,47 @@
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.accessibility_help}</title>
5
+		<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+		<script type="text/javascript">tinyMCEPopup.requireLangPack();</script>
7
+	</head>
8
+	<body id="content">
9
+		<h1>{#advanced_dlg.accessibility_usage_title}</h1>
10
+		<h2>Toolbars</h2>
11
+		<p>Press ALT-F10 to move focus to the toolbars. Navigate through the buttons using the arrow keys.
12
+		Press enter to activate a button and return focus to the editor.
13
+		Press escape to return focus to the editor without performing any actions.</p>
14
+		
15
+		<h2>Status Bar</h2>
16
+		<p>To access the editor status bar, press ALT-F11. Use the left and right arrow keys to navigate between elements in the path.
17
+		Press enter or space to select an element. Press escape to return focus to the editor without changing the selection.</p>
18
+		
19
+		<h2>Context Menu</h2>
20
+		<p>Press shift-F10 to activate the context menu. Use the up and down arrow keys to move between menu items. To open sub-menus press the right arrow key.
21
+		To close submenus press the left arrow key.  Press escape to close the context menu.</p>
22
+		
23
+		<h1>Keyboard Shortcuts</h1>
24
+		<table>
25
+			<thead>
26
+				<tr>
27
+					<th>Keystroke</th>
28
+					<th>Function</th>
29
+				</tr>
30
+			</thead>
31
+			<tbody>
32
+				<tr>
33
+					<td>Control-B</td><td>Bold</td>
34
+				</tr>
35
+				<tr>
36
+					<td>Control-I</td><td>Italic</td>
37
+				</tr>
38
+				<tr>
39
+					<td>Control-Z</td><td>Undo</td>
40
+				</tr>
41
+				<tr>
42
+					<td>Control-Y</td><td>Redo</td>
43
+				</tr>
44
+			</tbody>
45
+		</table>
46
+	</body>
47
+</html>