mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!-- $Id$ -->
|
||
|
<overlay>
|
||
|
<grid id="etemplate.groupbox.test" template="" lang="" group="" version="">
|
||
|
<columns>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<groupbox>
|
||
|
<caption label="Selection grouping"/>
|
||
|
<radio options="1" label="%s selection #1 or" id="selection"/>
|
||
|
<radio options="2" label="%s selection #2" id="selection"/>
|
||
|
</groupbox>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</overlay>
|