[MERGE] point_of_sale: simple fix for unsupported utf8 characters

bzr revid: fva@openerp.com-20130919145308-ucraqfxkdx9e829c
This commit is contained in:
Frédéric van der Essen 2013-09-19 16:53:08 +02:00
commit 74003d0efa
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

View File

@ -12,8 +12,8 @@
</div>
<div id="rightheader">
<div id="order-selector">
<button class="neworder-button square"></button>
<button class="deleteorder-button square"></button>
<button class="neworder-button square"><img src='/point_of_sale/static/src/img/plus.png' /></button>
<button class="deleteorder-button square"><img src='/point_of_sale/static/src/img/minus.png' /></button>
<ol id="orders"></ol>
</div>
<!-- here goes header buttons -->