diff --git a/interface/web/sites/list/cron.list.php b/interface/web/sites/list/cron.list.php index b63e530f59976db140c21960ce4165bb893eb0b9..7275a06cf4f660528ed629c937e1e793f2428aef 100644 --- a/interface/web/sites/list/cron.list.php +++ b/interface/web/sites/list/cron.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "cron_list.php"; diff --git a/interface/web/sites/list/database.list.php b/interface/web/sites/list/database.list.php index 68b4b960b7bd7db9f0a744e9fe7565775f6078e2..9b2111d85e04352a19c0c54ab111846a1a07cd0c 100644 --- a/interface/web/sites/list/database.list.php +++ b/interface/web/sites/list/database.list.php @@ -29,7 +29,7 @@ $liste["table_idx"] = "database_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "database_list.php"; diff --git a/interface/web/sites/list/ftp_user.list.php b/interface/web/sites/list/ftp_user.list.php index 846602350ec6d268023cde19c84371f63f5b20a6..45f0a90fa4f581868dcb413e172729ee5e96d2f5 100644 --- a/interface/web/sites/list/ftp_user.list.php +++ b/interface/web/sites/list/ftp_user.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "ftp_user_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "ftp_user_list.php"; diff --git a/interface/web/sites/list/shell_user.list.php b/interface/web/sites/list/shell_user.list.php index 440bdccc528b7df663238570aabe4c53b3db098b..ac4de6e0457719e934bbed90a0f34e208afa2e6f 100644 --- a/interface/web/sites/list/shell_user.list.php +++ b/interface/web/sites/list/shell_user.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "shell_user_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "shell_user_list.php"; diff --git a/interface/web/sites/list/user_quota_stats.list.php b/interface/web/sites/list/user_quota_stats.list.php index a3b58d19c2ff2e42e183a2761ea20f4933f10f5c..b43fc9819fb5583966071173eb09468607413e12 100644 --- a/interface/web/sites/list/user_quota_stats.list.php +++ b/interface/web/sites/list/user_quota_stats.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "user_quota_stats.php"; diff --git a/interface/web/sites/list/web_aliasdomain.list.php b/interface/web/sites/list/web_aliasdomain.list.php index 0ba125985f66ac118711681c9269ef92f7a2aee0..dcff7d10f7d3082629881edc73d9d24adb9043fd 100644 --- a/interface/web/sites/list/web_aliasdomain.list.php +++ b/interface/web/sites/list/web_aliasdomain.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "web_aliasdomain_list.php"; diff --git a/interface/web/sites/list/web_domain.list.php b/interface/web/sites/list/web_domain.list.php index c55ee5836238a5fc85aabdcdcd0c1928f6d39d49..e8633091efe86e591027f0ef7a43da4b8183179a 100644 --- a/interface/web/sites/list/web_domain.list.php +++ b/interface/web/sites/list/web_domain.list.php @@ -29,7 +29,7 @@ $liste["table_idx"] = "domain_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "web_domain_list.php"; diff --git a/interface/web/sites/list/web_sites_stats.list.php b/interface/web/sites/list/web_sites_stats.list.php index 0824ba996fd0d1045d7e021f3ca0b495777e5089..c6ffd3ee4be35b1a542a37fc2c4ceec64566950f 100644 --- a/interface/web/sites/list/web_sites_stats.list.php +++ b/interface/web/sites/list/web_sites_stats.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "web_sites_stats.php"; diff --git a/interface/web/sites/list/web_subdomain.list.php b/interface/web/sites/list/web_subdomain.list.php index 057498b8e294d37af8637aee115543fb04dc2228..2664f447e29c13105f4f9bd56a7a76a2600d7b00 100644 --- a/interface/web/sites/list/web_subdomain.list.php +++ b/interface/web/sites/list/web_subdomain.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "domain_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "web_subdomain_list.php"; diff --git a/interface/web/sites/list/webdav_user.list.php b/interface/web/sites/list/webdav_user.list.php index fc3ed0ce5856648b52b4dff30e934e45fe31dc77..6211a2fba767adafd1536a0a2727073be151afe1 100644 --- a/interface/web/sites/list/webdav_user.list.php +++ b/interface/web/sites/list/webdav_user.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "webdav_user_id"; $liste["search_prefix"] = "search_"; // Records per page -$liste["records_per_page"] = 15; +$liste["records_per_page"] = "15"; // Script File of the list $liste["file"] = "webdav_user_list.php";