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/TWsatHome.page | |
parent | 11666237dbdc0eb9e01d5d739994bdd88a551168 (diff) |
Comment out WSAT scaffolding: not ready yet
Diffstat (limited to 'framework/Wsat/pages/TWsatHome.page')
-rw-r--r-- | framework/Wsat/pages/TWsatHome.page | 2 |
1 files changed, 2 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> |