Skip to content

Commit

Permalink
Change @class value depending on $show-row-block-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jan 3, 2025
1 parent d5982f4 commit 035c002
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,10 @@ extension-element-prefixes="ixsl"
<xsl:attribute name="draggable" select="'false'"/>
</xsl:if>

<div class="span12 progress progress-striped active">
<div class="span12">
<xsl:if test="$show-row-block-controls">
<xsl:attribute name="class" select="'span12 progress progress-striped active'"/>

<div class="row-fluid row-block-controls" style="position: relative; top: 30px; margin-top: -30px; z-index: 1;">
<div class="span12">
<xsl:if test="$acl:mode = '&acl;Write'">
Expand Down

0 comments on commit 035c002

Please sign in to comment.