diff options
author | xue <> | 2006-01-29 03:30:41 +0000 |
---|---|---|
committer | xue <> | 2006-01-29 03:30:41 +0000 |
commit | d21b8fb8679e42cee8ffcff9f5bf201f6fa5d3d7 (patch) | |
tree | 1c7af3184679ea07eb6fff392b56d2c6f25af262 /demos/quickstart | |
parent | b69c890891147d8edfb4c2542ee290702afbe45a (diff) |
Added PDF download to quickstart.
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index e874bb37..52eb08f5 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -15,6 +15,7 @@ <div id="menu">
<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>
|