egroupware_official/etemplate/templates/default/disable_test.xet
Ralf Becker ec1ffc81be Many new stuff for the eTemplates:
- 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
2002-10-12 16:37:44 +00:00

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>