diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-11-18 14:44:44 -0800 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-11-18 14:44:44 -0800 |
commit | 85ca63b0896be3d12a098b44b5ec0c65a5b76a6c (patch) | |
tree | 86af33cb199088d65389bfb83cacf94a3db2a88b /framework/Wsat/pages/layout | |
parent | 7a047bedd98b47a82263e81bf62ef3890947f6ac (diff) |
WSAT Login...
Diffstat (limited to 'framework/Wsat/pages/layout')
-rw-r--r-- | framework/Wsat/pages/layout/TWsatLayout.php | 2 | ||||
-rw-r--r-- | framework/Wsat/pages/layout/TWsatLayout.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/Wsat/pages/layout/TWsatLayout.php b/framework/Wsat/pages/layout/TWsatLayout.php index 30e52f44..e799125b 100644 --- a/framework/Wsat/pages/layout/TWsatLayout.php +++ b/framework/Wsat/pages/layout/TWsatLayout.php @@ -9,7 +9,7 @@ class TWsatLayout extends TTemplateControl { public function onLoad($param) {
parent::onLoad($param);
- $this->validateSecurity();
+ $this->validateSecurity();
}
private function validateSecurity() {
diff --git a/framework/Wsat/pages/layout/TWsatLayout.tpl b/framework/Wsat/pages/layout/TWsatLayout.tpl index 47068a3f..37cf4183 100644 --- a/framework/Wsat/pages/layout/TWsatLayout.tpl +++ b/framework/Wsat/pages/layout/TWsatLayout.tpl @@ -23,7 +23,7 @@ <div style="float: right"><com:THyperLink NavigateUrl="<%= $this->Service->DefaultPageUrl %>" Text="Web App" Target="_blank" /> | </div>
<div style="float: right"><com:THyperLink NavigateUrl="http://www.pradosoft.com/forum/" Text="Help" Target="_blank" /> | </div>
<div style="clear: both"></div>
- </div>
+ </div>
<div id="central_div">
<div id="toc">
|