| Anonymous | Login | Signup for a new account | 21-11-09 09:14 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0008239 | [phplist] Interface - Frontend | minor | always | 13-10-06 16:15 | 18-02-08 14:06 | ||
| Reporter | craign | View Status | public | ||||
| Assigned To | |||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 2.10.3 | ||||
| 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. |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
| There are no notes attached to this issue. |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |