From 4cf602da9d7cd37e49d7e645f49605e141eb05fb Mon Sep 17 00:00:00 2001 From: tof <> Date: Tue, 5 Feb 2008 14:26:24 +0000 Subject: Fixed #785 --- .../tickets/protected/pages/Ticket785.page | 20 ++++++++++++++++++++ .../tickets/protected/pages/Ticket785.php | 7 +++++++ 2 files changed, 27 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket785.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket785.php (limited to 'tests/FunctionalTests/tickets/protected/pages') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket785.page b/tests/FunctionalTests/tickets/protected/pages/Ticket785.page new file mode 100644 index 00000000..1b402a17 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket785.page @@ -0,0 +1,20 @@ + + + + $('selDate').innerHTML=parameter; + + +

+Client Side Selected date : +

+ + + + + $('selDate2').innerHTML=parameter; + + +

+Client Side Selected date : +

+
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket785.php b/tests/FunctionalTests/tickets/protected/pages/Ticket785.php new file mode 100644 index 00000000..91ba918d --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket785.php @@ -0,0 +1,7 @@ + \ No newline at end of file -- cgit v1.2.3