Skip to content

Commit

Permalink
Add tooltip to help button
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 22, 2021
1 parent db504c7 commit ab8517a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/form/helpLink.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ THE SOFTWARE.
</st:documentation>
<j:choose>
<j:when test="${attrs.url!=null}">
<j:set var="altText" value="${attrs.featureName != null ? '%Help for feature:' + ' ' + attrs.featureName : '%[Help]'}" />
<a href="#" class="help-button" helpURL="${rootURL}${attrs.url}">
<j:set var="altText" value="${attrs.featureName != null ? '%Help for feature:' + ' ' + attrs.featureName : '%Help'}" />
<a href="#" class="help-button" tooltip="${altText}" helpURL="${rootURL}${attrs.url}">
?
</a>
</j:when>
Expand Down

0 comments on commit ab8517a

Please sign in to comment.