forked from verdnatura/hedera-web
Añadida opción de entrega a cuenta
This commit is contained in:
parent
bdbf0123a0
commit
e191e4afd4
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue