diff options
author | xue <> | 2006-01-18 17:49:07 +0000 |
---|---|---|
committer | xue <> | 2006-01-18 17:49:07 +0000 |
commit | c3d6f8088a250dc2a47f09673aa68382bafdd114 (patch) | |
tree | a1cccb2bedbdb8e583ec9a556bf800a656781d19 /demos/quickstart/protected | |
parent | 35322b4e063ec8874c4412361b3ea7bc97532b8b (diff) |
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index ac5f84d0..586b30af 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -8,7 +8,7 @@ <body>
<com:TForm>
<div id="header">
-<div class="title">Prado QuickStart Tutorial</div> +<div class="title">Prado QuickStart Tutorial</div>
<div class="image"></div>
</div>
@@ -21,7 +21,7 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
-<div id="content" width="100%">
+<div id="content">
<com:TContentPlaceHolder ID="body" />
</div>
</td>
|