Development
This commit is contained in:
parent
a110af0a1c
commit
60df03e85c
2 changed files with 40 additions and 14 deletions
|
|
@ -607,8 +607,44 @@
|
|||
"client_requirement": "client_is_administrator+",
|
||||
"items": [
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "%PENDING_CHANGES_HTML%"
|
||||
"type": "form",
|
||||
"action": "/action/actions_cardpendingchanges_applyselected",
|
||||
"method": "post",
|
||||
"items": [
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "%PENDING_CHANGES_HTML%"
|
||||
},
|
||||
{
|
||||
"type": "button_row",
|
||||
"items": [
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/action/actions_cardpendingchanges_applyselected",
|
||||
"method": "post",
|
||||
"text": "Apply Selected"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "form",
|
||||
"action": "/action/actions_cardpendingchanges_revertselected",
|
||||
"method": "post",
|
||||
"items": [
|
||||
{
|
||||
"type": "button_row",
|
||||
"items": [
|
||||
{
|
||||
"type": "button_secondary",
|
||||
"action": "/action/actions_cardpendingchanges_revertselected",
|
||||
"method": "post",
|
||||
"text": "Revert Selected"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -619,7 +655,7 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "form",
|
||||
"action": "/action/general_cardpendingchanges_save",
|
||||
"action": "/action/actions_cardoptions_save",
|
||||
"method": "post",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -635,7 +671,7 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/action/general_cardpendingchanges_save",
|
||||
"action": "/action/actions_cardoptions_save",
|
||||
"method": "post",
|
||||
"text": "Save"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue