MT#7153 Add length dropdown in customer.

Allow to show more than 5 entries for subscribers and groups.
changes/55/555/6
Andreas Granig 11 years ago
parent 5207ffa21d
commit 060e265107

@ -184,6 +184,7 @@
[%
helper.name = c.loc('Subscribers');
helper.identifier = 'subscribers';
helper.length_change = 1;
helper.dt_columns = subscriber_dt_columns;
helper.ajax_uri = c.uri_for_action('/customer/subscriber_ajax', [ c.req.captures.0 ]);
@ -236,6 +237,7 @@
[%
helper.name = c.loc('PBX Groups');
helper.identifier = 'pbx_groups';
helper.length_change = 1;
helper.dt_columns = pbxgroup_dt_columns;
helper.ajax_uri = c.uri_for_action('/customer/pbx_group_ajax', [ c.req.captures.0 ]);

Loading…
Cancel
Save