[svn r22374] FS#2867 - The online editor: Various visual fixes.

skala
Ivan Tcholakov 17 years ago
parent f83ec16f3e
commit d5afe17e92
  1. 13
      main/inc/lib/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
  2. 4
      main/inc/lib/fckeditor/editor/filemanager/browser/default/frmupload.html
  3. 2
      main/inc/lib/fckeditor/editor/plugins/audio/fck_audio.html

@ -102,7 +102,7 @@ window.onload = function()
FCKLang['UnknownErrorCreatingFolder'] = FCKLang['UnknownErrorCreatingFolder'] ? FCKLang['UnknownErrorCreatingFolder'] : 'Unknown error creating folder.' ; FCKLang['UnknownErrorCreatingFolder'] = FCKLang['UnknownErrorCreatingFolder'] ? FCKLang['UnknownErrorCreatingFolder'] : 'Unknown error creating folder.' ;
FCKLang['ErrorCreatingFolder'] = FCKLang['ErrorCreatingFolder'] ? FCKLang['ErrorCreatingFolder'] : 'Error creating folder. Error number: ' ; FCKLang['ErrorCreatingFolder'] = FCKLang['ErrorCreatingFolder'] ? FCKLang['ErrorCreatingFolder'] : 'Error creating folder. Error number: ' ;
document.getElementById('lblCreateFolder').innerHTML = FCKLang['CreateNewFolder'] ; document.getElementById('btnCreateFolder').value = FCKLang['CreateNewFolder'] ;
window.parent.IsLoadedCreateFolder = true ; window.parent.IsLoadedCreateFolder = true ;
} }
@ -112,15 +112,8 @@ window.onload = function()
<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0"> <table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr> <tr>
<td> <td>
<button type="add" style="width: 100%" onclick="CreateFolder();"> &nbsp;<br />
<table cellSpacing="0" cellPadding="0" border="0"> <input id="btnCreateFolder" type="button" style="width: 100%" onclick="javascript: CreateFolder();" value="Create New Folder"/>
<tr>
<td><img height="16" alt="" src="images/Folder.gif" width="16"></td>
<td>&nbsp;</td>
<td nowrap><span id="lblCreateFolder">Create New Folder</span></td>
</tr>
</table>
</button>
</td> </td>
</tr> </tr>
</table> </table>

@ -116,11 +116,11 @@ window.onload = function()
<table class="fullHeight" cellspacing="0" cellpadding="0" width="100%" border="0"> <table class="fullHeight" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr> <tr>
<td nowrap="nowrap"> <td nowrap="nowrap">
<span id="eUploadMessage">Upload a new file in this folder</span><br> <span id="eUploadMessage">Upload a new file in this folder</span><br />
<table cellspacing="0" cellpadding="0" width="100%" border="0"> <table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr> <tr>
<td width="100%"><input id="NewFile" name="NewFile" style="width: 100%" type="file"></td> <td width="100%"><input id="NewFile" name="NewFile" style="width: 100%" type="file"></td>
<td nowrap="nowrap">&nbsp;<input id="btnUpload" type="submit" value="Upload"></td> <td nowrap="nowrap">&nbsp;<input id="btnUpload" type="submit" value="Upload"/></td>
</tr> </tr>
</table> </table>
</td> </td>

@ -94,7 +94,7 @@ document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
<span fckLang="DlgLnkUpload">Upload</span><br /> <span fckLang="DlgLnkUpload">Upload</span><br />
<input id="txtUploadFile" style="width: 100%" type="file" size="40" name="NewFile" /><br /> <input id="txtUploadFile" style="width: 100%" type="file" size="40" name="NewFile" /><br />
<br /> <br />
<button id="btnUpload" type="submit" class="save" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />Send it to the Server</button> <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
<script type="text/javascript"> <script type="text/javascript">
document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ; document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
</script> </script>

Loading…
Cancel
Save