summaryrefslogtreecommitdiff
path: root/demos/personal
diff options
context:
space:
mode:
authorxue <>2006-01-21 17:29:40 +0000
committerxue <>2006-01-21 17:29:40 +0000
commit3fcf847e0cadfb9ede930f538c2f277483442175 (patch)
tree12534cf4b29c1d4676fd59ab47adb60e292bcb6c /demos/personal
parent99b56c855a597c606d349c7063d843539e65a6ed (diff)
BE AWARE: Significant change!
Changed event definition from XXX to OnXXX.
Diffstat (limited to 'demos/personal')
-rw-r--r--demos/personal/protected/Pages/Layout.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/personal/protected/Pages/Layout.tpl b/demos/personal/protected/Pages/Layout.tpl
index f1064231..897bf04b 100644
--- a/demos/personal/protected/Pages/Layout.tpl
+++ b/demos/personal/protected/Pages/Layout.tpl
@@ -25,7 +25,7 @@
<com:TLinkButton
Text="LOGOUT"
Visible=<%= !$this->User->IsGuest %>
- Click="logout"
+ OnClick="logout"
/>
</div>
</div>