NIHVIVO 3775 change id of button to make it unique
This commit is contained in:
parent
e0b8d9fa08
commit
2cc59294be
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
</#list>
|
</#list>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<input type="submit" id="submit" value="Add a new item of this type" role="button" />
|
<input type="submit" id="offerCreate" class="submit" value="Add a new item of this type" role="button" />
|
||||||
<#if rangeOptionsExist = false >
|
<#if rangeOptionsExist = false >
|
||||||
<span class="or"> or </span>
|
<span class="or"> or </span>
|
||||||
<a title="Cancel" class="cancel" href="${cancelUrl}">Cancel</a>
|
<a title="Cancel" class="cancel" href="${cancelUrl}">Cancel</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue