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
1fa5ad10
Commit
1fa5ad10
authored
Dec 22, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1.0_check_web_dev_kdh_2' into 'feature/1.0_check_web_dev'
PDF出力ボタンのアラートメッセージ変更 See merge request
!126
parents
02a2e850
f0babaa4
Hide 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 @
1fa5ad10
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
"txtLoginDate"
:
"Login Date"
,
"txtLoginDate"
:
"Login Date"
,
"accountInformation"
:
"Account Information"
,
"accountInformation"
:
"Account Information"
,
"errorOccurred"
:
"Error Occurred"
,
"errorOccurred"
:
"Error Occurred"
,
"onlyPrintCms"
:
"This I/O report can be output from only Administration screens."
,
"msgLogoutConfirm"
:
"Do you want to Logout?"
,
"msgLogoutConfirm"
:
"Do you want to Logout?"
,
"msgEssential"
:
"{0} is required"
,
"msgEssential"
:
"{0} is required"
,
"pdfPrint"
:
"PDF Print"
,
"pdfPrint"
:
"PDF Print"
,
...
...
abweb/common/json/lang/lang-ja.json
View file @
1fa5ad10
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
"txtLoginDate"
:
"ログイン日時"
,
"txtLoginDate"
:
"ログイン日時"
,
"accountInformation"
:
"アカウント情報"
,
"accountInformation"
:
"アカウント情報"
,
"errorOccurred"
:
"エラーが発生しました"
,
"errorOccurred"
:
"エラーが発生しました"
,
"onlyPrintCms"
:
"この帳票は管理画面からのみ出力できます。"
,
"msgLogoutConfirm"
:
"ログアウトしますか?"
,
"msgLogoutConfirm"
:
"ログアウトしますか?"
,
"msgEssential"
:
"{0}は必須です。"
,
"msgEssential"
:
"{0}は必須です。"
,
"pdfPrint"
:
"PDF出力"
,
"pdfPrint"
:
"PDF出力"
,
...
...
abweb/common/json/lang/lang-ko.json
View file @
1fa5ad10
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
"txtLoginDate"
:
"로그인 일시"
,
"txtLoginDate"
:
"로그인 일시"
,
"accountInformation"
:
"계정 정보"
,
"accountInformation"
:
"계정 정보"
,
"errorOccurred"
:
"오류가 발생했습니다"
,
"errorOccurred"
:
"오류가 발생했습니다"
,
"onlyPrintCms"
:
"해당 IO장표는 관리화면에서만 출력 가능합니다."
,
"msgLogoutConfirm"
:
"로그아웃 하시겠습니까?"
,
"msgLogoutConfirm"
:
"로그아웃 하시겠습니까?"
,
"pdfPrint"
:
"PDF 출력"
,
"pdfPrint"
:
"PDF 출력"
,
"msgOperationEmpty"
:
"작업 데이터가 없습니다."
,
"msgOperationEmpty"
:
"작업 데이터가 없습니다."
,
...
...
abweb/js/reportList/reportList.js
View file @
1fa5ad10
...
@@ -96,7 +96,7 @@ RL.loadMainTitleCallback = function () {
...
@@ -96,7 +96,7 @@ RL.loadMainTitleCallback = function () {
if
(
RL
.
isQuickReport
)
{
if
(
RL
.
isQuickReport
)
{
var
elmA
;
var
elmA
;
if
(
RL
.
isQRTableInspect
)
{
if
(
RL
.
isQRTableInspect
)
{
elmA
=
$
(
'<div id="btnPdfPrint" onclick="COMMON.showAlert("errorOccurred");">'
);
elmA
=
$
(
"<div id=
\"
btnPdfPrint
\"
onclick=
\"
COMMON.showAlert('onlyPrintCms');
\"
>"
);
}
else
{
}
else
{
elmA
=
$
(
'<div id="btnPdfPrint" onclick="RL.goPdfPrint();">'
);
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