This commit is contained in:
Socrates
2020-05-26 10:29:34 +02:00
commit 9ed0f2a056
1162 changed files with 162062 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<%@ include file="descriptionValidValuesEditor.jsp"%>
<%
String fvalue = (String) request.getAttribute(propertyKey + ".fvalue");
if ("0".equals(fvalue)) fvalue = "";
Object v = p.hasValidValues() ? description : fvalue;
%>
<input type="hidden" id="<%=propertyKey%>" name="<%=propertyKey%>" value="<%=fvalue%>">
<b><%=v%></b>