[svn r22531] FS#2867 - The online editor: Hiding from the simple file manager listing some system files (.editor_*.jpeg) that are produced by the Image Editor. Increasing the font-size of the "Insert special character" dialog.

skala
Ivan Tcholakov 17 years ago
parent 46e525646b
commit 3d138eea6d
  1. 2
      main/inc/lib/fckeditor/editor/dialog/fck_specialchar.html
  2. 1
      main/inc/lib/fckeditor/editor/filemanager/connectors/php/commands.php

@ -77,7 +77,7 @@ function setDefaults()
</script>
<style type="text/css">
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 13px; }
</style>
</head>

@ -94,6 +94,7 @@ function GetFoldersAndFiles( $resourceType, $currentFolder )
&& ( $in_group || ( !$in_group && strpos( $sFile, '_groupdocs' ) === false ) )
&& (!$in_shared_folder || ($in_shared_folder && (!$is_dir || ($is_dir && $sFile == $user_id))))
&& $sFile != '.thumbs'
&& strpos( $sFile, '.editor_' ) === false
&& $sFile != '.svn' )
{
if ( $is_dir )

Loading…
Cancel
Save