/[dolibarr]/dolibarr/htdocs/lib/functions.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/lib/functions.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.159 by eldy, Sat Dec 3 17:19:28 2005 UTC revision 1.160 by eldy, Sat Dec 3 20:43:33 2005 UTC
# Line 697  function img_disable($alt = "default") Line 697  function img_disable($alt = "default")
697    
698    
699  /**  /**
700            \brief      Affiche logo help avec curseur "?"
701            \return     string      Retourne tag img
702    */
703    function img_help()
704    {
705      global $conf,$langs;
706      return '<img style="cursor: help;" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/help.png" border="0" alt="" title="">';
707    }
708    
709    /**
710          \brief      Affiche logo info          \brief      Affiche logo info
711          \param      alt         Texte sur le alt de l'image          \param      alt         Texte sur le alt de l'image
712          \return     string      Retourne tag img          \return     string      Retourne tag img
# Line 705  function img_info($alt = "default") Line 715  function img_info($alt = "default")
715  {  {
716    global $conf,$langs;    global $conf,$langs;
717    if ($alt=="default") $alt=$langs->trans("Informations");    if ($alt=="default") $alt=$langs->trans("Informations");
718    return '<img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/info.png" border="0" alt="'.$alt.'" title="'.$alt.'">';    return '<img style="cursor: help;" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/info.png" border="0" alt="'.$alt.'" title="'.$alt.'">';
719  }  }
720    
721  /**  /**

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26