VIVO 590 updating manageWebpagesGenerator to include range uri for cancel link
This commit is contained in:
parent
803859cec7
commit
fe6f099a2a
2 changed files with 10 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
<#assign deleteWebpageUrl=editConfiguration.pageData.deleteWebpageUrl!"deleteWebpageUrl is undefined">
|
||||
<#assign showAddFormUrl=editConfiguration.pageData.showAddFormUrl!"showAddFormUrl is undefined">
|
||||
<#assign predicateUri=editConfiguration.predicateUri!"undefined">
|
||||
<#assign domainUri = editConfiguration.predicateProperty.domainVClassURI!"">
|
||||
|
||||
<#if (editConfiguration.pageData.subjectName??) >
|
||||
<h2><em>${editConfiguration.pageData.subjectName}</em></h2>
|
||||
|
@ -57,7 +56,7 @@
|
|||
<#-- There is no editConfig at this stage, so we don't need to go through postEditCleanup.jsp on cancel.
|
||||
These can just be ordinary links, rather than a v:input element, as in
|
||||
addAuthorsToInformationResource.jsp. -->
|
||||
<a href="${showAddFormUrl}<#if (domainUri?length > 0)>&domainUri=${domainUri}</#if>" id="showAddForm" class="button green" title="${i18n().add_new_web_page}">${i18n().add_new_web_page}</a>
|
||||
<a href="${showAddFormUrl}" id="showAddForm" class="button green" title="${i18n().add_new_web_page}">${i18n().add_new_web_page}</a>
|
||||
|
||||
<a href="${cancelUrl}" id="returnToIndividual" class="return" title="${i18n().return_to_profile}">${i18n().return_to_profile}</a>
|
||||
<img id="indicator" class="indicator hidden" src="${urls.base}/images/indicatorWhite.gif" alt="${i18n().processing_indicator}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue