Bug #2867 - The online editor: Minor logical and visual fixes for Image manager plugin.

skala
Ivan Tcholakov 16 years ago
parent 79849039e1
commit 45e7afcefb
  1. BIN
      main/inc/lib/fckeditor/editor/plugins/ImageManager/assets/images/button_refresh.gif
  2. 4
      main/inc/lib/fckeditor/editor/plugins/ImageManager/assets/manager.js

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 924 B

@ -126,6 +126,10 @@
if (id == "f_url")
{
str = el.value.toString().Trim();
if ( !str )
{
return ; // No image has been selected, do nothing.
}
if ( str.indexOf('://') < 0 )
{
if ( !isSemiAbsoluteUrl( str ) ) // A semi-absolute URL could be entered manually.

Loading…
Cancel
Save