[IMP] removing static style

bzr revid: fp@tinyerp.com-20140509202753-p5080kwk8dupfdrc
This commit is contained in:
Fabien Pinckaers 2014-05-09 22:27:53 +02:00
parent dba3e92195
commit 80ea7fe099
1 changed files with 4 additions and 4 deletions

View File

@ -372,7 +372,7 @@
<div class="country_events_list">
<div class="text-muted text-left">
<div>
<img style="max-height:10em;" class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
<img class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
</div>
<div>Events in visitor's country</div>
</div>
@ -396,11 +396,11 @@
<div class="country_events_list">
<div>
<t t-if="country">
<img style="max-height:10em;" class="img-rounded img-responsive" t-att-src="'/website/image?model=res.country&amp;field=image&amp;id='+str(country.id)"></img>
<h4><b>Events in <span t-esc="country.name"></span></b></h4>
<img class="img-rounded img-responsive" t-att-src="'/website/image?model=res.country&amp;field=image&amp;id='+str(country.id)"></img>
<h4><b>Events: <span t-esc="country.name"></span></b></h4>
</t>
<t t-if="not country">
<img style="max-height:10em;" class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
<img class="img-rounded img-responsive" src="/website_event/static/src/img/world_map.jpg"></img>
<h4><b>Upcoming Events</b></h4>
</t>
<div t-foreach="events[:5]" t-as="event_dict" class="oe_website_overflow_ellipsis mb8">