diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php index 6f520a97f42ce98fa5be86c51be79b168c99feea..a2a2bef6b647670b2e8d6f2eb6c1b251788e7507 100644 --- a/htdocs/compta/prelevement/create.php +++ b/htdocs/compta/prelevement/create.php @@ -22,7 +22,7 @@ /** * \file htdocs/compta/prelevement/create.php * \brief Prelevement - * \version $Id$ + * \version $Id: create.php,v 1.33 2011/07/18 18:07:36 eldy Exp $ */ require("../bank/pre.inc.php"); @@ -141,7 +141,7 @@ if ($nb) } else { - print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->trans("NoInvoiceToWithdraw")).'">'.$langs->trans("CreateAll")."</a>\n"; + print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->transnoentitiesnoconv("NoInvoiceToWithdraw")).'">'.$langs->trans("CreateAll")."</a>\n"; } //if ($nb11) print '<a class="butAction" href="create.php?action=create&banque=1">'.$langs->trans("CreateBanque")."</a>\n"; //if ($nb1) print '<a class="butAction" href="create.php?action=create&banque=1&guichet=1">'.$langs->trans("CreateGuichet")."</a>\n"; @@ -274,5 +274,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/18 18:07:36 $ - $Revision: 1.33 $'); ?>