diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-07 15:12:47 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-07 15:12:47 +0100 |
commit | c04ad22d07868d8191ec5451cfa9c1817079a26d (patch) | |
tree | 6e2029760407f8ea9a9e34d55d97b8cdf41a2405 /framework/Wsat/pages/layout | |
parent | 11666237dbdc0eb9e01d5d739994bdd88a551168 (diff) |
Comment out WSAT scaffolding: not ready yet
Diffstat (limited to 'framework/Wsat/pages/layout')
-rw-r--r-- | framework/Wsat/pages/layout/TWsatLayout.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Wsat/pages/layout/TWsatLayout.tpl b/framework/Wsat/pages/layout/TWsatLayout.tpl index d91ff333..4ad118e5 100644 --- a/framework/Wsat/pages/layout/TWsatLayout.tpl +++ b/framework/Wsat/pages/layout/TWsatLayout.tpl @@ -31,7 +31,9 @@ <div>Code Generation</div> <ul> <li><com:THyperLink NavigateUrl="<%= $this->Service->constructUrl('TWsatGenerateAR') %>" Text="AR Classes" /></li> + <!--- <li><com:THyperLink NavigateUrl="<%= $this->Service->constructUrl('TWsatScaffolding') %>" Text="Scaffolding" /></li> + ---> </ul> </div> </div> |