diff options
Diffstat (limited to 'demos/controls/protected/pages/LoginPage.tpl')
-rw-r--r-- | demos/controls/protected/pages/LoginPage.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/demos/controls/protected/pages/LoginPage.tpl b/demos/controls/protected/pages/LoginPage.tpl index 04edae1c..db687e00 100644 --- a/demos/controls/protected/pages/LoginPage.tpl +++ b/demos/controls/protected/pages/LoginPage.tpl @@ -1,4 +1,7 @@ +<%@ MasterClass="Pages.master.MasterPage" %>
+<com:TContent id="body" >
<com:TForm>
+<div>
<com:TPanel GroupingText="Login" Width="270px" HorizontalAlign="center">
<com:TLabel Text="Username" AssociatedControlID="username"/>
<com:TTextBox ID="username" /><br/>
@@ -7,4 +10,6 @@ <com:TButton Text="Login" Click="login" />
<com:TLabel ID="error" />
</com:TPanel>
-</com:TForm>
\ No newline at end of file +</div>
+</com:TForm>
+</com:TContent>
\ No newline at end of file |