diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 13:44:48 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 13:44:48 +0200 |
commit | 57987c93c15da02d6e39ab238f0abc40fe11dc4a (patch) | |
tree | abd8ef9938730854a78cf432217ccf0878624af5 /demos/quickstart/protected/pages/Controls | |
parent | 0269aefc30d65ddb5d197bac7819feed5bf78de8 (diff) |
Updated version number and changes log
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
-rwxr-xr-x | demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page index 5702970a..a7383e8d 100755 --- a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page @@ -1,9 +1,9 @@ <com:TContent ID="body">
<h1>TConditional Samples</h1>
-<com:TConditional Condition="Prado::getVersion()==='3.2.3'">
+<com:TConditional Condition="Prado::getVersion()==='3.2.4'">
<prop:TrueTemplate>
- <com:TLabel Text="You are using PRADO 3.2.3" />
+ <com:TLabel Text="You are using PRADO 3.2.4" />
</prop:TrueTemplate>
<prop:FalseTemplate>
<com:TLabel Text="You are using PRADO <%= Prado::getVersion() %>" />
|