mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add missing divemaster field to the manual import
No idea why I didn't notice earlier that this was missing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5a4d85bf7c
commit
e544796199
4 changed files with 17 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
<xsl:param name="gpsField" select="gpsField"/>
|
||||
<xsl:param name="maxDepthField" select="maxDepthField"/>
|
||||
<xsl:param name="meanDepthField" select="meanDepthField"/>
|
||||
<xsl:param name="divemasterField" select="divemasterField"/>
|
||||
<xsl:param name="buddyField" select="buddyField"/>
|
||||
<xsl:param name="notesField" select="notesField"/>
|
||||
<xsl:param name="weightField" select="weightField"/>
|
||||
|
@ -311,6 +312,15 @@
|
|||
</depth>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$divemasterField >= 0">
|
||||
<divemaster>
|
||||
<xsl:call-template name="getFieldByIndex">
|
||||
<xsl:with-param name="index" select="$divemasterField"/>
|
||||
<xsl:with-param name="line" select="$line"/>
|
||||
</xsl:call-template>
|
||||
</divemaster>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$buddyField >= 0">
|
||||
<buddy>
|
||||
<xsl:call-template name="getFieldByIndex">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue