File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/webapp/pages/testConfiguration Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
<%@ page import =" org.openelisglobal.internationalization.MessageUtil" %>
8
8
<%@ page import =" org.openelisglobal.common.util.Versioning" %>
9
9
<%@ page
10
- import =" org.openelisglobal.common.util.DateUtil" %>
10
+ import =" org.openelisglobal.common.util.ConfigurationProperties" %>
11
+ <%@ page
12
+ import =" org.openelisglobal.common.util.ConfigurationProperties.Property" %>
11
13
<%@ page
12
14
import =" org.openelisglobal.typeoftestresult.service.TypeOfTestResultServiceImpl" %>
13
15
<%@ page
38
40
--%>
39
41
40
42
<%
41
- String locale = SpringContext . getBean( DefaultConfigurationProperties . class ). getPropertyValue(Property . DEFAULT_LANG_LOCALE );
43
+ String locale = ConfigurationProperties . getInstance( ). getPropertyValue(Property . DEFAULT_LANG_LOCALE );
42
44
% >
43
45
<%-- Do not add jquery.ui.js, it will break the sorting --%>
44
46
<script type =" text/javascript"
You can’t perform that action at this time.
0 commit comments