NIHVIVO-3321 added cancel button
This commit is contained in:
parent
dadc319622
commit
379dcf23a6
1 changed files with 7 additions and 1 deletions
|
@ -27,4 +27,10 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<input type="submit" id="submit" value="Add a new item of this type" role="button" />
|
<input type="submit" id="submit" value="Add a new item of this type" role="button" />
|
||||||
|
<#if rangeOptionsExist = false >
|
||||||
|
<span class="or"> or </span>
|
||||||
|
<a title="Cancel" class="cancel" href="${cancelUrl}">Cancel</a>
|
||||||
|
</#if>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue