diff options
author | plegall <plg@piwigo.org> | 2015-10-09 19:13:30 +0200 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-10-09 20:17:27 +0200 |
commit | 92224bcbf49d58829988eb0485afc17695f6de0c (patch) | |
tree | 1009cfcdb5f1f52f36e56e52a20d970f1ea318f1 /admin/themes/default/fontello/config.json | |
parent | 47ebd6c91f630c7b970d5abb9f1451a637afb517 (diff) |
fix #357 make orphans photos more obvious
... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
Diffstat (limited to 'admin/themes/default/fontello/config.json')
-rw-r--r-- | admin/themes/default/fontello/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/themes/default/fontello/config.json b/admin/themes/default/fontello/config.json index 16b7c6070..20c3fe735 100644 --- a/admin/themes/default/fontello/config.json +++ b/admin/themes/default/fontello/config.json @@ -385,6 +385,12 @@ "src": "iconic" }, { + "uid": "862129f833b09f3d34ae39acf8484a7b", + "css": "heart-broken", + "code": 59429, + "src": "mfglabs" + }, + { "uid": "05ef9b5e8742971aa85b23cfcbe71594", "css": "users", "code": 59394, |