Ticket #97 (closed defect: fixed)
Any buttons in admin interface need proper internal names
| Reported by: | anti | Owned by: | anti |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.0b3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We have code like this in the admin files
if ($_REQUEST["action"]== "Delete Checked") {
It has be to be done differently, either by giving a name to the submit button or using an additonal hidden variable, because if the interface ever gets translated (or the wording changes), then this stops working.
Change History
Note: See
TracTickets for help on using
tickets.
