mainphpGroupWare - Support: sr #103331, Add site config option to control...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #103331: Add site config option to control font path in class.grpahics.inc.php

Submitter:  Kai Hofmann <powerstat>
Submitted:  Mon 06 Sep 2004 07:36:27 AM UTC
   
 
Category:  Feature Request Priority:  3 - Low
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  None

Mon 06 Sep 2004 07:36:27 AM UTC, comment #3: 

This item has been reassigned from the project phpGroupWare bugs tracker to your tracker.

The original report is still available at bugs #10060

Following are the information included in the original report:

[field #0] Item ID: 10060
[field #1] Group ID: 509
[field #2] Status: Open
[field #3] Severity: 5 - Average
[field #4] Privacy: Public
[field #5] Category: API - phpGWapi
[field #6] Submitted by: powerstat
[field #7] Assigned to: skwashd
[field #8] Submitted on: Thu 08/19/2004 at 06:41
[field #9] Summary: Problems in class.grpahics.inc.php with hard coded paths
[field #10] 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. "> ;




[field #11] Closed on: Sun 09/05/2004 at 23:04
[field #12] Item Group: 0.9.16.002
[field #13] Resolution: None
[field #14] Component Version: CVS
[field #15] Platform Version: None
[field #16] Reproducibility: None
[field #17] Size (loc): None
[field #18] Fixed Release: None
[field #19] Planned Release: 0.9.16.001+
[field #20] Effort: 0.00
[field #24] Priority: 5 - Normal
[field #27] Percent Complete: 0%
[field #29] Release: None
[field #54] Custom Select Box #1: None
[field #55] Custom Select Box #2: None
[field #56] Custom Select Box #3: None
[field #57] Custom Select Box #4: None
[field #58] Custom Select Box #5: None
[field #59] Custom Select Box #6: None
[field #60] Custom Select Box #7: None
[field #61] Custom Select Box #8: None
[field #62] Custom Select Box #9: None
[field #63] Custom Select Box #10: None

Dave Hall <skwashd>
Group administrator
Mon 06 Sep 2004 07:32:52 AM UTC, comment #2: 

Should be configurable via the header.inc.php!

Kai Hofmann <powerstat>
Sun 05 Sep 2004 11:04:59 PM UTC, comment #1: 

The font could be anywhere on a box, it is commented.  Closing

Dave Hall <skwashd>
Group administrator
Mon 06 Sep 2004 07:36:27 AM UTC, 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.'">';


Kai Hofmann <powerstat>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-06 skwashd CategoryNone Feature Request
    Priority5 - Normal 3 - Low
    Severity3 - Normal 2 - Minor
    SummaryReassigned item: Problems in class.grpahics.inc.php with hard coded paths Add site config option to control font path in class.grpahics.inc.php
2004-09-06 skwashd Reassign itemFrom group phpGroupWare, bugs tracker To group phpGroupWare, support tracker

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code