|
@@ -1,7 +1,8 @@
|
|
|
<?php
|
|
|
-/* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
|
|
- * Copyright (C) 2010-2013 Juanjo Menent <jmenent@2byte.es>
|
|
|
- * Copyright (C) 2013-2014 Philippe Grand <philippe.grand@atoo-net.com>
|
|
|
+/* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
|
|
+ * Copyright (C) 2010-2013 Juanjo Menent <jmenent@2byte.es>
|
|
|
+ * Copyright (C) 2013-2014 Philippe Grand <philippe.grand@atoo-net.com>
|
|
|
+ * Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
|
|
|
*
|
|
|
* 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
|
|
@@ -86,7 +87,7 @@ llxHeader("",$langs->trans("BankSetupModule"));
|
|
|
$form=new Form($db);
|
|
|
|
|
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
|
|
-print_fiche_titre($langs->trans("BankSetupModule"),$linkback,'setup');
|
|
|
+print_fiche_titre($langs->trans("BankSetupModule"),$linkback,'title_setup');
|
|
|
|
|
|
|
|
|
print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
|