summaryrefslogtreecommitdiff
path: root/admin_site_access.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-05-05 20:03:06 +0000
committerfisharebest <fisharebest@gmail.com>2012-05-05 20:03:06 +0000
commitfc0a716f85c1162f9573691ac2c09aeb3e4ab798 (patch)
treecd28bd41dc4c7ebed39de6c613891b2585f8a808 /admin_site_access.php
parentc6d1e04f8fe16e8c40188a8b7cef2e1da89f3a6c (diff)
downloadwebtrees-fc0a716f85c1162f9573691ac2c09aeb3e4ab798.tar.gz
webtrees-fc0a716f85c1162f9573691ac2c09aeb3e4ab798.tar.bz2
webtrees-fc0a716f85c1162f9573691ac2c09aeb3e4ab798.zip
#983175 - The Admin Site access rules do not print correctly on RTL pages
Diffstat (limited to 'admin_site_access.php')
-rw-r--r--admin_site_access.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/admin_site_access.php b/admin_site_access.php
index a9c855412a..69547fd25b 100644
--- a/admin_site_access.php
+++ b/admin_site_access.php
@@ -212,11 +212,11 @@ $controller
"bProcessing": true,
"sPaginationType": "full_numbers",
"aoColumns": [
- /* 0 ip_address_start */ {"iDataSort": 1},
+ /* 0 ip_address_start */ {"iDataSort": 1, "sClass": "ip_address"},
/* 1 ip_address_start (sort) */ {"sType": "numeric", "bVisible": false},
- /* 2 ip_address_end */ {"iDataSort": 3},
+ /* 2 ip_address_end */ {"iDataSort": 3, "sClass": "ip_address"},
/* 3 ip_address_end (sort) */ {"sType": "numeric", "bVisible": false},
- /* 4 user_agent_pattern */ {},
+ /* 4 user_agent_pattern */ {"sClass": "ua_string"},
/* 5 comment */ {},
/* 6 rule */ {},
/* 7 <delete> */ {"bSortable": false, "sClass": "center"}
@@ -242,9 +242,9 @@ $controller
"bProcessing": true,
"sPaginationType": "full_numbers",
"aoColumns": [
- /* 0 ip_address */ {"iDataSort": 1},
+ /* 0 ip_address */ {"iDataSort": 1, "sClass": "ip_address"},
/* 0 ip_address (sort) */ {"sType": "numeric", "bVisible": false},
- /* 1 user_agent_pattern */ {},
+ /* 1 user_agent_pattern */ {"sClass": "ua_string"},
/* 2 <allowed> */ {"bSortable": false, "sClass": "center"},
/* 3 <banned> */ {"bSortable": false, "sClass": "center"},
/* 4 <search-engine> */ {"bSortable": false, "sClass": "center"}