NIHVIVO-3359 modified submit button text
This commit is contained in:
parent
ee5deed255
commit
d993fef72e
2 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
<#assign disabledVal="disabled">
|
||||
<#else>
|
||||
<#assign titleVerb="Add webpage for">
|
||||
<#assign submitButtonText="Add webpage">
|
||||
<#assign submitButtonText="Add Web Page">
|
||||
<#assign disabledVal=""/>
|
||||
</#if>
|
||||
|
||||
|
|
|
@ -56,7 +56,8 @@
|
|||
<#-- 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}" id="showAddForm" class="button green">Add Web Page</a>
|
||||
<br />
|
||||
<a href="${showAddFormUrl}" id="showAddForm" class="button green">Add New Web Page</a>
|
||||
|
||||
<a href="${cancelUrl}" id="returnToIndividual" class="return">Return to Individual</a>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue