增加导出提示信息国际化,修改egress国际化code名称
This commit is contained in:
@@ -367,7 +367,7 @@ $(function(){
|
||||
<select name="areaCfg[${status.index}].direction" class="selectpicker show-tick form-control required" >
|
||||
<option value="0" <c:if test="${areaCfg.direction==0 || areaCfg.direction==null}">selected</c:if>><spring:message code="twoway"/></option>
|
||||
<option value="1" <c:if test="${areaCfg.direction==1 }">selected</c:if>><spring:message code="ingress"/></option>
|
||||
<option value="2" <c:if test="${areaCfg.direction==2 }">selected</c:if>><spring:message code="degress"/></option>
|
||||
<option value="2" <c:if test="${areaCfg.direction==2 }">selected</c:if>><spring:message code="egress"/></option>
|
||||
</select>
|
||||
</div>
|
||||
<div for="areaCfg[${status.index}].direction"></div>
|
||||
|
||||
@@ -273,7 +273,7 @@
|
||||
html+="<spring:message code='ingress'/>"
|
||||
}
|
||||
if(item.direction==2){
|
||||
html+="<spring:message code='degress'/>"
|
||||
html+="<spring:message code='egress'/>"
|
||||
}
|
||||
html+="</label>";
|
||||
html+="</div>";
|
||||
@@ -444,7 +444,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<input id="intype" class="form-control input-medium" type="text" value="">
|
||||
<input id="intype" class="form-control input-small" type="text" value="">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -458,6 +458,7 @@
|
||||
<sys:delRow url="${ctx}/ntc/av/voipForm" id="contentTable" label="update"></sys:delRow>
|
||||
<sys:delRow url="${ctx}/ntc/av/updateAvVoipValid?isValid=-1&functionId=${cfg.functionId }" id="contentTable" label="delete"></sys:delRow>
|
||||
</shiro:hasPermission>
|
||||
<!--<sys:delRow url="${ctx}/ntc/av/voipExport?functionId=${cfg.functionId }" id="contentTable" label="export" maxRow="${page.maxExportSize }"></sys:delRow>-->
|
||||
<shiro:hasPermission name="avVoip:audit">
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
|
||||
Reference in New Issue
Block a user