Add TAKEPOS_NUMPAD_FORCE_PAYMENT_ICONS_LABELS
Add option TAKEPOS_NUMPAD_FORCE_PAYMENT_ICONS_LABELS to show labels at the bottom of payment icons of the numpad
This commit is contained in:
parent
e19d0c9eea
commit
7e9a12a2f8
@ -307,6 +307,13 @@ print '<td colspan="2">';
|
|||||||
print ajax_constantonoff("TAKEPOS_NUMPAD_USE_PAYMENT_ICON", array(), $conf->entity, 0, 0, 1, 0);
|
print ajax_constantonoff("TAKEPOS_NUMPAD_USE_PAYMENT_ICON", array(), $conf->entity, 0, 0, 1, 0);
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
|
|
||||||
|
// Numpad show labels for icons
|
||||||
|
print '<tr class="oddeven"><td>';
|
||||||
|
print $langs->trans('TakeposNumpadForcePaymentLabels');
|
||||||
|
print '<td colspan="2">';
|
||||||
|
print ajax_constantonoff("TAKEPOS_NUMPAD_FORCE_PAYMENT_ICONS_LABELS", array(), $conf->entity, 0, 0, 1, 0);
|
||||||
|
print "</td></tr>\n";
|
||||||
|
|
||||||
// Direct Payment
|
// Direct Payment
|
||||||
print '<tr class="oddeven"><td>';
|
print '<tr class="oddeven"><td>';
|
||||||
print $langs->trans('DirectPaymentButton');
|
print $langs->trans('DirectPaymentButton');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user