summaryrefslogtreecommitdiff
path: root/admin_site_access.php
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2012-04-25 05:12:29 +0000
committerNigel Osborne <kiwi3685@me.com>2012-04-25 05:12:29 +0000
commitc8737f20840c61592419e530755f31d8107a7acc (patch)
tree26eccbe3690e974d8eb168ac364dcdb976850363 /admin_site_access.php
parent0f9ce3df748e82243e0ed6564a604ac74aa6753c (diff)
downloadwebtrees-c8737f20840c61592419e530755f31d8107a7acc.tar.gz
webtrees-c8737f20840c61592419e530755f31d8107a7acc.tar.bz2
webtrees-c8737f20840c61592419e530755f31d8107a7acc.zip
Bug #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 14f8fc1e3d..4e5f27a2d5 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_left"},
/* 1 ip_address_start (sort) */ {"sType": "numeric", "bVisible": false},
- /* 2 ip_address_end */ {"iDataSort": 3},
+ /* 2 ip_address_end */ {"iDataSort": 3, "sClass": "ip_left"},
/* 3 ip_address_end (sort) */ {"sType": "numeric", "bVisible": false},
- /* 4 user_agent_pattern */ {},
+ /* 4 user_agent_pattern */ {"sClass": "ip_left"},
/* 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_left"},
/* 0 ip_address (sort) */ {"sType": "numeric", "bVisible": false},
- /* 1 user_agent_pattern */ {},
+ /* 1 user_agent_pattern */ {"sClass": "ip_left"},
/* 2 <allowed> */ {"bSortable": false, "sClass": "center"},
/* 3 <banned> */ {"bSortable": false, "sClass": "center"},
/* 4 <search-engine> */ {"bSortable": false, "sClass": "center"}