diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php new file mode 100644 index 00000000..de4d3b3d --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket653/Layout.php @@ -0,0 +1,13 @@ +<?php + +class Layout extends TTemplateControl +{ + public function onLoad($param) + { + $this->getPage()->setTitle("Verifying Ticket 653"); + $this->ticketlink->setText("Verifying Ticket 653"); + $this->ticketlink->setNavigateUrl("http://trac.pradosoft.com/prado/ticket/653"); + } +} + +?>
\ No newline at end of file |