vpat 42: link url label to input in scaffold (#4017)
This commit is contained in:
parent
f1d8a1c289
commit
1e990f3ca0
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@
|
||||||
<tabpanel>
|
<tabpanel>
|
||||||
<vbox flex="1">
|
<vbox flex="1">
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label control="textbox-tabUrl" value="&scaffold.tabUrl.label;"/>
|
<label control="browser-url" value="&scaffold.tabUrl.label;"/>
|
||||||
<html:input id="browser-url" style="flex: 1;"/>
|
<html:input id="browser-url" style="flex: 1;"/>
|
||||||
<button observes="validate-tests" label="&scaffold.testing.create.web;" tooltiptext="Create a new test from the current page" oncommand="Scaffold.saveTestFromCurrent('web')"/>
|
<button observes="validate-tests" label="&scaffold.testing.create.web;" tooltiptext="Create a new test from the current page" oncommand="Scaffold.saveTestFromCurrent('web')"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
Loading…
Reference in a new issue