summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Layout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Layout.tpl')
-rw-r--r--demos/quickstart/protected/pages/Layout.tpl13
1 files changed, 10 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/Layout.tpl b/demos/quickstart/protected/pages/Layout.tpl
index 2c22adce..d419fae3 100644
--- a/demos/quickstart/protected/pages/Layout.tpl
+++ b/demos/quickstart/protected/pages/Layout.tpl
@@ -17,11 +17,18 @@ Prado QuickStart Tutorial
<com:TLinkButton Text="Hide TOC" Click="toggleTopicPanel" />
</div>
-<com:Pages.TopicList ID="TopicPanel" />
-
-<div id="content">
+<table width="100%" border="0" cellspacing="0" cellpadding="0">
+<tr>
+<td valign="top">
+<div id="content" width="100%">
<com:TContentPlaceHolder ID="body" />
</div>
+</td>
+<td valign="top" width="1">
+<com:Pages.TopicList ID="TopicPanel" />
+</td>
+</tr>
+</table>
<div id="footer">
Copyright &copy; 2005 <a href="http://www.pradosoft.com">PradoSoft</a>.