Skip to content
Snippets Groups Projects
Commit b7d35c78 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Trad: Standing orders

Fix: Withdrawals. Creation buttons position more in line with header information
parent 9e449b2c
No related branches found
No related tags found
No related merge requests found
......@@ -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&amp;banque=1&amp;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&amp;banque=1">'.$langs->trans("CreateBanque")."</a>\n";
if ($nb1) print '<a class="butAction" href="create.php?action=create&amp;banque=1&amp;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
\ No newline at end of file
CreateAll=Domiciliar totes
CreateGuichet=Només oficina
CreateBanque=Només banc
OrderWaiting=A l'espera de procés
\ No newline at end of file
......@@ -59,5 +59,7 @@ StatusMotif5=RIB inexploitable
StatusMotif6=Account without balance
StatusMotif7=Judicial Decision
StatusMotif8=Other reason
CreateGuichet=Only Office
CreateBanque=only Bank
\ No newline at end of file
CreateAll=Withdraw all
CreateGuichet=Only office
CreateBanque=Only bank
OrderWaiting=Waiting for treatment
\ No newline at end of file
......@@ -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
\ No newline at end of file
CreateAll=Domiciliar todas
CreateGuichet=Sólo oficina
CreateBanque=Sólo banco
OrderWaiting=En espera de proceso
\ No newline at end of file
......@@ -59,5 +59,7 @@ StatusMotif5=RIB inexploitable
StatusMotif6=Compte solde
StatusMotif7=Decision judiciaire
StatusMotif8=Autre motif
CreateGuichet=Seulement Guichet
CreateBanque=Seulement Banque
\ No newline at end of file
CreateAll=Prélever tout
CreateGuichet=Seulement guichet
CreateBanque=Seulement banque
OrderWaiting=En attente de traitement
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment