// Merge -> revision 8342

This commit is contained in:
rMalie
2011-09-05 14:56:02 +00:00
parent d84373e4d3
commit 3d89058084
46 changed files with 1299 additions and 249 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class AdminCounty extends AdminTab
$this->fieldsDisplay = array(
'id_county' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'name' => array('title' => $this->l('County'), 'width' => 130, 'filter_key' => 'b!name'),
'name' => array('title' => $this->l('County'), 'width' => 130, 'filter_key' => 'a!name'),
'state' => array('title' => $this->l('State'), 'width' => 70, 'filter_key' => 's!name'),
'a!active' => array('title' => $this->l('Enabled'), 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false, 'filter_key' => 'a!active'));