[IMP] event empty message

bzr revid: fp@tinyerp.com-20140205085600-90w1r2zigefst1sv
This commit is contained in:
Fabien Pinckaers 2014-02-05 09:56:00 +01:00
parent 609a0ab0bc
commit df24894325
1 changed files with 6 additions and 13 deletions

View File

@ -40,19 +40,12 @@
</div>
<div class="row mt32 mb32">
<div class="col-md-9" id="middle_column">
<t t-if="not event_ids">
<div class="text-center text-muted">
<h3 class="css_editable_display">No event found</h3>
<h3 class="css_editable_hidden">There isn't available events right now, <t t-if="current_date or current_country or current_type">click <a t-attf-href="/event">here</a> to check all events or</t> click <a t-attf-href="/page/website.contactus">here</a> to contact us</h3>
<t groups="base.group_website_publisher">
<t groups="event.group_event_manager">
<p>Click on "Content" to define a new event or "Help" for more informations.</p>
<img src="/website/static/src/img/content_here.png"/>
<p>In the backend's event form contains information to customize your events: location, oranizer, tikets, registrations, etc.</p>
</t>
</t>
</div>
</t>
<div class="text-center text-muted" t-if="not event_ids">
<h1>No event found</h3>
<t groups="base.group_website_publisher">
<p groups="event.group_event_manager">Use the top menu <i>'Content'</i> to create your first event.</p>
</t>
</div>
<ul class="media-list">
<li t-foreach="event_ids" t-as="event" class="media">
<div class="media-body">