Ignore:
Timestamp:
11/24/06 21:53:41 (6 years ago)
Author:
sys
Message:

Gestion indentXml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/organisationMainview.xul.xsl

    r7484 r7511  
    5050        <xsl:param name="vDialog"/> 
    5151         
     52         
     53        <xsl:variable name="vAuthoring" select="sm:authoring"/> 
     54         
    5255        <xsl:template match="*"> 
    5356                <xsl:processing-instruction name="xml-stylesheet">href="chrome://scenaricms/content/view/baseview.css" type="text/css"</xsl:processing-instruction> 
     
    8487                <xsl:if test="$vEditorModel"> 
    8588                        <sctabxmleditor label="{@name}" code="formEdit"  
    86                                 indent="{sm:authoring/sm:formEditor/@indentXml}"  
     89                                indent="{$vAuthoring/sm:formEditor[si(string(current()/@formEditorKey)!='', current()/@formEditorKey=@key, string(@key)='')]/@indentXml='true'}"  
    8790                                icon="chrome://scenaricms/content/widgets/sctab/icon/edit.png"  
    8891                                model="{$vEditorModel}" 
Note: See TracChangeset for help on using the changeset viewer.