forked from extern/egroupware
ec1ffc81be
- added vbox and hbox support: container to put widgets in one row or column - complete rows and column can now be disabled (even with a simple comparison with a variable in content, eg. disabled if the var is empty) - labels and helptexts from tpls with 'test' in there name, get no longer written to the lang-file - update the documentation
14 lines
282 B
XML
14 lines
282 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<grid id="etemplate.disable_test" template="" lang="" group="" version="">
|
|
<columns>
|
|
<column width="50%" disabled="true"/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@data">
|
|
<description/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</overlay> |