changeset 9100:2a1dcee5e54a

2.3.4.1.1 FixAnalysis.HTML header fix
author gernotbelger
date Mon, 28 May 2018 16:15:14 +0200
parents 850ce16034e9
children 2c6aba003112
files gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixingsOverviewInfo.java gwt-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl
diffstat 2 files changed, 18 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixingsOverviewInfo.java	Mon May 28 13:22:45 2018 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixingsOverviewInfo.java	Mon May 28 16:15:14 2018 +0200
@@ -30,7 +30,9 @@
         this.from = from;
         this.to = to;
         this.events = new ArrayList<FixEvent>(events);
+        System.out.println(html);
         this.html = html;
+
     }
 
     public int getRId() {
--- a/gwt-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl	Mon May 28 13:22:45 2018 +0200
+++ b/gwt-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl	Mon May 28 16:15:14 2018 +0200
@@ -357,14 +357,14 @@
   </xsl:template>
 
   <xsl:template match="events">
-    <table width="97%" border="1" cellspacing="0" cellpadding="0"
+    <table width="100%" border="1" cellspacing="0" cellpadding="0"
            style="font-size: 10pt;font-family:Arial;Verdana,sans-serif">
       <colgroup>
         <xsl:if test="$render-checkboxes">
             <col width="20px"/>
         </xsl:if>
         <col width="*"/>
-        <col width="75px"/>
+        <col width="95px"/>
       </colgroup>
       <tr>
         <xsl:if test="$render-checkboxes">
@@ -373,8 +373,20 @@
         <th><xsl:apply-templates mode="gauges" select="/fixings/gauges"/></th>
         <th><xsl:value-of select="$i18n-event"/></th>
       </tr>
-      <xsl:apply-templates/>
-    </table>
+    </table>  
+
+    <div class="lowerDiv" style="height: 65%;  overflow-y: scroll !important;">  
+      <table width="100%" border="1" cellspacing="0" cellpadding="0" style="font-size: 10pt;font-family:Arial;Verdana,sans-serif">
+        <colgroup>
+          <xsl:if test="$render-checkboxes">
+              <col width="20px"/>
+          </xsl:if>
+          <col width="*"/>
+          <col width="75px"/>
+        </colgroup>      
+        <xsl:apply-templates/>
+      </table>
+    </div>
   </xsl:template>
 
   <xsl:template match="/">

http://dive4elements.wald.intevation.org