diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket500.page')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket500.page | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket500.page b/tests/FunctionalTests/tickets/protected/pages/Ticket500.page new file mode 100644 index 00000000..a5ef32ca --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket500.page @@ -0,0 +1,7 @@ +<com:TContent ID="Content">
+
+<com:TActiveHyperLink ID="link1" Text="link 1"/>
+
+<com:TActiveButton ID="button1" Text="set url" onclick="set_url"/>
+
+</com:TContent>
\ No newline at end of file |