trytond-galatea_blog-old/view/comment_form.xml
2014-05-27 12:17:33 +02:00

16 lines
544 B
XML

<?xml version="1.0"?>
<!-- This file is part galatea_blog of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form string="Comment">
<label name="user"/>
<field name="user"/>
<label name="create_date"/>
<field name="create_date"/>
<label name="active"/>
<field name="active"/>
<label name="post"/>
<field name="post"/>
<separator string="Description" id="description" colspan="4"/>
<field name="description" colspan="4"/>
</form>