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
4795158b
Commit
4795158b
authored
Nov 10, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
implement operation group master selection
parent
2ed8d07a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
4 deletions
+13
-4
abweb/common/category-modal.html
+0
-0
abweb/common/json/lang/lang-en.json
+4
-1
abweb/common/json/lang/lang-ja.json
+4
-1
abweb/common/json/lang/lang-ko.json
+4
-1
abweb/html/index.html
+1
-1
abweb/js/operationList/operationList.js
+0
-0
No files found.
abweb/common/category-modal.html
View file @
4795158b
This diff is collapsed.
Click to expand it.
abweb/common/json/lang/lang-en.json
View file @
4795158b
...
...
@@ -108,6 +108,8 @@
"sortByName"
:
"Name"
,
"sortByStartDate"
:
"Start Date"
,
"sortByEndDate"
:
"End Date"
,
"sortByLastEdit"
:
"Last Edit"
"sortByLastEdit"
:
"Last Edit"
,
"categorySelection"
:
"Category Selection"
,
"categoryAll"
:
"All"
}
\ No newline at end of file
abweb/common/json/lang/lang-ja.json
View file @
4795158b
...
...
@@ -106,5 +106,7 @@
"sortByName"
:
"作業名順"
,
"sortByStartDate"
:
"新しい順"
,
"sortByEndDate"
:
"古い順"
,
"sortByLastEdit"
:
"閲覧日順"
"sortByLastEdit"
:
"閲覧日順"
,
"categorySelection"
:
"カテゴリー選択"
,
"categoryAll"
:
"すべて"
}
\ No newline at end of file
abweb/common/json/lang/lang-ko.json
View file @
4795158b
...
...
@@ -105,5 +105,7 @@
"sortByName"
:
"Name"
,
"sortByStartDate"
:
"Start Date"
,
"sortByEndDate"
:
"End Date"
,
"sortByLastEdit"
:
"Last Edit"
"sortByLastEdit"
:
"Last Edit"
,
"categorySelection"
:
"Category Selection"
,
"categoryAll"
:
"All"
}
\ No newline at end of file
abweb/html/index.html
View file @
4795158b
...
...
@@ -52,7 +52,7 @@
<img
src=
"../common/img/icon_search.svg"
type=
"image"
alt=
""
class=
"lang"
lang=
"searchIcon"
onclick=
"OL.search();"
>
</a>
</div>
<a
href=
"#"
class=
"mx-1"
data-toggle=
"modal"
data-target=
"#category-modal"
>
<a
href=
"#"
class=
"mx-1
d-none"
id=
"operationGroupMasterButton
"
data-toggle=
"modal"
data-target=
"#category-modal"
>
<img
class=
"serarch-icon lang"
lang=
"category"
src=
"../common/img/icon_folder.svg"
type=
"image"
alt=
""
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
""
onclick=
"OL.openCategory();"
>
</a>
<div
class=
"c-dropdown"
>
...
...
abweb/js/operationList/operationList.js
View file @
4795158b
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