Trad: Standing orders
Fix: Withdrawals. Creation buttons position more in line with header information
This commit is contained in:
parent
9e449b2c87
commit
b7d35c7802
@ -2,6 +2,7 @@
|
||||
/* Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com>
|
||||
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -223,7 +224,7 @@ if ($_GET["facid"] > 0)
|
||||
|
||||
print "<tr $bc[$var]>";
|
||||
print '<td align="left">'.dol_print_date($db->jdate($obj->date_demande),'day')."</td>\n";
|
||||
print '<td align="center">En attente de traitement</td>';
|
||||
print '<td align="center">'.$langs->trans("OrderWaiting").'</td>';
|
||||
print '<td align="center">'.price($obj->amount).'</td>';
|
||||
print '<td align="center">-</td>';
|
||||
print '<td align="center"><a href="'.DOL_URL_ROOT.'/user/fiche.php?id='.$obj->user_id.'">'.img_object($langs->trans("ShowUser"),'user').' '.$obj->login.'</a></td>';
|
||||
|
||||
@ -113,10 +113,10 @@ if ($nb)
|
||||
{
|
||||
print "<div class=\"tabsAction\">\n";
|
||||
|
||||
if ($nb) print '<a class="butAction" href="create.php?action=create">'.$langs->trans("Create")."</a>\n";
|
||||
if ($nb1) print '<a class="butAction" href="create.php?action=create&banque=1&guichet=1">'.$langs->trans("CreateGuichet")."</a>\n";
|
||||
if ($nb) print '<a class="butAction" href="create.php?action=create">'.$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";
|
||||
|
||||
print "</div>\n";
|
||||
}
|
||||
else
|
||||
|
||||
@ -59,5 +59,7 @@ StatusMotif5=Compte inexistent
|
||||
StatusMotif6=Compte sense saldo
|
||||
StatusMotif7=Decisió judicial
|
||||
StatusMotif8=Altre motiu
|
||||
CreateGuichet=Només Oficina
|
||||
CreateBanque=Només Banc
|
||||
CreateAll=Domiciliar totes
|
||||
CreateGuichet=Només oficina
|
||||
CreateBanque=Només banc
|
||||
OrderWaiting=A l'espera de procés
|
||||
@ -59,5 +59,7 @@ StatusMotif5=RIB inexploitable
|
||||
StatusMotif6=Account without balance
|
||||
StatusMotif7=Judicial Decision
|
||||
StatusMotif8=Other reason
|
||||
CreateGuichet=Only Office
|
||||
CreateBanque=only Bank
|
||||
CreateAll=Withdraw all
|
||||
CreateGuichet=Only office
|
||||
CreateBanque=Only bank
|
||||
OrderWaiting=Waiting for treatment
|
||||
@ -59,5 +59,7 @@ StatusMotif5=Cuenta inexistente
|
||||
StatusMotif6=Cuenta sin saldo
|
||||
StatusMotif7=Decisión judicial
|
||||
StatusMotif8=Otro motivo
|
||||
CreateGuichet=Sólo Oficina
|
||||
CreateBanque=Sólo Banco
|
||||
CreateAll=Domiciliar todas
|
||||
CreateGuichet=Sólo oficina
|
||||
CreateBanque=Sólo banco
|
||||
OrderWaiting=En espera de proceso
|
||||
@ -59,5 +59,7 @@ StatusMotif5=RIB inexploitable
|
||||
StatusMotif6=Compte solde
|
||||
StatusMotif7=Decision judiciaire
|
||||
StatusMotif8=Autre motif
|
||||
CreateGuichet=Seulement Guichet
|
||||
CreateBanque=Seulement Banque
|
||||
CreateAll=Prélever tout
|
||||
CreateGuichet=Seulement guichet
|
||||
CreateBanque=Seulement banque
|
||||
OrderWaiting=En attente de traitement
|
||||
Loading…
Reference in New Issue
Block a user