Project

General

Profile

« Previous | Next » 

Revision 9804

place bounding coordinates in controls-well. https://redmine.dataone.org/issues/7686

View differences:

lib/style/common/dcx/onedcx-common.xsl
135 135

  
136 136
				<div data-content="boundingCoordinates" class="control-group boundingCoordinates">
137 137
					<label class="control-label">Bounding Coordinates</label>
138
					<xsl:for-each select="//dcx:dcTerms/dct:spatial[@xsi:type='Box']">
139
						<xsl:call-template name="extract-coordinates" />
140
					</xsl:for-each>
138
					<div class="controls controls-well">					
139
						<xsl:for-each select="//dcx:dcTerms/dct:spatial[@xsi:type='Box']">
140
							<xsl:call-template name="extract-coordinates" />
141
						</xsl:for-each>
142
					</div>	
141 143
				</div>
142 144

  
143 145
			</div>

Also available in: Unified diff