Revize 1214
Přidáno uživatelem Michal Kliment před asi 13 roky(ů)
freenetis/branches/testing/application/controllers/notifications.php | ||
---|---|---|
'id', 'registration', 'name', 'street','redirect', 'street_number',
|
||
'town', 'quarter', 'ZIP_code', 'qos_ceil', 'qos_rate', 'entrance_fee',
|
||
'debt_payment_rate', 'current_credit', 'entrance_date', 'comment',
|
||
'balance', 'type_name'
|
||
'balance', 'type_name', 'items_count'
|
||
);
|
||
|
||
if (!in_array(strtolower($order_by), $allowed_order_type))
|
||
... | ... | |
->label(__('Whitelist'))
|
||
->callback('callback::whitelisted_field');
|
||
|
||
$grid->order_callback_field('ip_count')
|
||
$grid->order_callback_field('items_count')
|
||
->label(__('IP address count on the list'))
|
||
->callback('callback::items_count_field');
|
||
|
Také k dispozici: Unified diff
Jeste opraveno razeni.