test
This commit is contained in:
9
web/xava/editors/boldLabelEditor.jsp
Normal file
9
web/xava/editors/boldLabelEditor.jsp
Normal 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>
|
||||
Reference in New Issue
Block a user