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
734633c5
Commit
734633c5
authored
Nov 16, 2022
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edited callback on pdfprint
parent
5ef452a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
abweb/common/json/lang/lang-ja.json
+1
-1
abweb/js/pdfPrint/pdfPrint.js
+1
-1
No files found.
abweb/common/json/lang/lang-ja.json
View file @
734633c5
...
...
@@ -7,7 +7,7 @@
"txtLastLoginTime"
:
"最終ログイン時間:"
,
"msgPwdEmpty"
:
"パスワードを入力してください"
,
"msgPwdOldWrong"
:
"現在のパスワードに誤りがあります"
,
"msgPwdOldWrong"
:
"現在のパスワードに誤りがあります
。
"
,
"msgPwdNotMatch"
:
"新しいパスワードと新しいパスワード(確認)が一致しません。"
,
"msgInvaildLength"
:
"パスワードの長さは6文字以上16文字以下の間でなければいけません。"
,
"msgHasSeqChar"
:
"新しいパスワードに同じ文字を3文字以上連続して使えません。"
,
...
...
abweb/js/pdfPrint/pdfPrint.js
View file @
734633c5
...
...
@@ -38,7 +38,7 @@ PP.loadCommon = function () {
titleLang
:
CONSTANT
.
PAGE_NAME
.
PDF_PRINT
,
}
];
TEMPLATE
.
loadMainNavsTitle
(
'#includedMainTitle'
,
CONSTANT
.
PAGE_NAME
.
PDF_PRINT
,
navs
,
PP
.
initPdfList
()
);
TEMPLATE
.
loadMainNavsTitle
(
'#includedMainTitle'
,
CONSTANT
.
PAGE_NAME
.
PDF_PRINT
,
navs
,
PP
.
initPdfList
);
};
/**
...
...
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