added submit button for search field in left col

svn path=/branches/design/; revision=18595
This commit is contained in:
samtuke 2010-12-07 16:33:42 +00:00
parent 15aea57016
commit c713f76308
1 changed files with 6 additions and 0 deletions

View File

@ -391,6 +391,12 @@
<xsl:value-of select="/buildinfo/textset/text[@id='search']" /> <xsl:value-of select="/buildinfo/textset/text[@id='search']" />
</xsl:attribute> </xsl:attribute>
</xsl:element> </xsl:element>
<xsl:element name="input">
<xsl:attribute name="type">submit</xsl:attribute>
<xsl:attribute name="name">search</xsl:attribute>
<xsl:attribute name="value">Submit</xsl:attribute>
</xsl:element>
</xsl:element> </xsl:element>
</xsl:element> </xsl:element>