diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket521.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket521.page | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket521.page b/tests/FunctionalTests/tickets/protected/pages/Ticket521.page index e1f65663..f3014020 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket521.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket521.page @@ -1,9 +1,5 @@ <com:TContent ID="Content">
-<!--
- <com:System.Web.UI.ActiveControls.TActiveButton ID="addInvestType" Text="Add"
- OnCallback="doSave" />
--->
<com:System.Web.UI.ActiveControls.TActiveButton id="button1" OnClick="doOnClick" OnCallback="doSave" Text="Save" />
<com:System.Web.UI.ActiveControls.TActiveLabel ID="label1" Text="Label 1" />
|