added css class to cancel button anchor tag

This commit is contained in:
tworrall 2011-11-18 18:24:09 +00:00
parent 0a6ef1bc33
commit af9dab5863

View file

@ -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>