patchphpGroupWare - Patches: patch #2984, Filemanager looks up images in the...

 
 

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

patch #2984: Filemanager looks up images in the wrong directory

Submitter:  Thorsten Wiggers <twiggers>
Submitted:  Tue 27 Apr 2004 09:32:23 AM UTC
   
 
Category:  filemanager Priority:  5 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  powerstat
Open/Closed:  Closed

Tue 27 Apr 2004 10:48:41 AM UTC, comment #1: 

applied

Kai Hofmann <powerstat>
Tue 27 Apr 2004 09:32:23 AM UTC, original submission:  

Images are looked up in filemanger/images/up.png

This patch defines a variable:
$imagepath=$GLOBALS['phpgw']->common->get_image_path();

and replaces the occurrences of 'images/image.png' against
$imagepath.'/image.png'

Thorsten Wiggers <twiggers>

 

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

Attached Files
file #7357:  image_patch.txt added by twiggers (6KiB - text/plain - patches the index.php in filemanger)

 

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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-04-27 powerstat Assigned toNone powerstat
    Open/ClosedOpen Closed
2004-04-27 twiggers Attached File- Added image_patch.txt, #3162

Back to the top

Powered by Savane 3.15.
Corresponding source code