diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl b/tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl new file mode 100644 index 00000000..fd2bacd1 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/LTemplate.tpl @@ -0,0 +1,11 @@ + +<com:TPanel + ID="Large"> + <h1> L A R G E </h1> +</com:TPanel> + +<com:TPanel + ID="Small"> + <h7> small </h6> +</com:TPanel> + |