[IMP]Improve search view in fetchmail module
authorTwinkle Christian (OpenERP) <tch@tinyerp.com>
Thu, 19 Jul 2012 09:22:11 +0000 (14:52 +0530)
committerTwinkle Christian (OpenERP) <tch@tinyerp.com>
Thu, 19 Jul 2012 09:22:11 +0000 (14:52 +0530)
bzr revid: tch@tinyerp.com-20120719092211-nn3gmuuo2jwfgjf6

addons/fetchmail/fetchmail_view.xml

index 9567f77..3325ae3 100644 (file)
             <field name="arch" type="xml">
                 <search string="Search Incoming Mail Servers">
                     <field name="name" string="Incoming Mail Server"/>
-                    <separator orientation="vertical"/>
                     <filter string="IMAP" icon="terp-folder-green" domain="[('type','=','imap')]" help="Server type IMAP."/>
                     <filter string="POP" icon="terp-folder-orange" domain="[('type','=','pop')]" help="Server type POP."/>
-                    <separator orientation="vertical"/>
+                    <separator/>
                     <filter string="SSL" icon="terp-camera_test" domain="[('is_ssl','=',True)]" help="If SSL required."/>
                 </search>
             </field>