Commit 8443f95a by Kang Donghun

PDF出力ファイル選択画面名変更、CSSファイル更新

parent 4bdea4f1
......@@ -20850,3 +20850,23 @@ button {
margin-left: -2px
}
}
.icon-xxs {
width: 20px;
height: 20px;
}
.icon-xs {
width: 24px;
height: 24px;
}
.icon-sm {
width: 32px;
height: 32px;
}
.icon-md {
width: 48px;
height: 48px;
}
.icon-lg {
width: 64px;
height: 64px;
}
......@@ -46,7 +46,7 @@
"msgLogoutConfirm": "ログアウトしますか?",
"msgEssential": "{0}は必須です。",
"pdfPrint":"PDF出力",
"fileSelect":"出力ファイル選択",
"fileSelect":"出力ファイル",
"msgOperationEmpty": "作業データがありません。",
"success": "成功",
"dashboard":"ダッシュボード",
......
......@@ -45,7 +45,7 @@
"onlyPrintCms": "해당 IO장표는 관리화면에서만 출력 가능합니다.",
"msgLogoutConfirm": "로그아웃 하시겠습니까?",
"pdfPrint":"PDF 출력",
"fileSelect":"출력 파일 선택",
"fileSelect":"출력 파일",
"msgOperationEmpty": "작업 데이터가 없습니다.",
"success": "성공",
"dashboard":"대시보드",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment