phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bugs #10060] Problems in class.grpahics.inc.php


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #10060] Problems in class.grpahics.inc.php with hard coded paths
Date: Mon, 06 Sep 2004 03:41:32 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040823 Firefox/0.9.3

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.




/**************************************************************************/
[bugs #10060] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10060>
Project: phpGroupWare
Submitted by: Kai Hofmann
On: Thu 08/19/2004 at 06:41

Category:  API - phpGWapi
Item Group:  0.9.16.002
Severity:  5 - Average
Priority:  5 - Normal
Resolution:  None
Privacy:  Public
Assigned to:  skwashd
Status:  Open
Component Version:  CVS
Platform Version:  None
Reproducibility:  None
Planned Release:  0.9.16.001+
Fixed Release:  


Summary:  Problems in class.grpahics.inc.php with hard coded paths

Original Submission:  class.graphics.inc.php (Lars Kneschke):

        class graphics
        {
                var 
$font="/opt/future-project/src/management-server/ttf/arial.ttf"; // put a
valid font here


[...]



                function createInputButton($_text, $_name, $_mode='graphic')
                {
                        if ($_mode == 'graphic' && extension_loaded('gd'))
                        {
                                return '<input type="image"
src="/phpgroupware/phpgwapi/templates/default/images/'.$this->createImage($_text).'"
border="0" name="'.$_name.'">';



Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 09/06/2004 at 07:32       By: Kai Hofmann <powerstat>
Should be configurable via the header.inc.php!


-------------------------------------------------------
Date: Sun 09/05/2004 at 23:04       By: Dave Hall <skwashd>
The font could be anywhere on a box, it is commented.  Closing












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10060>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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