diff --git a/code/ThumbnailStripField.php b/code/ThumbnailStripField.php index 3c236e26..f575f384 100755 --- a/code/ThumbnailStripField.php +++ b/code/ThumbnailStripField.php @@ -111,11 +111,10 @@ class ThumbnailStripField extends FormField { // // //HTML; - $mceRoot = MCE_ROOT . $result .= << - spacer + spacer
$flashObject->Name
diff --git a/css/layout.css b/css/layout.css index c25c1622..6431fe82 100644 --- a/css/layout.css +++ b/css/layout.css @@ -506,13 +506,15 @@ iframe { outline: 3px solid #E9E9E9; } -#Form_EditorToolbarImageForm #Image img { +#Form_EditorToolbarImageForm #Image img, +#Form_EditorToolbarFlashForm #Flash img { border: 2px solid #e4e3e3; } #contentPanel div.Actions { margin: 2px 0 0 5px; } -#contentPanel #Image a.selectedImage img { +#contentPanel #Image a.selectedImage img, +#contentPanel #Flash a.selectedFlash img { border: 2px solid #222; } /* going to use this */ diff --git a/images/flash_large.jpg b/images/flash_large.jpg new file mode 100644 index 00000000..408477b8 Binary files /dev/null and b/images/flash_large.jpg differ diff --git a/images/flash_small.jpg b/images/flash_small.jpg new file mode 100644 index 00000000..5b1e73a7 Binary files /dev/null and b/images/flash_small.jpg differ