[svn r18204] FS#2867 - FCKEditor, audio plugin: Making the "Autoplay" option in the dialog to be turned off by default.

skala
Ivan Tcholakov 16 years ago
parent c3c3d4ab74
commit 10ab04cad2
  1. 2
      main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html

@ -61,7 +61,7 @@ document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
</tr>
<tr>
<td>
<input type="checkbox" class="CheckBox" checked id="chkAutoplay">
<input type="checkbox" class="CheckBox" id="chkAutoplay">
<span fckLang="DlgAudioAutoplay">Autoplay</span>
</td>
</tr>

Loading…
Cancel
Save