1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Issue #2794 Enhancement: Grid View toggle button for Admin-UI

This commit is contained in:
Cameron
2017-09-22 14:55:44 -07:00
parent edfcdb8195
commit c7e5af666d
4 changed files with 38 additions and 4 deletions

View File

@@ -540,3 +540,6 @@ define("LAN_SOURCE", "Source");
define("LAN_ERROR_CONNECTION","Unable to connect for updates. Please check firewall and/or internet connection.");
define("LAN_UI_X_CANT_EQUAL_Y", "[x] cannot be the same as [y]");
define("LAN_UI_VIEW_GRID_LABEL", "Grid view");
define("LAN_UI_VIEW_LIST_LABEL", "List view");