[FIX] website: footer replace a t-href by href for cke

bzr revid: chm@openerp.com-20131004144646-rk1uq7g5nssbiaua
This commit is contained in:
Christophe Matthieu 2013-10-04 16:46:46 +02:00
parent a7206d62fa
commit 308d08ec07
2 changed files with 11 additions and 12 deletions

View File

@ -326,6 +326,7 @@ table.editorbar-panel td.selected {
color: white;
height: 48px;
margin-bottom: 32px;
padding-top: 12px;
}
/* ---- SNIPPET MANIPULATOR ---- */

View File

@ -133,19 +133,17 @@
<div class="col-md-5 col-lg-offset-1" name="about_us">
<h4>
<span t-field="res_company.name">Your Company</span>
<small> - <a t-href="/page/website.aboutus">About us</a></small>
<small> - <a href="/page/website.aboutus">About us</a></small>
</h4>
<span> <!-- fix me: not ediatable the editable render in chrome is wrong -->
<p>
We are a team of passionated people whose goal is to improve everyone's
life through disruptive products. We build great products to solve your
business problems.
</p>
<p>
Our products are designed for small to medium companies willing to optimize
their performance.
</p>
</span>
<p>
We are a team of passionated people whose goal is to improve everyone's
life through disruptive products. We build great products to solve your
business problems.
</p>
<p>
Our products are designed for small to medium companies willing to optimize
their performance.
</p>
</div>
</div>
</div>