Changeset 2067 for FCKeditor/releases/latest/editor/filemanager/browser/default/frmactualfolder.html
- Timestamp:
- 2008-06-12 19:42:08 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/releases/latest/editor/filemanager/browser/default/frmactualfolder.html
r1828 r2067 24 24 <html> 25 25 <head> 26 <title>Folder path</title> 26 27 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 27 28 <link href="browser.css" type="text/css" rel="stylesheet"> … … 40 41 break ; 41 42 } 42 catch( e ) {} 43 catch( e ) 44 { 45 break ; 46 } 43 47 44 48 // Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ... … … 59 63 })() ; 60 64 61 function OnResize()62 {63 divName.style.width = "1px" ;64 divName.style.width = tdName.offsetWidth + "px" ;65 }66 67 65 function SetCurrentFolder( resourceType, folderPath ) 68 66 { … … 77 75 </script> 78 76 </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"> 81 79 <tr> 82 80 <td> … … 88 86 <td id="tdName" width="100%" nowrap class="ActualFolder">/</td> 89 87 <td> </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> 91 89 <td> </td> 92 90 </tr>