]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Turn on navfooter and fix related css
authorDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 14:55:38 +0000 (14:55 +0000)
committerDavid Cramer <david@thingbag.net>
Fri, 13 Jan 2012 14:55:38 +0000 (14:55 +0000)
xsl/webhelp/template/common/css/positioning.css
xsl/webhelp/xsl/webhelp.xsl

index 1671103506d3b00cf55826309c8b431332e8dcc7..a787dfbd662341f5eec8417427c9522904f5e664 100644 (file)
@@ -350,3 +350,7 @@ div.note *, div.caution *, div.important *, div.tip *, div.warning * {
 #content table {margin-bottom: 20px;}
 
 *[align = 'center']{ text-align: center;}
+
+#content .navfooter table, #content .navfooter table td {
+    border: 0px solid;
+}
index 40e40115b9b0dd1ac1090cf14f00c8253098289a..0f25ac2cb657d02238f35daf90e0b6ef513c11c7 100644 (file)
@@ -73,7 +73,7 @@
 
     <xsl:param name="generate.section.toc.level" select="5"/>
     <xsl:param name="component.label.includes.part.label" select="1"/>
-    <xsl:param name="suppress.footer.navigation">1</xsl:param>
+    <xsl:param name="suppress.footer.navigation">0</xsl:param>
     <xsl:param name="callout.graphics.path"><xsl:value-of select="$webhelp.common.dir"/>images/callouts/</xsl:param>
     <xsl:param name="callouts.extension">1</xsl:param>
     <!--xsl:param name="generate.toc">book toc</xsl:param-->
@@ -552,15 +552,12 @@ border: none; background: none; font-weight: none; color: none; }
 
                     <xsl:call-template name="user.footer.content"/>
 
-                                       <hr/>
-                                       <div class="legal"><a href="index.html">Legal notices</a></div>
-
                                        <!-- Redundant since the upper navigation bar always visible -->
-                    <!--xsl:call-template name="footer.navigation">
+                    <xsl:call-template name="footer.navigation">
                         <xsl:with-param name="prev" select="$prev"/>
                         <xsl:with-param name="next" select="$next"/>
                         <xsl:with-param name="nav.context" select="$nav.context"/>
-                    </xsl:call-template-->
+                    </xsl:call-template>
 
                    <xsl:call-template name="user.webhelp.content.footer"/>
                 </div>