diff gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl @ 568:f21ad239c748

Repaired step-back history. gnv/trunk@683 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 12 Feb 2010 11:16:33 +0000
parents 8e39c74f9fb6
children b8ea9383d285
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl	Fri Feb 12 09:58:24 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl	Fri Feb 12 11:16:33 2010 +0000
@@ -28,13 +28,11 @@
             <th class="parameter"><xsl:value-of select="xform:label" /></th>
             <td><xsl:apply-templates select="xform:choices" /></td>
             <td class="historyback">
-            <!--
                 <xsl:if test="$state != ''">
                     <a href="{$back-url}?target={$state}">
                         <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/>
                     </a>
                 </xsl:if>
-            -->
             </td>
         </tr>
     </xsl:template>
@@ -48,13 +46,11 @@
             <th class="parameter"><xsl:value-of select="xform:label" /></th>
             <td><xsl:apply-templates select="xform:choices" /></td>
             <td class="historyback">
-                <!--
                 <xsl:if test="$state != ''">
                     <a href="{$back-url}?target={$state}">
                         <img title="{$edit}" alt="{$edit}" src="images/back_button.png"/>
                     </a>
                 </xsl:if>
-                -->
                 <xsl:if test="$fis">
                     <a href="{$selectfis}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a>
                 </xsl:if>
@@ -86,11 +82,9 @@
                 <table><xsl:apply-templates select="xform:input" /></table>
             </td>
             <td class="historyback">
-                <!--
                 <xsl:if test="$state != ''">
                     <a href="{$back-url}?target={$state}"><img title="{$edit}" alt="{$edit}" src="images/back_button.png"/></a>
                 </xsl:if>
-                -->
             </td>
         </tr>
     </xsl:template>

http://dive4elements.wald.intevation.org