CashDesk: Add tooltip for disconect link, fix spanish label for back office link.

This commit is contained in:
Juanjo Menent 2011-08-05 13:23:21 +00:00
parent 2c46044a54
commit 53d2157108
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ if (!empty($_SESSION["CASHDESK_ID_WAREHOUSE"]) && $conf->stock->enabled)
$langs->load("cashdesk");
$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 '<ul class="menu">';

View File

@ -14,7 +14,7 @@ CashDeskOn=de
CashDeskThirdParty=Tercer
ShoppingCart=Cistella
NewSell=Nova venda
BackOffice=Sortir
BackOffice=Back office
AddThisArticle=Afegeix aquest article
RestartSelling=Reprendre la venda
SellFinished=Venda acabada

View File

@ -14,7 +14,7 @@ CashDeskOn=de
CashDeskThirdParty=Tercero
ShoppingCart=Cesta
NewSell=Nueva venta
BackOffice=Salir
BackOffice=Back office
AddThisArticle=Añadir este artículo
RestartSelling=Retomar la venta
SellFinished=Venta terminada