48 </tr> |
48 </tr> |
49 <tr> |
49 <tr> |
50 <th><fmt:message key="component.name"/></th> |
50 <th><fmt:message key="component.name"/></th> |
51 <td><input name="name" type="text" maxlength="20" required value="<c:out value="${component.name}"/>" /></td> |
51 <td><input name="name" type="text" maxlength="20" required value="<c:out value="${component.name}"/>" /></td> |
52 </tr> |
52 </tr> |
|
53 <tr title="<fmt:message key="node.tooltip"/>"> |
|
54 <th><fmt:message key="node"/></th> |
|
55 <td><input name="node" type="text" maxlength="20" required value="<c:out value="${component.node}"/>" /></td> |
|
56 </tr> |
53 <tr> |
57 <tr> |
54 <th><fmt:message key="component.color"/></th> |
58 <th><fmt:message key="component.color"/></th> |
55 <td><input name="color" type="color" required value="${component.color}" /></td> |
59 <td><input name="color" type="color" required value="${component.color}" /></td> |
56 </tr> |
60 </tr> |
57 <tr> |
61 <tr> |