NIHVIVO-2595 adding title attribute to anchor tags
This commit is contained in:
parent
b0fc727218
commit
5774a1ab6d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ $(document).ready(function() {
|
|||
|
||||
<p class="submit">
|
||||
<input type="submit" id="submit" value="editConfiguration.submitLabel"/>
|
||||
<span class="or"> or <a class="cancel" href="${editConfiguration.cancelUrl}">Cancel</a>
|
||||
<span class="or"> or <a class="cancel" href="${editConfiguration.cancelUrl}" title="cancel">Cancel</a>
|
||||
</p>
|
||||
|
||||
<#if predicate.offerCreateNewOption>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue