修改区域生效与HTTP多域配置的配置标题翻译

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-07-30 13:32:03 +08:00
parent 0f4b9e9ecb
commit 1ab400d8a6
2 changed files with 15 additions and 14 deletions

View File

@@ -11,16 +11,16 @@ $(function(){
<div class="form-group">
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="whether_area_block"/></label>
<div class="col-md-6">
<label class="radio-inline">
<input type="radio" name="isAreaEffective" value="0" class="required areaControl"
<c:if test="${_cfg.isAreaEffective==0}">checked</c:if>
><spring:message code="all"/>
</label>
<label class="radio-inline">
<input type="radio" name="isAreaEffective" value="1" class="required areaControl"
<c:if test="${_cfg.isAreaEffective==1}">checked</c:if>
><spring:message code="yes"/>
</label>
<label class="radio-inline">
<input type="radio" name="isAreaEffective" value="0" class="required areaControl"
<c:if test="${_cfg.isAreaEffective==0}">checked</c:if>
><spring:message code="no"/>
</label>
><spring:message code="selective"/>
</label>
</div>
<div for="isAreaEffective"></div>
</div>