Revision 732
Added by bojilova over 23 years ago
lib/style/resultset.xsl | ||
---|---|---|
147 | 147 |
</xsl:attribute> |
148 | 148 |
</input> |
149 | 149 |
<xsl:for-each select="./relation"> |
150 |
<input type="hidden" name="relation">
|
|
150 |
<input type="hidden" name="docid">
|
|
151 | 151 |
<xsl:attribute name="value" > |
152 | 152 |
<xsl:value-of select="./relationdoc" /> |
153 | 153 |
</xsl:attribute> |
Also available in: Unified diff
chaged the hidden input box from "relation" to "docid"