NIHVIVO-1381 Updated name of template file to match naming convention throughout app (start with lowercase)

This commit is contained in:
nac26 2010-12-21 22:37:27 +00:00
parent 44c4dc9f5b
commit 4c6ae87390
2 changed files with 1 additions and 6 deletions

View file

@ -1,10 +1,5 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#--
This is the placeholder template for the dateTime with precision input element.
The UI team should replace any or all of the text in this file.
-->
<#-- <#--
year: <input name="${fieldName}.year" type="text" value="${year}"/> <br/> year: <input name="${fieldName}.year" type="text" value="${year}"/> <br/>
month: <input name="${fieldName}.month" type="text" value="${month}"/> <br/> month: <input name="${fieldName}.month" type="text" value="${month}"/> <br/>

View file

@ -41,7 +41,7 @@ public class DateTimeWithPrecision extends BaseEditElement {
private static final Log log = LogFactory.getLog(DateTimeWithPrecision.class); private static final Log log = LogFactory.getLog(DateTimeWithPrecision.class);
protected String TEMPATE_NAME = "DateTimeWithPrecision.ftl"; protected String TEMPATE_NAME = "dateTimeWithPrecision.ftl";
protected static final String vivoCore = "http://vivoweb.org/ontology/core#"; protected static final String vivoCore = "http://vivoweb.org/ontology/core#";
protected static final String[] PRECISIONS = { protected static final String[] PRECISIONS = {
vivoCore+"NoPrecision", vivoCore+"NoPrecision",