updates for concept addition
This commit is contained in:
parent
49ff104d3a
commit
a3dfd5f179
4 changed files with 35 additions and 13 deletions
|
@ -74,7 +74,7 @@
|
|||
|
||||
<div id="showAddForm">
|
||||
<input type="submit" value="Add Concept" id="showAddFormButton" name="showAddFormButton"> or
|
||||
<a class="cancel" href="${cancelUrl}">Return</a>
|
||||
<a class="cancel" href="${cancelUrl}&url=/individual">Return</a>
|
||||
</div>
|
||||
<form id="addConceptForm" class="customForm" action="${submitUrl}">
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
</#if>
|
||||
|
||||
<#assign sparqlForAcFilter = editConfiguration.pageData.sparqlForAcFilter />
|
||||
<#assign returnUrl = ""/>
|
||||
|
||||
<h2>Add Your Own Concept</h2>
|
||||
|
||||
|
@ -34,7 +33,7 @@
|
|||
|
||||
<p class="submit">
|
||||
<input type="hidden" name = "editKey" value="${editKey}"/>
|
||||
<input type="submit" id="submit" value="Add Concept"/><span class="or"> or </span><a class="cancel" href="${returnUrl}">Return to Manage Concepts</a>
|
||||
<input type="submit" id="submit" value="Add Concept"/><span class="or"> or </span><a class="cancel" href="${cancelUrl}">Return to Manage Concepts</a>
|
||||
</p>
|
||||
|
||||
<p id="requiredLegend" class="requiredHint">* required fields</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue