所有新增、导入按钮分别增加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

@@ -204,7 +204,7 @@
<body>
<div class="page-content">
<div class="theme-panel hidden-xs hidden-sm">
<button type="button" class="btn btn-primary" onClick="javascript:window.location='${ctx}/sys/dict/form'">
<button type="button" class="btn btn-primary addId" onClick="javascript:window.location='${ctx}/sys/dict/form'">
<i class="fa fa-plus"></i>
<spring:message code="add"/></button>
</div>

View File

@@ -18,7 +18,7 @@
<body>
<div class="page-content-body">
<div class="theme-panel hidden-xs hidden-sm">
<button type="button" class="btn btn-primary"
<button type="button" class="btn btn-primary addId"
onClick="javascript:window.location='${ctx}/sys/office/form?itType=${itType}'">
<i class="fa fa-plus"></i>
<spring:message code="add"></spring:message></button>

View File

@@ -11,7 +11,7 @@
<shiro:hasPermission name="sys:role:edit">
<button type="button" class="btn btn-primary"
<button type="button" class="btn btn-primary addId"
onClick="javascript:window.location='${ctx}/sys/role/form'">&nbsp;<spring:message code="add"/>&nbsp;</button>
</shiro:hasPermission>