Skip to content

Commit

Permalink
Set max height to harvesting panel to make harvester management inter…
Browse files Browse the repository at this point in the history
…face easier when having lot of nodes (greater than 30).

git-svn-id: https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/trunk@7146 ff403467-3f20-0410-99e5-ff581e626a08
  • Loading branch information
fxprunayre committed Jan 13, 2011
1 parent 9a8e13b commit 15ee9e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/main/webapp/xsl/harvesting/harvesting.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<!-- ============================================================================================= -->

<xsl:template name="listPanel">
<div style="max-height:600px;overflow:auto;">
<table id="table">
<tr>
<th class="padded" style="width:40px;"><b><xsl:value-of select="/root/gui/harvesting/select"/></b></th>
Expand All @@ -69,6 +70,7 @@
<th class="padded" style="width:60px;"><b><xsl:value-of select="/root/gui/harvesting/operation"/></b></th>
</tr>
</table>
</div>
</xsl:template>

<!-- ============================================================================================= -->
Expand Down

0 comments on commit 15ee9e8

Please sign in to comment.