所有新增、导入按钮分别增加class属性
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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'"> <spring:message code="add"/> </button>
|
||||
</shiro:hasPermission>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user