View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017610 | phpList 3 application | General | public | 18-02-15 16:49 | 06-07-15 17:04 |
Reporter | bst2002 | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.10 | ||||
Target Version | 3.0.X | Fixed in Version | 3.2.0 | ||
Summary | 0017610: editattributes.php ConfirmButton | ||||
Description | i'v also notice this Problem in phplist 3.0.12 It's a problem with "&" in the "delete all Attribute" Button Fix, change in file editattributes.php (line no aprox. 47): from: $button = new ConfirmButton( s('Are you sure you want to delete all values?'), PageURL2("editattributes",s('delete all'),"id=$id&deleteall=yes"), s('Delete all')); to: $button = new ConfirmButton( s('Are you sure you want to delete all values?'), PageURL2("editattributes&id=$id&deleteall=yes",s('delete all')), s('Delete all')); | ||||
Tags | No tags attached. | ||||