mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Changed references from "Image" to "FolderImages"
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@79168 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5daa1033d9
commit
09128f09b2
@ -601,7 +601,7 @@ iframe {
|
|||||||
#contentPanel input#Form_EditorToolbarFlashForm_Height {
|
#contentPanel input#Form_EditorToolbarFlashForm_Height {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
#Form_EditorToolbarImageForm #Image,
|
#Form_EditorToolbarImageForm #FolderImages,
|
||||||
#Form_EditorToolbarFlashForm #Flash {
|
#Form_EditorToolbarFlashForm #Flash {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
@ -640,7 +640,7 @@ iframe {
|
|||||||
outline: 3px solid #E9E9E9;
|
outline: 3px solid #E9E9E9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Form_EditorToolbarImageForm #Image img,
|
#Form_EditorToolbarImageForm #FolderImages img,
|
||||||
#Form_EditorToolbarFlashForm #Flash img {
|
#Form_EditorToolbarFlashForm #Flash img {
|
||||||
border: 2px solid #e4e3e3;
|
border: 2px solid #e4e3e3;
|
||||||
}
|
}
|
||||||
@ -648,7 +648,7 @@ iframe {
|
|||||||
margin: 2px 5px 0 0;
|
margin: 2px 5px 0 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
#contentPanel #Image a.selectedImage img,
|
#contentPanel #FolderImages a.selectedImage img,
|
||||||
#contentPanel #Flash a.selectedFlash img {
|
#contentPanel #Flash a.selectedFlash img {
|
||||||
border: 2px solid #222;
|
border: 2px solid #222;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ThumbnailStripField = Class.create();
|
ThumbnailStripField = Class.create();
|
||||||
// We do this instead of div.thumbnailstrip for efficiency. It means that ThumbnailStripField can only be used in the
|
// We do this instead of div.thumbnailstrip for efficiency. It means that ThumbnailStripField can only be used in the
|
||||||
// CMS toolbar
|
// CMS toolbar
|
||||||
ThumbnailStripField.applyTo('#Image');
|
ThumbnailStripField.applyTo('#FolderImages');
|
||||||
ThumbnailStripField.applyTo('#Flash');
|
ThumbnailStripField.applyTo('#Flash');
|
||||||
ThumbnailStripField.prototype = {
|
ThumbnailStripField.prototype = {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user