新增zTree主题,图标美化
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<link rel="stylesheet" href="${ctxStatic}/select2/4.0/select2.css?${_version}">
|
||||
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/minimal/grey.css?${_version}">
|
||||
<% if (@ListUtils.inString('zTree', libs!)){ %>
|
||||
<link rel="stylesheet" href="${ctxStatic}/jquery-ztree/3.5/css/metro/zTreeStyle.css?${_version}">
|
||||
<link rel="stylesheet" href="${ctxStatic}/jquery-ztree/3.5/css/awesome/zTreeStyle.css?${_version}">
|
||||
<% } %>
|
||||
<% if (@ListUtils.inString('tabPage', libs!)){ %>
|
||||
<link rel="stylesheet" href="${ctxStatic}/wdScrollTab/css/TabPanel.css?${_version}">
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<form id="forgetForm" action="${ctxPath}/account/forgetPwd" method="post">
|
||||
<div class="form-group has-feedback">
|
||||
<select id="fp_validType" name="op" class="form-control">
|
||||
<option value="mobile" class="${@Global.getConfigToBoolean('msg.sms.enabled','true')?'':'hide'}">使用手机号码找回您的密码</option>
|
||||
<option value="email" class="${@Global.getConfigToBoolean('msg.email.enabled','true')?'':'hide'}">使用电子邮箱找回您的密码</option>
|
||||
<% if(@Global.getConfigToBoolean('msg.sms.enabled','true')){ %><option value="mobile">使用手机号码找回您的密码</option><% } %>
|
||||
<% if(@Global.getConfigToBoolean('msg.email.enabled','true')){ %><option value="email">使用电子邮箱找回您的密码</option><% } %>
|
||||
<option value="question">使用保密问题找回您的密码</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<form id="registerForm" action="${ctxPath}/account/saveRegByValidCode" method="post">
|
||||
<div class="form-group has-feedback">
|
||||
<select id="reg_validType" name="op" class="form-control">
|
||||
<option value="email" class="${@Global.getConfigToBoolean('msg.email.enabled','true')?'':'hide'}">使用电子邮箱注册账号</option>
|
||||
<option value="mobile" class="${@Global.getConfigToBoolean('msg.sms.enabled','true')?'':'hide'}">使用手机号码注册账号</option>
|
||||
<% if(@Global.getConfigToBoolean('msg.sms.enabled','true')){ %><option value="mobile">使用手机号码注册账号</option><% } %>
|
||||
<% if(@Global.getConfigToBoolean('msg.email.enabled','true')){ %><option value="email">使用电子邮箱注册账号</option><% } %>
|
||||
</select>
|
||||
</div>
|
||||
<% if(@Global.isUseCorpModel()){ %>
|
||||
|
||||
Reference in New Issue
Block a user