View Issue Details

IDProjectCategoryView StatusLast Update
0003930mantisbtbugtrackerpublic2004-08-29 02:01
ReporterCoolATIGuy Assigned Tojlatour  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Summary0003930: CSS Generation Tool Bug Fix
Description

If you use the CSS Generation Tool under the admin folder, and then try to use the "view css" or "save to file" features at the bottom, it displays the defaults. I've found something that may at least shed light on a fix...

If you open /admin/css/index.php, and change line #27 from:

<form method="post" action="index.php">

to:

<form method="post" action="css_view.php">

it posts the right vars, and the "view css" option seems to work correctly...just a tidbit, and a workaround. :-) Looking forward to seeing it work right! :-)

CoolATIGuy

TagsNo tags attached.

Relationships

related to 0003229 closedgrangeway css generation tool needs updating 

Activities

jlatour

jlatour

2004-08-07 10:58

reporter   ~0006771

It may be a workaround, but it still breaks the other things, and won't work for installations without register_globals enabled.