diff options
Diffstat (limited to 'tests/FunctionalTests/protected/pages/UI/LabeledTextBox.tpl')
-rw-r--r-- | tests/FunctionalTests/protected/pages/UI/LabeledTextBox.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.tpl b/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.tpl index 6eda63a5..3c8cc11f 100644 --- a/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.tpl +++ b/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.tpl @@ -1,2 +1,2 @@ -<com:TLabel ID="label" AssociatedControlID="textbox" Text="label:"/>
+<com:TLabel ID="label" ForControl="textbox" Text="label:"/>
<com:TTextBox ID="textbox" />
\ No newline at end of file |