Add picto for cheque payment
This commit is contained in:
parent
cfd29841e1
commit
1d6213ea7d
@ -602,7 +602,7 @@ print $text;
|
|||||||
// Output payment summary form
|
// Output payment summary form
|
||||||
print '<tr><td align="center">';
|
print '<tr><td align="center">';
|
||||||
print '<table with="100%" id="tablepublicpayment">';
|
print '<table with="100%" id="tablepublicpayment">';
|
||||||
print '<tr class="liste_total"><td align="left" colspan="2">'.$langs->trans("ThisIsInformationOnPayment").' :</td></tr>'."\n";
|
print '<tr><td align="left" colspan="2" class="opacitymedium">'.$langs->trans("ThisIsInformationOnPayment").' :</td></tr>'."\n";
|
||||||
|
|
||||||
$found=false;
|
$found=false;
|
||||||
$error=0;
|
$error=0;
|
||||||
|
|||||||
BIN
htdocs/theme/common/cheque.png
Normal file
BIN
htdocs/theme/common/cheque.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@ -344,48 +344,40 @@ input.buttongen {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
input.buttonpayment {
|
input.buttonpayment {
|
||||||
width: 300px;
|
min-width: 280px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
background: none;
|
||||||
|
border: 2px solid #666666;
|
||||||
}
|
}
|
||||||
input.buttonpaymentcb {
|
input.buttonpaymentcb {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
|
||||||
background-size: 26px;
|
background-size: 26px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 5px 5px;
|
background-position: 2px 11px;
|
||||||
}
|
}
|
||||||
input.buttonpaymentcheque {
|
input.buttonpaymentcheque {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/cheque.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/common/cheque.png',1) ?>);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 8px 7px;
|
|
||||||
}
|
|
||||||
input.buttonpaymentcb {
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
|
|
||||||
background-size: 24px;
|
background-size: 24px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 5px 4px;
|
background-position: 2px 8px;
|
||||||
}
|
|
||||||
input.buttonpaymentcheque {
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 5px 4px;
|
|
||||||
}
|
}
|
||||||
input.buttonpaymentpaypal {
|
input.buttonpaymentpaypal {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/paypal/img/object_paypal.png',1) ?>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 8px 7px;
|
background-position: 8px 11px;
|
||||||
}
|
}
|
||||||
input.buttonpaymentpaybox {
|
input.buttonpaymentpaybox {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/paybox/img/object_paybox.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/paybox/img/object_paybox.png',1) ?>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 8px 7px;
|
background-position: 8px 11px;
|
||||||
}
|
}
|
||||||
input.buttonpaymentstripe {
|
input.buttonpaymentstripe {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/stripe/img/object_stripe.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/stripe/img/object_stripe.png',1) ?>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 8px 7px;
|
background-position: 8px 11px;
|
||||||
}
|
}
|
||||||
/* Used by timesheets */
|
/* Used by timesheets */
|
||||||
span.timesheetalreadyrecorded input {
|
span.timesheetalreadyrecorded input {
|
||||||
@ -3147,7 +3139,7 @@ div.titre {
|
|||||||
/* text-shadow: 1px 1px 2px #FFFFFF; */
|
/* text-shadow: 1px 1px 2px #FFFFFF; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#dolpaymenttable { width: 600px; font-size: 13px; }
|
#dolpaymenttable { max-width: 600px; font-size: 16px; }
|
||||||
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
|
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
|
||||||
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
|
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
|
||||||
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
|
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
|
||||||
|
|||||||
@ -341,11 +341,13 @@ input.buttongen {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
input.buttonpayment {
|
input.buttonpayment {
|
||||||
width: 300px;
|
min-width: 280px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
background: none;
|
||||||
|
border: 2px solid #666666;
|
||||||
}
|
}
|
||||||
input.buttonpaymentcb {
|
input.buttonpaymentcb {
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/common/credit_card.png',1) ?>);
|
||||||
@ -3237,7 +3239,7 @@ div.titre {
|
|||||||
<?php print (empty($conf->dol_optimize_smallscreen)?'':'margin-top: 4px;'); ?>
|
<?php print (empty($conf->dol_optimize_smallscreen)?'':'margin-top: 4px;'); ?>
|
||||||
}
|
}
|
||||||
|
|
||||||
#dolpaymenttable { width: 600px; font-size: 13px; }
|
#dolpaymenttable { max-width: 600px; font-size: 16px; }
|
||||||
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
|
#tablepublicpayment { border: 1px solid #CCCCCC !important; width: 100%; padding: 20px; }
|
||||||
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
|
#tablepublicpayment .CTableRow1 { background-color: #F0F0F0 !important; }
|
||||||
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
|
#tablepublicpayment tr.liste_total { border-bottom: 1px solid #CCCCCC !important; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user