egroupware_official/home/templates/default/edit.xet
Nathan Gray 872a11bfdb Home progress:
- Fix some incorrect sizes on new portlets
- Fix mainscreen message
- Base for using other app favorites on home screen
2014-11-11 23:07:35 +00:00

19 lines
426 B
XML

<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<template id="home.edit" template="" lang="" group="0" version="1.9.001">
<grid>
<columns>
<column/>
<column/>
</columns>
<rows>
<row>
<label for="@${row}[name]" value="@${row}[label]"/>
<widget type="@${row}[type]" id="@${row}[name]" no_lang="1" select_options="@${row}[select_options]"/>
</row>
</rows>
</grid>
</template>
</overlay>