dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #15804] Dans la bo îte d'information, le lien


From: LO Vieng Nong
Subject: [Dolibarr-bugtrack] [bug #15804] Dans la bo îte d'information, le lien "cliquer ici" des derniers bookmarks ne s'affiche pas
Date: Sun, 19 Feb 2006 18:06:42 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15804>

                 Summary: Dans la boîte d'information, le lien "cliquer ici"
des derniers bookmarks ne s'affiche pas
                 Project: Dolibarr
            Submitted by: bugblaster
            Submitted on: dim 19.02.2006 à 18:06
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: None
        Platform Version: GNU/Linux

    _______________________________________________________

Details:

Dans la boîte d'information, le lien "cliquer ici" des derniers bookmarks ne
s'affiche pas, car les tags html sont filtrés par la classe
modules_boxes.php

Je suggère de remplacer la ligne 109 du fichier box_bookmark.php :

                        $this->info_box_contents[$i][0] = array('align' =>
'center','text'=>$langs->trans("NoRe\
cordedBookmarks",DOL_URL_ROOT.'/bookmarks/liste.php'));

par

                        $this->info_box_contents[$i][0] = array('align' =>
'center', 'url'=> DOL_URL_ROOT.'/bookm\
arks/liste.php', 'text'=>$langs->trans("NoRecordedBookmarks"));

et de raccourci la traduction francaise de "NoRecordedBookmarks"
afin qu'elle ne soit pas tronqué a cause de la limite des 60 caractéres
imposée par la classe précédement citée.

Exemple :

NoRecordedBookmarks=Bookmarks personnels non définis. Cliquer pour en
ajouter.

-------------
Version: 2.1-alpha
Server: Apache/2.0.51 (Fedora)
Url: /index.php?mainmenu=home&leftmenu=







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15804>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]