Reverted some changes in Foundry because they cause trouble with the search in the content centre.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3141 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
4e5273ac58
commit
224066e645
|
|
@ -39,9 +39,9 @@
|
|||
<!-- DE Schreibe den PageState in versteckte Input-Felder -->
|
||||
<!-- EN Save the page state in hidden input fields -->
|
||||
<xsl:template match="bebop:pageState">
|
||||
<xsl:message>
|
||||
<!--<xsl:message>
|
||||
Creating hidden input for pageState
|
||||
</xsl:message>
|
||||
</xsl:message>-->
|
||||
<input>
|
||||
<xsl:attribute name="type">
|
||||
<xsl:value-of select="'hidden'"/>
|
||||
|
|
|
|||
|
|
@ -44,10 +44,11 @@
|
|||
<xsl:when test="$data-tree//bebop:currentPane/bebop:form//bebop:layoutPanel/bebop:body[//bebop:formWidget]
|
||||
| $data-tree//bebop:currentPane/bebop:form//bebop:layoutPanel/bebop:right[//bebop:formWidget]">
|
||||
<form>
|
||||
<xsl:attribute name="method"
|
||||
select="if ($data-tree//bebop:form/@method)
|
||||
then $data-tree//bebop:form/@method
|
||||
else 'post'"/>
|
||||
<!--<xsl:attribute name="method"
|
||||
select="if ($data-tree//bebop:form/@method)
|
||||
then $data-tree//bebop:form/@method
|
||||
else 'post'"/>-->
|
||||
<xsl:attribute name="method" select="'post'"/>
|
||||
<xsl:call-template name="foundry:process-datatree-attributes"/>
|
||||
<xsl:apply-templates select="$data-tree//bebop:currentPane/bebop:form//bebop:layoutPanel/bebop:body
|
||||
| $data-tree//bebop:currentPane/bebop:form//bebop:layoutPanel/bebop:right"/>
|
||||
|
|
@ -95,10 +96,11 @@
|
|||
<xsl:choose>
|
||||
<xsl:when test="$data-tree//bebop:currentPane/bebop:form//bebop:layoutPanel/bebop:left[//bebop:formWidget]">
|
||||
<form>
|
||||
<xsl:attribute name="method"
|
||||
select="if ($data-tree//bebop:form/@method)
|
||||
then $data-tree//bebop:form/@method
|
||||
else 'post'"/>
|
||||
<!--<xsl:attribute name="method"
|
||||
select="if ($data-tree//bebop:form/@method)
|
||||
then $data-tree//bebop:form/@method
|
||||
else 'post'"/>-->
|
||||
<xsl:attribute name="method" select="'post'"/>
|
||||
<xsl:call-template name="foundry:process-datatree-attributes"/>
|
||||
<xsl:apply-templates select="$data-tree//bebop:currentPane/bebop:form//bebop:layoutPanel/bebop:left"/>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue