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_login",
|
||||
"client_requirement": "client_is_nothing=",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -22,7 +21,7 @@
|
|||
},
|
||||
{
|
||||
"type": "form",
|
||||
"action": "/action/log_in",
|
||||
"action": "/action/accountlogin/form_login",
|
||||
"method": "post",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -41,7 +40,7 @@
|
|||
},
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/action/log_in",
|
||||
"action": "/action/accountlogin/form_login",
|
||||
"method": "post",
|
||||
"text": "Log In",
|
||||
"class": "btn-full"
|
||||
|
|
@ -52,7 +51,7 @@
|
|||
"type": "p",
|
||||
"text": "Need to complete your account?",
|
||||
"link": {
|
||||
"action": "/view/view_createaccount",
|
||||
"action": "/accountcreate",
|
||||
"text": "Create Account"
|
||||
}
|
||||
}
|
||||
|
|
@ -77,7 +76,7 @@
|
|||
},
|
||||
{
|
||||
"type": "button_primary",
|
||||
"action": "/view/overview",
|
||||
"action": "/overview",
|
||||
"text": "Go to Overview"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue