Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b37a8b8e
authored
Apr 07, 2023
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
penambahan button copy
1 parent
9ea96cff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
opensipkd/tools/buttons.py
opensipkd/tools/buttons.py
View file @
b37a8b8
...
@@ -8,6 +8,7 @@ btn_add = Button('add', title=_('Add'), css_class="btn-success")
...
@@ -8,6 +8,7 @@ btn_add = Button('add', title=_('Add'), css_class="btn-success")
btn_view
=
Button
(
'view'
,
title
=
_
(
'View'
),
css_class
=
"btn-info"
)
btn_view
=
Button
(
'view'
,
title
=
_
(
'View'
),
css_class
=
"btn-info"
)
btn_edit
=
Button
(
'edit'
,
title
=
_
(
'Edit'
),
css_class
=
"btn-success"
)
btn_edit
=
Button
(
'edit'
,
title
=
_
(
'Edit'
),
css_class
=
"btn-success"
)
btn_delete
=
Button
(
'delete'
,
title
=
_
(
'Delete'
),
css_class
=
"btn-danger"
)
btn_delete
=
Button
(
'delete'
,
title
=
_
(
'Delete'
),
css_class
=
"btn-danger"
)
btn_copy
=
Button
(
'copy'
,
title
=
_
(
'Copy'
),
css_class
=
"btn-success"
)
btn_save
=
Button
(
'save'
,
title
=
_
(
'Save'
),
css_class
=
"btn-primary"
)
btn_save
=
Button
(
'save'
,
title
=
_
(
'Save'
),
css_class
=
"btn-primary"
)
btn_force
=
Button
(
'force'
,
title
=
_
(
'Force'
),
css_class
=
"btn-info"
)
btn_force
=
Button
(
'force'
,
title
=
_
(
'Force'
),
css_class
=
"btn-info"
)
btn_upload
=
Button
(
'upload'
,
title
=
_
(
'Upload'
),
css_class
=
"btn-info"
)
btn_upload
=
Button
(
'upload'
,
title
=
_
(
'Upload'
),
css_class
=
"btn-info"
)
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment