diff options
Diffstat (limited to 'framework/Wsat/pages/TWsatScaffolding.page')
-rw-r--r-- | framework/Wsat/pages/TWsatScaffolding.page | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Wsat/pages/TWsatScaffolding.page b/framework/Wsat/pages/TWsatScaffolding.page index a3ebffd5..f3e53df3 100644 --- a/framework/Wsat/pages/TWsatScaffolding.page +++ b/framework/Wsat/pages/TWsatScaffolding.page @@ -12,6 +12,10 @@ <com:TRequiredFieldValidator ControlToValidate="output_folder" Text="Output folder cannot be blank." Display="Dynamic" /> </div> + <com:TPanel ID="feedback_panel" Visible="false" style="width: 400px"> + <com:TLabel ID="generation_msg" /> + </com:TPanel> + <div style="text-align: center; width: 400px"> <com:TButton Text="Preview" OnClick="preview" Visible="false" /> <com:TButton Text="Generate" OnClick="generate" /> |