0
1
Fork 0

Añadida opción de entrega a cuenta

This commit is contained in:
Juan Ferrer Toribio 2014-05-12 13:07:20 +02:00
parent bdbf0123a0
commit e191e4afd4
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Package: hedera-web
Version: 1.0-3
Version: 1.0-4
Architecture: all
Maintainer: Juan Ferrer Toribio <juan@verdnatura.es>
Depends: apache2, php5-mysql

View File

@ -21,7 +21,10 @@
<div class="info">
<img src="image/ok.png" alt=""/>
<?php i('ConfirmedOrdersDesc') ?>
<button id="money-delivery"><?php i('MoneyDelivery') ?></button>
<button id="money-delivery">
<?php i('MoneyDelivery') ?>
<img src="image/pay.png" alt=""/>
</button>
</div>
<div>
<htk-grid>

View File

@ -12,11 +12,15 @@
border: 1px solid #CC9;
border-radius: 2px;
}
#orders .info img
#orders .info > img
{
vertical-align: middle;
margin: 8px;
}
#orders .info button > img
{
padding-left: 10px;
}
#orders td.hide
{
display: none;