| Anonymous | Login | Signup for a new account | 02-09-10 22:05 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0008239 | phplist | Interface - Frontend | public | 13-10-06 16:15 | 18-02-08 14:06 | |
| Reporter | craign | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.3 | |||||
| Target Version | 2.10.7 | Fixed in Version | 2.10.4 | |||
| Summary | 0008239: Subscribe page submit button not showing custom text | |||||
| Description | Is this reported somewhere? I just configured up a new install of V2.10.3 and found that the subscribe page submit buttons weren't showing the customized text entered into the subscribe page configuration screens. I made the following single character change, and presto, its working just fine. A bug, then perhaps? Line 469 in phplist/index.php orginal: if (!empty($data['button'])) { altered: if (empty($data['button'])) { simply removed the not (!). thus, if empty, fill it with the default, otherwise, leave it be. | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Relationships |
||||||
|
||||||
| Copyright © 2000 - 2010 MantisBT Group |