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: Kai Hofmann
Subject: [Phpgroupware-tracker] [bugs #10060] Problems in class.grpahics.inc.php with hard coded paths
Date: Mon, 06 Sep 2004 03:38:39 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421

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

/**************************************************************************/
[bugs #10060] Latest Modifications:

Changes by: 
                Kai Hofmann <address@hidden>
'Date: 
                Mon 06.09.2004 at 07:32 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
            Severity | 9 - Blocker               | 5 - Average
          Resolution | Invalid                   | None
              Status | Closed                    | Open


------------------ Additional Follow-up Comments ----------------------------
Should be configurable via the header.inc.php!







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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10060>
Project: phpGroupWare
Submitted by: Kai Hofmann
On: Don 19.08.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 06.09.2004 at 07:32       By: Kai Hofmann <powerstat>
Should be configurable via the header.inc.php!


-------------------------------------------------------
Date: Son 05.09.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]