diff options
author | xue <> | 2006-02-09 14:32:13 +0000 |
---|---|---|
committer | xue <> | 2006-02-09 14:32:13 +0000 |
commit | 47088abad9dbdd4ea24180753fa47ea3e363390c (patch) | |
tree | 966c86862df4eb6bfd964fdbb7649d0eba1e8526 /demos/quickstart/protected/controls/Layout.tpl | |
parent | aa46c9ab78abdd23c273c5e49b402a87a2aefcdb (diff) |
Added Printer-friendly version of quickstart tutorial.
Diffstat (limited to 'demos/quickstart/protected/controls/Layout.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 52eb08f5..6d56b490 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -12,12 +12,12 @@ <div class="image"></div>
</div>
-<div id="menu">
+<com:TPanel ID="MainMenu" CssClass="mainmenu">
<a href="?">Home</a> |
<a href="http://www.pradosoft.com">PradoSoft.com</a> |
-<a href="prado3_quick_start.pdf">Download in PDF</a> |
-<com:TLinkButton Text="Hide TOC" OnClick="toggleTopicPanel" />
-</div>
+<a href="prado3_quick_start.pdf">PDF Version</a> |
+<com:THyperLink ID="PrinterLink" Text="Printer-friendly Version" />
+</com:TPanel>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
|