(cp 9cebf85) fixes #1336 alternate views for album manager

* in addition to "tile" view introduced in Piwigo 11, we add "compact" and "lines" views
* implemented by @MatthieuLP as cat_list_new in a custom branch, manually merged by @plegall on master

Conflicts:
	language/fr_FR/admin.lang.php
This commit is contained in:
plegall
2021-03-04 15:02:03 +01:00
parent 0dd3c44ede
commit cd35fba44b
6 changed files with 805 additions and 26 deletions
+4
View File
@@ -1118,3 +1118,7 @@ $lang['Created on %s'] = 'Created on %s';
$lang['Edited on %s'] = 'Edited on %s';
$lang['%d sub-albums'] = '%d sub-albums';
$lang['Refresh thumbnail'] = 'Refresh thumbnail';
$lang['Compact View'] = 'Compact View';
$lang['Tile View'] = 'Tile View';
$lang['Line View'] = 'Line View';
$lang['Add Album'] = 'Add Album';