1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Admin-UI: Added record total to list view.

This commit is contained in:
Cameron
2015-01-19 12:04:21 -08:00
parent 8138fa674a
commit 25c43e84b2
2 changed files with 22 additions and 13 deletions

View File

@@ -385,6 +385,7 @@ define("LAN_UI_DELETE_WARNING", "You are about to delete [x] records. Please con
define("LAN_UI_BATCH_CREATELINK", "Create Link");
define("LAN_UI_USING_DATABASE_TABLE", "Using [x] database table");
define("LAN_UI_TOTAL_RECORDS", "Total Records: [x]");
define("LAN_USER_MANAGEALL", "Manage all User, Userclass and Extended User-Field settings");
define("LAN_USER_LIST", "User List");