| Anonymous | Login | Signup for a new account | 2010-09-09 15:22 UTC |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0001070 | [SysCP] Adminpanel | minor | always | 2008-12-08 22:15 | 2008-12-12 17:51 | ||
| Reporter | ipv6guru | View Status | public | ||||
| Assigned To | RadiatioN | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 1.4.1 | ||||
| Summary | 0001070: APS Package Status shows opposite text in English | ||||||
| Description |
When viewing in "Manage Packages" there is a column heading 'Status' - of which there are two options, 'Enabled' and 'Locked'. In the English version (I haven't checked others), they are displayed the wrong way round. |
||||||
| Additional Information |
The code :- $lng['aps']['package_locked'] = 'Enabled'; $lng['aps']['package_enabled'] = 'Locked'; should be :- The code :- $lng['aps']['package_locked'] = 'Locked'; $lng['aps']['package_enabled'] = 'Enabled'; in the file syscp/lng/english.lng.php |
||||||
| Tags | No tags attached. | ||||||
| Attached Files |
|
||||||
|
|
|||||||