Commit b37a8b8e by aagusti

penambahan button copy

1 parent 9ea96cff
......@@ -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_edit = Button('edit', title=_('Edit'), css_class="btn-success")
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_force = Button('force', title=_('Force'), css_class="btn-info")
btn_upload = Button('upload', title=_('Upload'), css_class="btn-info")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!