[IMP]Put static image as not getting customize option when coming dynamically.

bzr revid: bth@tinyerp.com-20131023122735-s9had1vgl90g6zz1
This commit is contained in:
bth-openerp 2013-10-23 17:57:35 +05:30
parent 32169579f2
commit eb3ef77319
5 changed files with 8 additions and 1 deletions

View File

@ -437,3 +437,7 @@ a[data-publish][data-publish='on']:hover .css_published {
::selection {
background: rgba(150, 150, 220, 0.3);
}
.logo-img {
width: 220px;
}

View File

@ -334,3 +334,6 @@ a[data-publish]
::selection
background: rgba(150, 150, 220, 0.3)
.logo-img
width: 220px

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@ -465,7 +465,7 @@ Sitemap: <t t-esc="url_root"/>sitemap.xml
<div class="row">
<div class="col-md-12 mt32 mb32" data-snippet-id="colmd">
<div class="text-center">
<img t-att-src="res_company.img('logo')" class="img img-responsive shadow"/>
<img src="/web/static/src/img/logo.png" class="img shadow logo-img"/>
</div>
<h3 class="text-center text-muted" t-field="res_company.rml_header1"></h3>
</div>