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
06be6385
Commit
06be6385
authored
Oct 27, 2022
by
NGO THI HONG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pickup js
parent
a4f21958
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
69 additions
and
6 deletions
+69
-6
abvw/common/css/newdash/app.css
+55
-1
abvw/common/json/lang/lang-en.json
+6
-3
abvw/common/json/lang/lang-ja.json
+4
-1
abvw/common/json/lang/lang-ko.json
+4
-1
abvw/html/pickup.html
+0
-0
abvw/js/pickup/pickup.js
+0
-0
No files found.
abvw/common/css/newdash/app.css
View file @
06be6385
...
...
@@ -2,7 +2,7 @@
* Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa
,
.fab
,
.fad
,
.fal
,
.far
,
.fas
{
.fa
,
.fab
,
.fad
,
.fal
,
.far
,
.fas
{
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
;
display
:
inline-block
;
...
...
@@ -14392,6 +14392,9 @@ a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
.w-120px {
width: 120px!important;
}
.w-250px {
width: 250px!important;
}
.h-25 {
height: 25%!important
...
...
@@ -14733,6 +14736,10 @@ a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover {
padding-left: 3rem!important
}
.pl-6,.px-6 {
padding-left: 3.5rem!important
}
.m-n1 {
margin: -.25rem!important
}
...
...
@@ -20655,6 +20662,53 @@ button {
padding: 4px 7px
}
.type-icon {
line-height: 0;
padding: 5px;
}
.type-icon .report:before{
content: '';
background-image: url("/abvw/common/img/type_icon_report.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 40px;
height: 40px;
display: inline-block;
}
.type-icon .questionary:before{
content: '';
background-image: url("/abvw/common/img/type_icon_questionary.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 40px;
height: 40px;
display: inline-block;
}
.type-icon .inspection:before{
content: '';
background-image: url("/abvw/common/img/type_icon_inspection.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 40px;
height: 40px;
display: inline-block;
}
.type-icon .proccess:before{
content: '
'
;
background-image
:
url("/abvw/common/img/type_icon_proccess.svg")
;
background-size
:
contain
;
background-repeat
:
no-repeat
;
background-position
:
center
;
width
:
40px
;
height
:
40px
;
display
:
inline-block
;
}
.block-title
{
border-bottom
:
1px
solid
#0070ca
}
...
...
abvw/common/json/lang/lang-en.json
View file @
06be6385
...
...
@@ -46,16 +46,18 @@
"newRegistrationTitle"
:
"New Registration"
,
"continousWorkTitle"
:
"Continous Work"
,
"processWorkTitle"
:
"Process work"
,
"reportWarningTitle"
:
"Report With Warning"
,
"reportWarningTitle"
:
"Report With Warning
s
"
,
"workWithWarningsTitle"
:
"Work with warnings"
,
"messageListTitle"
:
"Message List"
,
"sendMessageTitle"
:
"Send Message"
,
"distanceSupportTitle"
:
"DistanceSupport"
,
"chatTitle"
:
"Chat"
,
"makeDashboardAsHome"
:
"
Make dashboard your
home screen"
,
"makeDashboardAsHome"
:
"
Set dashboard to
home screen"
,
"btnKeep"
:
"Keep"
,
"addNew"
:
"Add New"
,
"display"
:
" display"
,
"displayPattern"
:
"Display Pattern"
"reportLevelReport"
:
"Report"
,
"reportLevelAnswer"
:
"Answer"
,
"msgNotFound"
:
"There is no applicable work."
}
\ No newline at end of file
abvw/common/json/lang/lang-ja.json
View file @
06be6385
...
...
@@ -56,5 +56,7 @@
"btnKeep"
:
"保存"
,
"addNew"
:
"新規追加"
,
"display"
:
" 件表示"
,
"displayPattern"
:
"件表示パターン"
"reportLevelReport"
:
"報告"
,
"reportLevelAnswer"
:
"回答"
,
"msgNotFound"
:
"該当する作業がありません。"
}
\ No newline at end of file
abvw/common/json/lang/lang-ko.json
View file @
06be6385
...
...
@@ -56,5 +56,7 @@
"btnKeep"
:
"Keep"
,
"addNew"
:
"Add New"
,
"display"
:
" display"
,
"displayPattern"
:
"Display Pattern"
"reportLevelReport"
:
"Report"
,
"reportLevelAnswer"
:
"Answer"
,
"msgNotFound"
:
"There is no applicable work."
}
\ No newline at end of file
abvw/html/pickup.html
View file @
06be6385
This diff is collapsed.
Click to expand it.
abvw/js/pickup/pickup.js
View file @
06be6385
This diff is collapsed.
Click to expand it.
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