- Timestamp:
- 2008-05-10 19:09:39 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/browser/default/frmactualfolder.html
r1791 r1985 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"> … … 59 60 })() ; 60 61 61 function OnResize()62 {63 divName.style.width = "1px" ;64 divName.style.width = tdName.offsetWidth + "px" ;65 }66 67 62 function SetCurrentFolder( resourceType, folderPath ) 68 63 { … … 77 72 </script> 78 73 </head> 79 <body bottomMargin="0" topMargin="0">80 <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">74 <body> 75 <table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0"> 81 76 <tr> 82 77 <td> … … 88 83 <td id="tdName" width="100%" nowrap class="ActualFolder">/</td> 89 84 <td> </td> 90 <td><img height="8" src="images/ButtonArrow.gif" width="12" ></td>85 <td><img height="8" src="images/ButtonArrow.gif" width="12" alt=""></td> 91 86 <td> </td> 92 87 </tr>