css
This commit is contained in:
parent
226f4695cd
commit
1fdef022f0
@ -83,7 +83,6 @@ $linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackT
|
|||||||
print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
|
print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
|
||||||
$head = takepos_prepare_head();
|
$head = takepos_prepare_head();
|
||||||
dol_fiche_head($head, 'receipt', 'TakePOS', -1);
|
dol_fiche_head($head, 'receipt', 'TakePOS', -1);
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
print '<form action="'.$_SERVER["PHP_SELF"].'?terminal='.(empty($terminal) ? 1 : $terminal).'" method="post">';
|
print '<form action="'.$_SERVER["PHP_SELF"].'?terminal='.(empty($terminal) ? 1 : $terminal).'" method="post">';
|
||||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
|
|||||||
@ -142,7 +142,6 @@ $linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackT
|
|||||||
print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
|
print load_fiche_titre($langs->trans("CashDeskSetup").' (TakePOS)', $linkback, 'title_setup');
|
||||||
$head = takepos_prepare_head();
|
$head = takepos_prepare_head();
|
||||||
dol_fiche_head($head, 'setup', 'TakePOS', -1);
|
dol_fiche_head($head, 'setup', 'TakePOS', -1);
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
// Numbering modules
|
// Numbering modules
|
||||||
$now = dol_now();
|
$now = dol_now();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user