[FIX] point_of_sale: replaced utf8 special characters by image as those glyphs were not supported on enough systems

bzr revid: fva@openerp.com-20130919145133-5glux5wmidwddq6u
This commit is contained in:
Frédéric van der Essen 2013-09-19 16:51:33 +02:00
parent dadf9c0273
commit b32d7a7351
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 -->