E('th', { 'class': 'th' }, _('Count MAC')),
E('th', { 'class': 'th' }, _('Count ACC')),
E('th', { 'class': 'th' }, _('Entry Details')),
- E('th', { 'class': 'th' }, _('')),
+ E('th', { 'class': 'th' }, '\xa0'),
E('th', { 'class': 'th' }, _('Action'))
])
]);
o = s.taboption('sources', form.DummyValue, '_sub');
o.rawhtml = true;
- o.default = '<em><b>Country selection</b></em>';
+ o.default = '<em><b>Country Selection</b></em>';
/*
prepare country data
o = s.taboption('sources', form.DummyValue, '_sub');
o.rawhtml = true;
- o.default = '<em><b>ASN selection</b></em>';
+ o.default = '<em><b>ASN Selection</b></em>';
o = s.taboption('sources', form.DynamicList, 'ban_asns', _('ASNs'));
o.datatype = 'uinteger';