1、修改多域sub界面中的表达式国际化code
2、去掉菜单中Control和管控关键词
This commit is contained in:
@@ -180,12 +180,12 @@ $(function(){
|
||||
name="exprType" value="1"
|
||||
class="required"
|
||||
<c:if test="${_cfg.exprType==1}">checked</c:if>> <spring:message
|
||||
code="and" />
|
||||
code="and_expression" />
|
||||
</label> <label class="radio-inline"> <input type="radio"
|
||||
name="exprType" value="0"
|
||||
class="required"
|
||||
<c:if test="${_cfg.exprType==0 || _cfg.exprType==null}">checked</c:if>>
|
||||
<spring:message code="null" />
|
||||
<spring:message code="null_expression" />
|
||||
</label>
|
||||
</div>
|
||||
<div for="exprType"></div>
|
||||
|
||||
Reference in New Issue
Block a user