standardized capitalization on submit buttons

This commit is contained in:
tworrall 2011-06-16 17:14:59 +00:00
parent f436ef194e
commit 0909c97b36
4 changed files with 10 additions and 10 deletions

View file

@ -128,10 +128,10 @@
log.debug("property set to offer \"create new\" option; custom form: ["+prop.getCustomEntryForm()+"]");
formTitle = "Select an existing "+classOfObjectFillers.getName()+" for "+subject.getName();
submitLabel = "select existing";
submitLabel = "Select existing";
} else {
formTitle = "Add an entry to: <em>"+prop.getDomainPublic()+"</em>";
submitLabel = "save entry";
submitLabel = "Save entry";
}
}
@ -193,7 +193,7 @@
<input type="hidden" value="${param.objectUri}" name="objectUri"/>
<input type="hidden" value="create" name="cmd"/>
<v:input type="typesForCreateNew" id="typeOfNew" />
<v:input type="submit" id="submit" value="add a new item of this type" cancel="${offerCancel}"/>
<v:input type="submit" id="submit" value="Add a new item of this type" cancel="${offerCancel}"/>
</form>
</c:if>