summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-08-26 13:33:09 +0200
committerFabio Bas <ctrlaltca@gmail.com>2014-08-26 13:33:09 +0200
commit6ca6255d37abcde597b1d800193eef4267dc510c (patch)
tree462d06e7fe498283969e191b34e52aa8c325a19c
parentcec6bc47739e52664de14c7b2ce9949b9f6c9123 (diff)
Minor wsat fixes
-rwxr-xr-xdemos/quickstart/protected/pages/GettingStarted/NewFeatures.page4
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/Wsat.page2
-rw-r--r--framework/Wsat/pages/TWsatScaffolding.page2
3 files changed, 4 insertions, 4 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
index 1d314d8a..4b2ba083 100755
--- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
+++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
@@ -9,8 +9,8 @@ This page summarizes the main new features that are introduced in each PRADO rel
<h2 id="8001">Version 3.2.4</h2>
<ul>
<li>Added Adding toArray() and toJSON() to TActiveRecord</li>
-<li>Dropped Markdown for Parsedown, supporting GitHub Flavored Markdownp's extension</li>
-<li>Web site administration tool (WSAT)</li>
+<li>Dropped Markdown for Parsedown, supporting GitHub Flavored Markdown's extension</li>
+<li>Web site administration tool (<a href="?page=GettingStarted.Wsat">WSAT</a>)</li>
</ul>
<h2 id="8001">Version 3.2.3</h2>
diff --git a/demos/quickstart/protected/pages/GettingStarted/Wsat.page b/demos/quickstart/protected/pages/GettingStarted/Wsat.page
index 3d07e6f2..f9395aa0 100644
--- a/demos/quickstart/protected/pages/GettingStarted/Wsat.page
+++ b/demos/quickstart/protected/pages/GettingStarted/Wsat.page
@@ -38,7 +38,7 @@
<h2>Active Record classes generation</h2>
<p class="block-content">
- In order to generate AR classes you need to go to: http://localhost/divermania/index.php?wsat=TWsatGenerateAR
+ In order to generate AR classes you need to go to: http://localhost/yoursite/index.php?wsat=TWsatGenerateAR
by clicking the proper links in the welcome page. Then you should see the following page:
</p>
<img src="<%~wsat_generate_ar.png%>" style="width: 700px;" />
diff --git a/framework/Wsat/pages/TWsatScaffolding.page b/framework/Wsat/pages/TWsatScaffolding.page
index 42f78d09..cce1d5c9 100644
--- a/framework/Wsat/pages/TWsatScaffolding.page
+++ b/framework/Wsat/pages/TWsatScaffolding.page
@@ -1,3 +1,3 @@
<com:TContent ID="Content">
- Scaffolding will be avaliable in Prado 3.4
+ Scaffolding will be available in Prado 3.4
</com:TContent>