CashDesk: Add tooltip for disconect link, fix spanish label for back office link.
This commit is contained in:
parent
d1da6cf5ef
commit
597386e193
@ -58,7 +58,7 @@ if (!empty($_SESSION["CASHDESK_ID_WAREHOUSE"]) && $conf->stock->enabled)
|
|||||||
$langs->load("cashdesk");
|
$langs->load("cashdesk");
|
||||||
$langs->load("main");
|
$langs->load("main");
|
||||||
|
|
||||||
$logout='<img class="login" border="0" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/logout.png">';
|
$logout='<img class="login" border="0" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/logout.png" title="'.dol_escape_htmltag($langs->trans("Logout")).'">';
|
||||||
|
|
||||||
print '<div class="menu_bloc">';
|
print '<div class="menu_bloc">';
|
||||||
print '<ul class="menu">';
|
print '<ul class="menu">';
|
||||||
|
|||||||
@ -14,7 +14,7 @@ CashDeskOn=de
|
|||||||
CashDeskThirdParty=Tercer
|
CashDeskThirdParty=Tercer
|
||||||
ShoppingCart=Cistella
|
ShoppingCart=Cistella
|
||||||
NewSell=Nova venda
|
NewSell=Nova venda
|
||||||
BackOffice=Sortir
|
BackOffice=Back office
|
||||||
AddThisArticle=Afegeix aquest article
|
AddThisArticle=Afegeix aquest article
|
||||||
RestartSelling=Reprendre la venda
|
RestartSelling=Reprendre la venda
|
||||||
SellFinished=Venda acabada
|
SellFinished=Venda acabada
|
||||||
|
|||||||
@ -14,7 +14,7 @@ CashDeskOn=de
|
|||||||
CashDeskThirdParty=Tercero
|
CashDeskThirdParty=Tercero
|
||||||
ShoppingCart=Cesta
|
ShoppingCart=Cesta
|
||||||
NewSell=Nueva venta
|
NewSell=Nueva venta
|
||||||
BackOffice=Salir
|
BackOffice=Back office
|
||||||
AddThisArticle=Añadir este artículo
|
AddThisArticle=Añadir este artículo
|
||||||
RestartSelling=Retomar la venta
|
RestartSelling=Retomar la venta
|
||||||
SellFinished=Venta terminada
|
SellFinished=Venta terminada
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user