From 12f55f534e67ca29e16c83c089b614022ea0ac0b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Oct 2011 17:38:19 -0300 Subject: Coding accept() --- muamba.theme.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'muamba.theme.inc') diff --git a/muamba.theme.inc b/muamba.theme.inc index 5fc3b19..af15da9 100644 --- a/muamba.theme.inc +++ b/muamba.theme.inc @@ -84,9 +84,16 @@ function theme_muamba_colorbox_link($variables) { /** * Theme callback. - * - * @todo */ function theme_muamba_request_message($transaction = NULL) { - return t('User has requested an item'); + $link = l(t('your requests page'), 'muamba'); + return t('Hi, I would like to request this item of yours. Please visit @link to manage this request', + array('@link' => $link)); +} + +/** + * Theme callback. + */ +function theme_muamba_accept_message($transaction = NULL) { + return t('I accept your item request'); } -- cgit v1.2.3