voip界面是否表达式国家化code使用null_expression和and_expression
This commit is contained in:
@@ -213,12 +213,12 @@ var delContent=function(contentClassName,addBtnClassName){
|
|||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="voipAccounts[${status.index }].exprType" value="1" class="required"
|
<input type="radio" name="voipAccounts[${status.index }].exprType" value="1" class="required"
|
||||||
<c:if test="${voipAccount.exprType==1}">checked</c:if>
|
<c:if test="${voipAccount.exprType==1}">checked</c:if>
|
||||||
><spring:message code="and"/>
|
><spring:message code="and_expression"/>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline">
|
<label class="radio-inline">
|
||||||
<input type="radio" name="voipAccounts[${status.index }].exprType" value="0" class="required"
|
<input type="radio" name="voipAccounts[${status.index }].exprType" value="0" class="required"
|
||||||
<c:if test="${voipAccount.exprType==0 || voipAccount.exprType==null}">checked</c:if>
|
<c:if test="${voipAccount.exprType==0 || voipAccount.exprType==null}">checked</c:if>
|
||||||
><spring:message code="null"/>
|
><spring:message code="null_expression"/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div for="voipAccounts[${status.index }].exprType"></div>
|
<div for="voipAccounts[${status.index }].exprType"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user