공통 Excel Download 버튼 모양 엑셀 아이콘으로 변경
This commit is contained in:
BIN
WebContent/images/ExcelDownload2.png
Normal file
BIN
WebContent/images/ExcelDownload2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 808 B |
@@ -3022,7 +3022,8 @@ $(document).ready(function() {
|
||||
var pageTitle = $('.plm_menu_name_gdnsi h2 span').text().trim();
|
||||
// 이미 엑셀 버튼이 있으면 추가하지 않음 (#btnExcel 또는 .excel 클래스 체크)
|
||||
if ($('#btnExcel').length === 0 && $('.btnArea .excel').length === 0) {
|
||||
$('.btnArea').append("<input type='button' class='plm_btns excelBtn' value='Excel Download'>");
|
||||
// $('.btnArea').append("<input type='button' class='plm_btns excelBtn' value='Excel Download'>");
|
||||
$('.btnArea').append("<button type='button' class='plm_btns excelBtn' title='Excel Download'><img src='/images/ExcelDownload2.png' alt='Excel' style='height:18px;vertical-align:middle;'></button>");
|
||||
}
|
||||
|
||||
$(document).on('click', '.excelBtn', async function() {
|
||||
|
||||
Reference in New Issue
Block a user