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,17 +0,0 @@
1
-#id, #name, #hspace, #vspace, #class_name, #align { width: 100px }
2
-#hspace, #vspace { width: 50px }
3
-#flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { width: 100px }
4
-#flash_base, #flash_flashvars, #html5_altsource1, #html5_altsource2, #html5_poster { width: 240px }
5
-#width, #height { width: 40px }
6
-#src, #media_type { width: 250px }
7
-#class { width: 120px }
8
-#prev { margin: 0; border: 1px solid black; width: 380px; height: 260px; overflow: auto }
9
-.panel_wrapper div.current { height: 420px; overflow: auto }
10
-#flash_options, #shockwave_options, #qt_options, #wmp_options, #rmp_options { display: none }
11
-.mceAddSelectValue { background-color: #DDDDDD }
12
-#qt_starttime, #qt_endtime, #qt_fov, #qt_href, #qt_moveid, #qt_moviename, #qt_node, #qt_pan, #qt_qtsrc, #qt_qtsrcchokespeed, #qt_target, #qt_tilt, #qt_urlsubstituten, #qt_volume { width: 70px }
13
-#wmp_balance, #wmp_baseurl, #wmp_captioningid, #wmp_currentmarker, #wmp_currentposition, #wmp_defaultframe, #wmp_playcount, #wmp_rate, #wmp_uimode, #wmp_volume { width: 70px }
14
-#rmp_console, #rmp_numloop, #rmp_controls, #rmp_scriptcallbacks { width: 70px }
15
-#shockwave_swvolume, #shockwave_swframe, #shockwave_swurl, #shockwave_swstretchvalign, #shockwave_swstretchhalign, #shockwave_swstretchstyle { width: 90px }
16
-#qt_qtsrc { width: 200px }
17
-iframe {border: 1px solid gray}
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,16 +1,17 @@
1
-#id, #name, #hspace, #vspace, #class_name, #align {	width: 100px }
2
-#hspace, #vspace { width: 50px }
3
-#flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { width: 100px }
4
-#flash_base, #flash_flashvars { width: 240px }
5
-#width, #height { width: 40px }
6
-#src, #media_type { width: 250px }
7
-#class { width: 120px }
8
-#prev { margin: 0; border: 1px solid black; width: 380px; height: 230px; overflow: auto }
9
-.panel_wrapper div.current { height: 390px; overflow: auto }
10
-#flash_options, #shockwave_options, #qt_options, #wmp_options, #rmp_options { display: none }
11
-.mceAddSelectValue { background-color: #DDDDDD }
12
-#qt_starttime, #qt_endtime, #qt_fov, #qt_href, #qt_moveid, #qt_moviename, #qt_node, #qt_pan, #qt_qtsrc, #qt_qtsrcchokespeed, #qt_target, #qt_tilt, #qt_urlsubstituten, #qt_volume { width: 70px }
13
-#wmp_balance, #wmp_baseurl, #wmp_captioningid, #wmp_currentmarker, #wmp_currentposition, #wmp_defaultframe, #wmp_playcount, #wmp_rate, #wmp_uimode, #wmp_volume { width: 70px }
14
-#rmp_console, #rmp_numloop, #rmp_controls, #rmp_scriptcallbacks { width: 70px }
15
-#shockwave_swvolume, #shockwave_swframe, #shockwave_swurl, #shockwave_swstretchvalign, #shockwave_swstretchhalign, #shockwave_swstretchstyle { width: 90px }
16
-#qt_qtsrc { width: 200px }
1
+#id, #name, #hspace, #vspace, #class_name, #align { width: 100px }
2
+#hspace, #vspace { width: 50px }
3
+#flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { width: 100px }
4
+#flash_base, #flash_flashvars, #html5_altsource1, #html5_altsource2, #html5_poster { width: 240px }
5
+#width, #height { width: 40px }
6
+#src, #media_type { width: 250px }
7
+#class { width: 120px }
8
+#prev { margin: 0; border: 1px solid black; width: 380px; height: 260px; overflow: auto }
9
+.panel_wrapper div.current { height: 420px; overflow: auto }
10
+#flash_options, #shockwave_options, #qt_options, #wmp_options, #rmp_options { display: none }
11
+.mceAddSelectValue { background-color: #DDDDDD }
12
+#qt_starttime, #qt_endtime, #qt_fov, #qt_href, #qt_moveid, #qt_moviename, #qt_node, #qt_pan, #qt_qtsrc, #qt_qtsrcchokespeed, #qt_target, #qt_tilt, #qt_urlsubstituten, #qt_volume { width: 70px }
13
+#wmp_balance, #wmp_baseurl, #wmp_captioningid, #wmp_currentmarker, #wmp_currentposition, #wmp_defaultframe, #wmp_playcount, #wmp_rate, #wmp_uimode, #wmp_volume { width: 70px }
14
+#rmp_console, #rmp_numloop, #rmp_controls, #rmp_scriptcallbacks { width: 70px }
15
+#shockwave_swvolume, #shockwave_swframe, #shockwave_swurl, #shockwave_swstretchvalign, #shockwave_swstretchhalign, #shockwave_swstretchstyle { width: 90px }
16
+#qt_qtsrc { width: 200px }
17
+iframe {border: 1px solid gray}
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,16 @@
1
+#id, #name, #hspace, #vspace, #class_name, #align {	width: 100px }
2
+#hspace, #vspace { width: 50px }
3
+#flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { width: 100px }
4
+#flash_base, #flash_flashvars { width: 240px }
5
+#width, #height { width: 40px }
6
+#src, #media_type { width: 250px }
7
+#class { width: 120px }
8
+#prev { margin: 0; border: 1px solid black; width: 380px; height: 230px; overflow: auto }
9
+.panel_wrapper div.current { height: 390px; overflow: auto }
10
+#flash_options, #shockwave_options, #qt_options, #wmp_options, #rmp_options { display: none }
11
+.mceAddSelectValue { background-color: #DDDDDD }
12
+#qt_starttime, #qt_endtime, #qt_fov, #qt_href, #qt_moveid, #qt_moviename, #qt_node, #qt_pan, #qt_qtsrc, #qt_qtsrcchokespeed, #qt_target, #qt_tilt, #qt_urlsubstituten, #qt_volume { width: 70px }
13
+#wmp_balance, #wmp_baseurl, #wmp_captioningid, #wmp_currentmarker, #wmp_currentposition, #wmp_defaultframe, #wmp_playcount, #wmp_rate, #wmp_uimode, #wmp_volume { width: 70px }
14
+#rmp_console, #rmp_numloop, #rmp_controls, #rmp_scriptcallbacks { width: 70px }
15
+#shockwave_swvolume, #shockwave_swframe, #shockwave_swurl, #shockwave_swstretchvalign, #shockwave_swstretchhalign, #shockwave_swstretchstyle { width: 90px }
16
+#qt_qtsrc { width: 200px }