Show
Ignore:
Timestamp:
2008-05-10 19:09:39 (8 months ago)
Author:
alfonsoml
Message:

Fix #2184, several HTML warnings in the File Browser

Files:
1 modified

Legend:

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

    r1791 r1985  
    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"> 
     
    5960})() ; 
    6061 
    61 function OnResize() 
    62 { 
    63         divName.style.width = "1px" ; 
    64         divName.style.width = tdName.offsetWidth + "px" ; 
    65 } 
    66  
    6762function SetCurrentFolder( resourceType, folderPath ) 
    6863{ 
     
    7772                </script> 
    7873        </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"> 
    8176                        <tr> 
    8277                                <td> 
     
    8883                                                                <td id="tdName" width="100%" nowrap class="ActualFolder">/</td> 
    8984                                                                <td>&nbsp;</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> 
    9186                                                                <td>&nbsp;</td> 
    9287                                                        </tr>