NIHVIVO-3359 modified submit button text

This commit is contained in:
tworrall 2011-11-28 17:37:11 +00:00
parent ee5deed255
commit d993fef72e
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -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>