From 3ac8d5736d0135891a4175b207ef588a359497be Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Oct 2008 15:18:12 +0000 Subject: [PATCH] Add link to warehouse and bank account in cashdesk page. --- htdocs/lib/functions.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 06edcf5ec1c..3a63e06b949 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -900,10 +900,10 @@ function img_picto_common($alt, $picto, $options='', $pictoisfullpath=0) } /** - \brief Affiche logo action - \param alt Texte sur le alt de l'image - \param numaction Determine image action - \return string Retourne tag img + * \brief Affiche logo action + * \param alt Texte sur le alt de l'image + * \param numaction Determine image action + * \return string Retourne tag img */ function img_action($alt = "default", $numaction) {