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_createaccount",
|
||||
"client_requirement": "client_is_nothing=",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -22,7 +21,7 @@
|
|||
},
|
||||
{
|
||||
"type": "form",
|
||||
"action": "/action/create_account",
|
||||
"action": "/action/accountcreate/form_create",
|
||||
"method": "post",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -58,7 +57,7 @@
|
|||
},
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/action/create_account",
|
||||
"action": "/action/accountcreate/form_create",
|
||||
"method": "post",
|
||||
"text": "Create Account",
|
||||
"class": "btn-full"
|
||||
|
|
@ -69,7 +68,7 @@
|
|||
"type": "p",
|
||||
"text": "Already have an account?",
|
||||
"link": {
|
||||
"action": "/view/view_login",
|
||||
"action": "/accountlogin",
|
||||
"text": "Log In"
|
||||
}
|
||||
}
|
||||
|
|
@ -94,7 +93,7 @@
|
|||
},
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/view/overview",
|
||||
"action": "/overview",
|
||||
"text": "Go to Overview"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue