所有新增、导入按钮分别增加class属性
This commit is contained in:
@@ -74,7 +74,7 @@ $(function(){
|
||||
class="fileupload-preview"></span>
|
||||
</div>
|
||||
<span class="btn btn-file ">
|
||||
<button type="button" class="btn fileupload-new">
|
||||
<button type="button" class="btn fileupload-new addId">
|
||||
<spring:message code="add" />
|
||||
</button>
|
||||
<button type="button" class="btn fileupload-exists">
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
class="fileupload-preview"></span>
|
||||
</div>
|
||||
<span class="btn btn-file ">
|
||||
<button type="button" class="btn fileupload-new">
|
||||
<button type="button" class="btn fileupload-new addId">
|
||||
<spring:message code="add" />
|
||||
</button>
|
||||
<button type="button" class="btn fileupload-exists">
|
||||
|
||||
Reference in New Issue
Block a user