Another test.

svn path=/branches/test/; revision=23573
This commit is contained in:
Heiki Lõhmus 2012-06-20 18:09:32 +00:00
parent a5a9847c66
commit 5b74c60435
2 changed files with 7 additions and 1 deletions

View File

@ -78,6 +78,7 @@
<input type="submit" value="Sign Petition" />
</p>
<add-language />
</form>
<hr />

View File

@ -56,7 +56,12 @@
<xsl:template match="country-list">
<xsl:call-template name="country-list" />
</xsl:template>
<!-- Add a hidden field to the form to identify the language used. -->
<xsl:template match="add-language">
<input type="hidden" value="petition_language" id="petition_language" />
</xsl:template>
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>