summaryrefslogtreecommitdiff
path: root/app/php/pages/Login.page
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages/Login.page')
-rw-r--r--app/php/pages/Login.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/php/pages/Login.page b/app/php/pages/Login.page
index d0825a0..a2e5cd5 100644
--- a/app/php/pages/Login.page
+++ b/app/php/pages/Login.page
@@ -1,4 +1,4 @@
-<com:TForm>
+<com:TContent ID="Content">
Username: <com:TTextBox ID="Login" />
<com:TRequiredFieldValidator ControlToValidate="Login"
Display="Dynamic"
@@ -14,4 +14,4 @@
ErrorMessage="Username and password don't match" />
<br />
<com:TButton Text="Login" OnCommand="loginUser" />
-</com:TForm>
+</com:TContent>