[IMP] set flag image size

bzr revid: pga@tinyerp.com-20140305124400-xi1fqjuv85g0535l
This commit is contained in:
Parth Gajjar (Open ERP) 2014-03-05 18:14:00 +05:30
parent cc70d1d22e
commit 29d36f7dd9
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@
<div class="country_events_list">
<div class="css_editable_mode_hidden">
<t t-if="country">
<img class="img-rounded img-responsive" t-att-src="'/website/image?model=res.country&amp;field=image&amp;id='+str(country.id)"></img>
<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>
</t>
<t t-if="not country">