[IMP] integrate mail client actions with search view
[odoo/odoo.git] / addons / mail / static / src / xml / mail.xml
index 761091d..5338a1d 100644 (file)
         wall main template
         Template used to display the communication history in the wall.
         -->
-    <div t-name="mail.wall" class="oe_view_manager oe_mail_wall oe_view_manager_current">
-        <table class="oe_view_manager_header">
-          <colgroup>
-            <col width="33%"/>
-            <col width="33%"/>
-            <col width="34%"/>
-          </colgroup>
-          <tbody>
-            <tr class="oe_header_row oe_header_row_top">
-                <td colspan="2">
-                    <h2 class="oe_view_title">
-                        <span class="oe_view_title_text">
-                            <t t-esc="widget.action.name"/>
-                        </span>
-                    </h2>
-                    <t t-if="widget.action.params.header_description">
-                        <br/>
-                        <span class="oe_view_subtitle_text">
-                            <t t-raw="widget.action.params.header_description"/>
-                        </span>
-                    </t>
-                </td>
-                <td><div class="oe_view_manager_view_search"/></td>
-            </tr>
-          </tbody>
-        </table>
-        <div class="oe_view_manager_wrapper">
-            <div>
-                <div class="oe_view_manager_body">
-                    <div class="oe_searchview_drawer_container"/>
+    <div t-name="mail.wall" class="oe-view-manager oe_mail_wall oe_view_manager_current">
+        <div class="oe-view-manager-header container-fluid">
+            <div class="row">
+                <div class="col-md-6 oe-header-title">
+                    <ol class="oe-view-title breadcrumb">
+                        <li class="active"><t t-esc="widget.action.name"/></li>
+                    </ol>
+                </div>
+                <div class="oe-view-manager-search-view col-md-6" />
+            </div>
+            <div class="row">
+                <div class="col-sm-6 col-sm-offset-6">
+                    <div class="oe-search-options btn-group"/>
+                </div>
+            </div>
+        </div>
+        <div class="oe-view-manager-content">
+            <div class="oe-view-manager-body">
+                <div>
                     <div class="oe_mail-placeholder"></div>
                     <aside class="oe_mail_wall_aside"></aside>
                 </div>