- Timestamp:
- 03/06/07 15:21:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Cms/chrome/content/scenaricms/widgets/contentview/contentview.xbl.xml
r8585 r8889 228 228 <html:table anonid="table" style="width:100%; table-layout:fixed; empty-cells: show;" cellpadding="0" cellspacing="0" border="0"> 229 229 <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"/> 233 231 <html:td style="width:10px;"/> 234 232 <html:td anonid="treeBlockContent"> … … 300 298 vTdContent.style.paddingTop = ((vValueFactorSpaceBeforeBlock + 1) * cSpaceBeforeBlockElement)+"px"; 301 299 vTdTitle.style.textIndent = (vTitleLevel * cIndentTitle)+"px"; 302 vTdTitle.appendChild(document.createTextNode(this.getAttribute("title")));303 300 vTdContent.style.paddingLeft = (vContentLevel * cIndentContent)+"px"; 304 301 … … 393 390 document.getAnonymousElementByAttribute(this,"anonid","after").style.display=""; 394 391 } 395 //vTdTitle.appendChild(document.createTextNode("ee"));396 392 }catch(e){ 397 393 ut.debug("chrome://scenaricms/content/widgets/contentview/contentview.js : "+e);
Note: See TracChangeset
for help on using the changeset viewer.