added css class to cancel button anchor tag
This commit is contained in:
parent
0a6ef1bc33
commit
af9dab5863
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<p>
|
||||
<input type="submit" id="submit" value="${editConfiguration.submitLabel}" role="button "/>
|
||||
<span class="or"> or </span>
|
||||
<a title="Cancel" href="${cancelUrl}">Cancel</a>
|
||||
<a title="Cancel" class="cancel" href="${cancelUrl}">Cancel</a>
|
||||
</p>
|
||||
</form>
|
||||
<#else>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue