Development
This commit is contained in:
parent
eed1d295dc
commit
d9f3bd8289
45 changed files with 635 additions and 666 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"id": "view_preferences",
|
||||
"client_requirement": "client_is_viewer+",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -21,7 +20,7 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "form",
|
||||
"action": "/action/save_preferences",
|
||||
"action": "/action/preferences/accountdetails_save",
|
||||
"method": "post",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -46,7 +45,7 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/action/save_preferences",
|
||||
"action": "/action/preferences/accountdetails_save",
|
||||
"method": "post",
|
||||
"text": "Save Preferences"
|
||||
}
|
||||
|
|
@ -62,7 +61,7 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "form",
|
||||
"action": "/action/change_password",
|
||||
"action": "/action/preferences/changepassword_save",
|
||||
"method": "post",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -91,7 +90,7 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/action/change_password",
|
||||
"action": "/action/preferences/changepassword_save",
|
||||
"method": "post",
|
||||
"text": "Change Password"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue