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 | |
parent | 11666237dbdc0eb9e01d5d739994bdd88a551168 (diff) |
Comment out WSAT scaffolding: not ready yet
-rw-r--r-- | framework/Wsat/pages/TWsatHome.page | 2 | ||||
-rw-r--r-- | framework/Wsat/pages/layout/TWsatLayout.tpl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/framework/Wsat/pages/TWsatHome.page b/framework/Wsat/pages/TWsatHome.page index 2f65a541..3083a39c 100644 --- a/framework/Wsat/pages/TWsatHome.page +++ b/framework/Wsat/pages/TWsatHome.page @@ -13,6 +13,7 @@ Enables you to generate all Active Record Classes with relations included. </td> </tr> + <!--- <tr style="background-color: #cccccc"> <td style="padding: 5px; width: 100px"> <com:THyperLink NavigateUrl="<%= $this->Service->constructUrl('TWsatScaffolding') %>" Text="Scaffolding" /> @@ -21,5 +22,6 @@ Enables you to generate a completed CRUD based in DB tables. It allow to choose bootstrap for the view generation. </td> </tr> + ---> </table> </com:TContent> 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> |