NIHVIVO-2232: Per Hudas request, I have replaced
<a class="cancel" href="${formUrls}">Cancel</a> with <a class="cancel" href="${cancelUrl}">Cancel</a>
This commit is contained in:
parent
7a7333c4f0
commit
04fc9ce3ae
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
${enableInternalClass}
|
${enableInternalClass}
|
||||||
</section>
|
</section>
|
||||||
<input type="submit" name="submit-${menuAction}" value="Save changes" class="submit" role="input" /> or <a class="cancel" href="${formUrls}">Cancel</a>
|
<input type="submit" name="submit-${menuAction}" value="Save changes" class="submit" role="input" /> or <a class="cancel" href="${cancelUrl}">Cancel</a>
|
||||||
|
|
||||||
<p class="requiredHint">* required fields</p>
|
<p class="requiredHint">* required fields</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue