所有新增、导入按钮分别增加class属性

This commit is contained in:
wangwei
2019-05-07 14:02:06 +08:00
parent 33fd4df21d
commit dde951fe4a
79 changed files with 550 additions and 550 deletions

View File

@@ -55,7 +55,7 @@
<%-- <button type="button" class="btn btn-default" onclick="location='${ctx}/cfg/string/list?serviceId=${serviceId}&action=${action}&cfgName=${cfgName}'"><spring:message code="refresh"></spring:message></button> --%>
<c:if test="${audit==0}">
<shiro:hasPermission name="cfg:string:add">
<button type="button" class="btn btn-primary"
<button type="button" class="btn btn-primary addId"
onClick="javascript:window.location='${ctx}/cfg/string/form?serviceId=${serviceId}&action=${action}&cfgName=${cfgName}&audit=${audit}'">
<i class="fa fa-plus"></i>
<spring:message code="add"></spring:message></button>