beetl升级到2.9.8

This commit is contained in:
thinkgem
2019-03-20 11:05:16 +08:00
parent a22539808f
commit 49e503809e
2 changed files with 6 additions and 5 deletions

View File

@@ -84,12 +84,13 @@
</div>
</div>
<div class="row">
<div class="col-xs-6">
<div class="col-xs-12">
<div class="form-group">
<label class="control-label col-sm-4" title="">
<label class="control-label col-sm-2" title="">
<span class="required ">*</span> ${text('通知')}<i class="fa icon-question hide"></i></label>
<div class="col-sm-8">
<#form:checkbox path="notifyTypes" dictType="sys_msg_type" class="form-control required" />
<div class="col-sm-10">
<#form:checkbox path="notifyTypes" dictType="sys_msg_type" class="form-control required" />
<% if(__info_type == '0'){ %>(专业版功能)<% } %>
</div>
</div>
</div>