Ignore:
Timestamp:
03/06/07 15:21:00 (5 years ago)
Author:
anp
Message:

#167 débug zone de gauche de la preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Cms/chrome/content/scenaricms/widgets/contentview/contentview.xbl.xml

    r8585 r8889  
    228228                        <html:table anonid="table" style="width:100%; table-layout:fixed; empty-cells: show;" cellpadding="0" cellspacing="0" border="0"> 
    229229                                <html:tr anonid="treeBlockElement"> 
    230                                         <html:td anonid="treeBlockTitle"> 
    231                                                 <xbl:children includes="title"/> 
    232                                         </html:td> 
     230                                        <html:td anonid="treeBlockTitle" xbl:inherits="xbl:text=title"/> 
    233231                                        <html:td style="width:10px;"/> 
    234232                                        <html:td anonid="treeBlockContent"> 
     
    300298                                                vTdContent.style.paddingTop = ((vValueFactorSpaceBeforeBlock + 1) * cSpaceBeforeBlockElement)+"px"; 
    301299                                                vTdTitle.style.textIndent = (vTitleLevel * cIndentTitle)+"px"; 
    302                                                 vTdTitle.appendChild(document.createTextNode(this.getAttribute("title"))); 
    303300                                                vTdContent.style.paddingLeft = (vContentLevel * cIndentContent)+"px"; 
    304301                                                 
     
    393390                                                document.getAnonymousElementByAttribute(this,"anonid","after").style.display=""; 
    394391                                        } 
    395                                         //vTdTitle.appendChild(document.createTextNode("ee")); 
    396392                                }catch(e){ 
    397393                                        ut.debug("chrome://scenaricms/content/widgets/contentview/contentview.js : "+e); 
Note: See TracChangeset for help on using the changeset viewer.