From 8c32e44fc6f517035d36ef69383ac14ab980c953 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Tue, 23 Aug 2005 07:58:04 +0000 Subject: [PATCH] closes FS#336 git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@20 839d8a87-29fc-0310-9880-83ba4fa771e5 --- ChangeLog | 3 +++ hooks/money.inc.php | 2 +- templates/paiement/index.tpl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa9ed35..de5b62a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ Bug/Wish : * Core : - #310: Display the max number of photo in trombipromo. -Car + * Paiments : + - #336 : Micro -> Tele(payments). -MC + * Profile : - #330,333: Interface improvements. -Car - #332: User can precise why he asks for a usage name. -Car diff --git a/hooks/money.inc.php b/hooks/money.inc.php index 9fb93dd..221b146 100644 --- a/hooks/money.inc.php +++ b/hooks/money.inc.php @@ -49,7 +49,7 @@ function money_menu() { global $globals; if ($globals->money->mpay_enable) { - $globals->menu->addPrivateEntry(XOM_SERVICES, 30, 'Micropaiements', 'paiement/'); + $globals->menu->addPrivateEntry(XOM_SERVICES, 30, 'Téléopaiements', 'paiement/'); } } diff --git a/templates/paiement/index.tpl b/templates/paiement/index.tpl index 42e1a82..b17a55d 100644 --- a/templates/paiement/index.tpl +++ b/templates/paiement/index.tpl @@ -21,7 +21,7 @@ {**************************************************************************} -

Micropaiments

+

Télépaiements

{if $smarty.request.op eq "submit" and !$xorg_error->errs|count} -- 2.1.4