Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
f0babaa4
Commit
f0babaa4
authored
Dec 22, 2022
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PDF出力ボタンのアラートメッセージ変更
parent
d4525ea9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
+4
-1
abweb/common/json/lang/lang-en.json
+1
-0
abweb/common/json/lang/lang-ja.json
+1
-0
abweb/common/json/lang/lang-ko.json
+1
-0
abweb/js/reportList/reportList.js
+1
-1
No files found.
abweb/common/json/lang/lang-en.json
View file @
f0babaa4
...
...
@@ -44,6 +44,7 @@
"txtLoginDate"
:
"Login Date"
,
"accountInformation"
:
"Account Information"
,
"errorOccurred"
:
"Error Occurred"
,
"onlyPrintCms"
:
"This I/O report can be output from only Administration screens."
,
"msgLogoutConfirm"
:
"Do you want to Logout?"
,
"msgEssential"
:
"{0} is required"
,
"pdfPrint"
:
"PDF Print"
,
...
...
abweb/common/json/lang/lang-ja.json
View file @
f0babaa4
...
...
@@ -42,6 +42,7 @@
"txtLoginDate"
:
"ログイン日時"
,
"accountInformation"
:
"アカウント情報"
,
"errorOccurred"
:
"エラーが発生しました"
,
"onlyPrintCms"
:
"この帳票は管理画面からのみ出力できます。"
,
"msgLogoutConfirm"
:
"ログアウトしますか?"
,
"msgEssential"
:
"{0}は必須です。"
,
"pdfPrint"
:
"PDF出力"
,
...
...
abweb/common/json/lang/lang-ko.json
View file @
f0babaa4
...
...
@@ -42,6 +42,7 @@
"txtLoginDate"
:
"로그인 일시"
,
"accountInformation"
:
"계정 정보"
,
"errorOccurred"
:
"오류가 발생했습니다"
,
"onlyPrintCms"
:
"해당 IO장표는 관리화면에서만 출력 가능합니다."
,
"msgLogoutConfirm"
:
"로그아웃 하시겠습니까?"
,
"pdfPrint"
:
"PDF 출력"
,
"msgOperationEmpty"
:
"작업 데이터가 없습니다."
,
...
...
abweb/js/reportList/reportList.js
View file @
f0babaa4
...
...
@@ -96,7 +96,7 @@ RL.loadMainTitleCallback = function () {
if
(
RL
.
isQuickReport
)
{
var
elmA
;
if
(
RL
.
isQRTableInspect
)
{
elmA
=
$
(
'<div id="btnPdfPrint" onclick="COMMON.showAlert("errorOccurred");">'
);
elmA
=
$
(
"<div id=
\"
btnPdfPrint
\"
onclick=
\"
COMMON.showAlert('onlyPrintCms');
\"
>"
);
}
else
{
elmA
=
$
(
'<div id="btnPdfPrint" onclick="RL.goPdfPrint();">'
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment