forked from extern/egroupware
fixed not working label_for --> for attribute
This commit is contained in:
parent
5a93e1d283
commit
57767df461
@ -2,9 +2,7 @@
|
||||
<vbox>
|
||||
<textbox label="Blub" />
|
||||
<textbox label="This %s is a textbox" />
|
||||
<hbox><description label_for="testbox" value="This is a description tag for the textbox next to it."/><textbox id="testbox"/></hbox>
|
||||
<hbox><description for="testbox" value="This is a description tag for the textbox next to it."/><textbox id="testbox"/></hbox>
|
||||
<description onclick="alert('You\'ve punched me!');" value="Click me!"/>
|
||||
</vbox>
|
||||
</overlay>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user