Show
Ignore:
Timestamp:
2008-06-12 19:42:08 (7 months ago)
Author:
fredck
Message:

Updated "latest" an "stable" branches with version 2.6.1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/releases/latest/editor/filemanager/browser/default/frmactualfolder.html

    r1828 r2067  
    2424<html> 
    2525        <head> 
     26                <title>Folder path</title> 
    2627                <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
    2728                <link href="browser.css" type="text/css" rel="stylesheet"> 
     
    4041                        break ; 
    4142                } 
    42                 catch( e ) {} 
     43                catch( e ) 
     44                { 
     45                        break ; 
     46                } 
    4347 
    4448                // Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ... 
     
    5963})() ; 
    6064 
    61 function OnResize() 
    62 { 
    63         divName.style.width = "1px" ; 
    64         divName.style.width = tdName.offsetWidth + "px" ; 
    65 } 
    66  
    6765function SetCurrentFolder( resourceType, folderPath ) 
    6866{ 
     
    7775                </script> 
    7876        </head> 
    79         <body bottomMargin="0" topMargin="0"> 
    80                 <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0"> 
     77        <body> 
     78                <table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0"> 
    8179                        <tr> 
    8280                                <td> 
     
    8886                                                                <td id="tdName" width="100%" nowrap class="ActualFolder">/</td> 
    8987                                                                <td>&nbsp;</td> 
    90                                                                 <td><img height="8" src="images/ButtonArrow.gif" width="12"></td> 
     88                                                                <td><img height="8" src="images/ButtonArrow.gif" width="12" alt=""></td> 
    9189                                                                <td>&nbsp;</td> 
    9290                                                        </tr>