NIHVIVO-1381 Updated name of template file to match naming convention throughout app (start with lowercase)
This commit is contained in:
parent
44c4dc9f5b
commit
4c6ae87390
2 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
|||
<#-- $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/>
|
||||
month: <input name="${fieldName}.month" type="text" value="${month}"/> <br/>
|
|
@ -41,7 +41,7 @@ public class DateTimeWithPrecision extends BaseEditElement {
|
|||
|
||||
|
||||
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[] PRECISIONS = {
|
||||
vivoCore+"NoPrecision",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue