[IMP] Improve ospp_slide module

university-opentkr-16.0
Oliver Yuan 2023-04-18 10:50:58 +08:00
parent 18ec73193c
commit 2de29a5250
1 changed files with 3 additions and 3 deletions

View File

@ -37,13 +37,13 @@
<button name="action_create_instance" data-hotkey="v" <button name="action_create_instance" data-hotkey="v"
string="Create" type="object" string="Create" type="object"
attrs="{'invisible': [('instance_created', '=', True)]}"/> attrs="{'invisible': [('instance_created', '=', True)]}"/>
<button name="action_post_instance" data-hotkey="g"
string="Notify" type="object"
attrs="{'invisible': [('instance_created', '!=', True)]}"/>
<button name="action_drop_instance" data-hotkey="f" <button name="action_drop_instance" data-hotkey="f"
groups="ospp_slide.group_button_action_drop_instance" groups="ospp_slide.group_button_action_drop_instance"
string="Drop" type="object" string="Drop" type="object"
attrs="{'invisible': [('instance_created', '!=', True)]}"/> attrs="{'invisible': [('instance_created', '!=', True)]}"/>
<button name="action_post_instance" data-hotkey="g"
string="Notify" type="object"
attrs="{'invisible': [('instance_created', '!=', True)]}"/>
</tree> </tree>
<form> <form>
<group> <group>