Remove exclamation marks from action links
This commit is contained in:
parent
b7448fdf6c
commit
037fff1ad1
|
@ -15,8 +15,8 @@
|
||||||
Transform ADL into velocity view templates
|
Transform ADL into velocity view templates
|
||||||
|
|
||||||
$Author: sb $
|
$Author: sb $
|
||||||
$Revision: 1.45 $
|
$Revision: 1.46 $
|
||||||
$Date: 2009-05-01 11:18:39 $
|
$Date: 2009-05-01 15:30:46 $
|
||||||
-->
|
-->
|
||||||
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
|
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
|
||||||
Whitespace (or lack of it) is significant! -->
|
Whitespace (or lack of it) is significant! -->
|
||||||
|
@ -486,13 +486,13 @@
|
||||||
<li class="standard-verb actionDangerous">
|
<li class="standard-verb actionDangerous">
|
||||||
#if ( $instance)
|
#if ( $instance)
|
||||||
#if ( $instance.NoDeleteReason)
|
#if ( $instance.NoDeleteReason)
|
||||||
<button type="submit" disabled="disabled" title="$instance.NoDeleteReason" name="command" value="delete">Delete this!</button>
|
<button type="submit" disabled="disabled" title="$instance.NoDeleteReason" name="command" value="delete">Delete this</button>
|
||||||
#else
|
#else
|
||||||
<button type="submit" name="command" value="delete">
|
<button type="submit" name="command" value="delete">
|
||||||
<xsl:attribute name="title">
|
<xsl:attribute name="title">
|
||||||
<xsl:call-template name="i18n-delete-prompt"/>
|
<xsl:call-template name="i18n-delete-prompt"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
Delete this!
|
Delete this
|
||||||
</button>
|
</button>
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
|
@ -1123,7 +1123,7 @@
|
||||||
</td>
|
</td>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<td>
|
<td>
|
||||||
<input type="submit" name="search-button" value="Search!"/>
|
<input type="submit" name="search-button" value="Search"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
@ -1273,7 +1273,7 @@
|
||||||
</td>
|
</td>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<td>
|
<td>
|
||||||
<input type="submit" name="search-button" value="Search!"/>
|
<input type="submit" name="search-button" value="Search"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
@ -1319,7 +1319,7 @@
|
||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
<xsl:value-of select="concat( '../', $entity/@name, '/', @name, '.rails', $keys)"/>
|
<xsl:value-of select="concat( '../', $entity/@name, '/', @name, '.rails', $keys)"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:value-of select="@name"/>!
|
<xsl:value-of select="@name"/>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
@ -1761,7 +1761,7 @@
|
||||||
Auto generated Velocity macro for <xsl:value-of select="@name"/>,
|
Auto generated Velocity macro for <xsl:value-of select="@name"/>,
|
||||||
generated from ADL.
|
generated from ADL.
|
||||||
|
|
||||||
Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.45 $', 10)"/>
|
Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.46 $', 10)"/>
|
||||||
Generation parameters were:
|
Generation parameters were:
|
||||||
area-name: <xsl:value-of select="$area-name"/>
|
area-name: <xsl:value-of select="$area-name"/>
|
||||||
default-url: <xsl:value-of select="$default-url"/>
|
default-url: <xsl:value-of select="$default-url"/>
|
||||||
|
|
Loading…
Reference in a new issue