
Hello, I'm not sure whether this is implemented in 2.1.0 yet, but I have two small requests for interface enhancements: 1. When I select a ticket via its checkbox I get a javascript confirmation box. I need to click this away. This increases the number of clicks required for batch editing by 100%. Especially when I select all Spam etc. this is a major pain. I would recommend removing this. 2. Also regarding batch selection: I would propose radio buttons for selecting all tickets on a screen and all tickets in a queue. Thanks! Jan -- Jan Miczaika Co-Founder, Hitflip Tel +49-221-272407-27 (Cologne Office) Tel +49-261-6509-263 (Koblenz Office) Mob +49-173-3092638

1. When I select a ticket via its checkbox I get a javascript confirmation box. I need to click this away. This increases the number of clicks required for batch editing by 100%. Especially when I select all Spam etc. this is a major pain. I would recommend removing this.
you can disable the alert with the entry below in Config.pm: $Self->{FrontendBulkFeatureJavaScriptAlert} = 0; regards, marc

On 15. Sep 2006, at 12:13 Uhr, Petitmermet Marc Roland wrote:
1. When I select a ticket via its checkbox I get a javascript confirmation box. I need to click this away. This increases the number of clicks required for batch editing by 100%. Especially when I select all Spam etc. this is a major pain. I would recommend removing this.
you can disable the alert with the entry below in Config.pm:
$Self->{FrontendBulkFeatureJavaScriptAlert} = 0;
sorry, this should be $Self->{Ticket::Frontend::BulkFeatureJavaScriptAlert} = 0; regards, marc

On 15-09-2006 at 12:04, Jan Miczaika wrote:
2. Also regarding batch selection: I would propose radio buttons for selecting all tickets on a screen and all tickets in a queue.
I think that checkboxes in search results would be more useful for that
purpose, along with a "select all" button.
--
Alessandro Ranellucci (HOSTING CENTER)
participants (4)
-
Alessandro Ranellucci
-
Jan Miczaika
-
Marc Petitmermet
-
Petitmermet Marc Roland