Clean up insert flash pane

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44496 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-11-08 02:08:50 +00:00
parent 4921e0380a
commit 86c7247621
4 changed files with 5 additions and 4 deletions

View File

@ -111,11 +111,10 @@ class ThumbnailStripField extends FormField {
// </object>
//</a>
//HTML;
$mceRoot = MCE_ROOT .
$result .= <<<HTML
<li>
<a href="$flashObject->URL">
<img src="{$mceRoot}themes/advanced/images/spacer_flash.jpg" alt="spacer" width="$width" height="$height" />
<img src="cms/images/flash_small.jpg" alt="spacer" />
<br />
$flashObject->Name
</a>

View File

@ -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 */

BIN
images/flash_large.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
images/flash_small.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B