[MERGE] forward port of branch 8.0 up to e883193
[odoo/odoo.git] / addons / website_event_track / views / website_event.xml
index fc9745e..e6ee8ac 100644 (file)
@@ -2,7 +2,7 @@
 <openerp>
 <data>
 
-<template id="assets_frontend" inherit_id="website.assets_frontend" name="Event track front end">
+<template id="assets_frontend" inherit_id="website.assets_frontend" name="Website Event Track Assets">
     <xpath expr="." position="inside">
         <link rel="stylesheet" href="/website_event_track/static/src/css/website_event_track.css"/>
         <script type="text/javascript" src="/website_event_track/static/src/js/website_event_track.js"></script>
 <template name="Sponsors" id="event_sponsor" customize_show="True" inherit_id="website_event.layout">
     <xpath expr="//div[@id='wrap']" position="inside">
         <div class="container mt32 mb16 hidden-print" t-if="event.sponsor_ids">
-            <section data-snippet-id="title">
+            <section>
                 <h2 class="text-center mb32">Our Sponsors</h2>
             </section>
             <div class="row">
-                <div t-attf-class="col-md-#{(len(event.sponsor_ids) > 6) and 2 or (12/ len(event.sponsor_ids))} text-center mb16" t-foreach="event.sponsor_ids" t-as="sponsor">
+                <div t-attf-class="col-md-#{(len(event.sponsor_ids) > 6) and 2 or (12/ len(event.sponsor_ids))} text-center mb16 oe_sponsor" t-foreach="event.sponsor_ids" t-as="sponsor">
                     <t t-if="sponsor.url">
                         <a t-att-href="sponsor.url" style="position: relative; display: inline-block;">
                             <span t-field="sponsor.image_medium"
     <t t-call="website_event.layout">
         <div class="oe_structure"/>
         <div class="container">
-            <section data-snippet-id="title">
+            <section>
                 <h1 class="text-center mb0">Call for Proposals</h1>
                 <h2 class="text-center text-muted mb32" t-esc="event.name"></h2>
             </section>
             <section class="row">
                 <div class="col-md-8">
                     <div class="oe_structure">
-                        <section data-snippet-id="text">
+                        <section>
                             <h3 class="page-header mt16">
                                 Introduction
                             </h3>
                                 inclusion in the programme.
                             </p>
                         </section>
-                        <section data-snippet-id="text">
+                        <section>
                             <h3 class="page-header">Application</h3>
                             <p>
                                 Fill this form to propose your talk.