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
You need to sign in or sign up before continuing.
Commit 5c9e9ff2
authored
May 20, 2024
by
Tatang S
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bugfix setelah ada tambahan button post/unpost
1 parent
1c26b39a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
opensipkd/tools/buttons.py
opensipkd/tools/buttons.py
View file @
5c9e9ff
...
@@ -82,3 +82,8 @@ btn_password = Button('password', title=_('Change Password'),
...
@@ -82,3 +82,8 @@ btn_password = Button('password', title=_('Change Password'),
btn_lost
=
Button
(
'lost'
,
title
=
_
(
'Lost Password'
),
css_class
=
"btn-danger"
)
btn_lost
=
Button
(
'lost'
,
title
=
_
(
'Lost Password'
),
css_class
=
"btn-danger"
)
btn_yes
=
Button
(
'yes'
,
title
=
_
(
'Yes'
),
css_class
=
"btn-success"
)
btn_yes
=
Button
(
'yes'
,
title
=
_
(
'Yes'
),
css_class
=
"btn-success"
)
btn_no
=
Button
(
'no'
,
title
=
_
(
'No'
),
css_class
=
"btn-danger"
)
btn_no
=
Button
(
'no'
,
title
=
_
(
'No'
),
css_class
=
"btn-danger"
)
# karena error serve, sy tambahkan ini
btn_post
=
Button
(
'ttr'
,
title
=
_
(
'Post'
),
css_class
=
"btn-info"
,
type
=
"button"
)
btn_unpost
=
Button
(
'ttr'
,
title
=
_
(
'UnPost'
),
css_class
=
"btn-info"
,
type
=
"button"
)
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