From 9e08e47414d454a0817da92e95729742dc713326 Mon Sep 17 00:00:00 2001 From: Ken Hawkins Date: Fri, 6 Jul 2018 14:34:12 +0200 Subject: [PATCH] Further cleanup --- Gruntfile.js | 33 ++++++++++++----------- source/common/functional/add-user.svg | 1 - source/common/functional/add.svg | 1 - source/common/functional/approve.svg | 1 - source/common/functional/delete.svg | 1 - source/common/functional/download-alt.svg | 1 + source/common/functional/menu.svg | 1 - source/common/functional/refresh.svg | 1 - source/common/functional/remove-user.svg | 1 - source/common/functional/settings.svg | 1 - source/common/functional/stop.svg | 1 - source/common/functional/view.svg | 1 - source/common/functional/zoom-in.svg | 1 - source/common/functional/zoom-out.svg | 1 - source/common/generic/alert.svg | 1 - source/common/generic/email.svg | 1 - source/common/generic/find-us.svg | 1 - source/common/generic/help.svg | 1 - source/common/generic/lovedata.svg | 1 - 19 files changed, 18 insertions(+), 33 deletions(-) delete mode 100755 source/common/functional/add-user.svg delete mode 100755 source/common/functional/add.svg delete mode 100755 source/common/functional/approve.svg delete mode 100755 source/common/functional/delete.svg create mode 100755 source/common/functional/download-alt.svg delete mode 100755 source/common/functional/menu.svg delete mode 100755 source/common/functional/refresh.svg delete mode 100755 source/common/functional/remove-user.svg delete mode 100755 source/common/functional/settings.svg delete mode 100755 source/common/functional/stop.svg delete mode 100755 source/common/functional/view.svg delete mode 100755 source/common/functional/zoom-in.svg delete mode 100755 source/common/functional/zoom-out.svg delete mode 100755 source/common/generic/alert.svg delete mode 100755 source/common/generic/email.svg delete mode 100755 source/common/generic/find-us.svg delete mode 100755 source/common/generic/help.svg delete mode 100755 source/common/generic/lovedata.svg diff --git a/Gruntfile.js b/Gruntfile.js index 5f72698..2ce9585 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -2081,16 +2081,16 @@ module.exports = function(grunt) { // EBI-FUNCTIONAL // - Some duplicate icons have been removed // - In general key codes HAVE NOT changed - 'add': 0x002b, + // 'add': 0x002b, 'add-job': 0x0029, - 'add-user': 0x0037, + // 'add-user': 0x0037, 'align': 0x0069, 'analyse': 0x0041, 'analyse-percent_0': 0x0042, 'analyse-percent_40': 0x0043, 'analyse-percent_100': 0x0045, 'analyse-graph': 0x007a, - 'approve': 0x002f, + // 'approve': 0x002f, 'approved-job': 0x0028, 'attach': 0x0061, 'browse': 0x0062, @@ -2100,8 +2100,9 @@ module.exports = function(grunt) { 'collapse-open': 0x0038, 'compare': 0x004f, 'database-submit': 0x0044, - 'delete': 0x0064, + // 'delete': 0x0064, 'down-page': 0x2b07, + 'download-alt': 0x003d, 'edit-user': 0x0035, 'expand': 0x0075, 'filter': 0x0066, @@ -2112,34 +2113,34 @@ module.exports = function(grunt) { 'lock': 0x004c, 'login': 0x006c, 'mapping': 0x0030, - 'menu': 0x004d, + // 'menu': 0x004d, 'move': 0x006d, 'next-page': 0x003e, 'play': 0x0076, 'previous-page': 0x003c, 'print': 0x0050, 'redo': 0x007d, - 'refresh': 0x0052, + // 'refresh': 0x0052, 'remove': 0x002d, - 'remove-user': 0x0036, + // 'remove-user': 0x0036, 'save': 0x0053, 'scaleable': 0x0059, 'search-document': 0x006a, 'send': 0x006e, - 'settings': 0x0073, - 'stop': 0x006f, + // 'settings': 0x0073, + // 'stop': 0x006f, 'submit': 0x005f, 'tool': 0x0074, 'unassigned-job': 0x002a, 'up-page': 0x2b06, - 'view': 0x0034, - 'zoom-in': 0x0033, - 'zoom-out': 0x0032, + // 'view': 0x0034, + // 'zoom-in': 0x0033, + // 'zoom-out': 0x0032, // EBI-GENERIC // - Some duplicate icons have been removed // - Key codes have changed from old EBI-Generic 'accommodation': 0xf220, - 'alert': 0xf22e, + // 'alert': 0xf22e, 'alumni': 0xf22f, 'announcement': 0xf230, 'basket': 0xf23f, @@ -2157,11 +2158,11 @@ module.exports = function(grunt) { 'documentation': 0xf283, 'drug': 0xf28c, 'elixir': 0xf28e, - 'email': 0xf28f, + // 'email': 0xf28f, 'embl': 0xf29b, 'external-systems': 0xf29f, 'face-to-face': 0xf2af, - 'find-us': 0xf2b7, + // 'find-us': 0xf2b7, 'funding': 0xf2ba, 'group': 0xf2be, 'gtls': 0xf2bf, @@ -2169,7 +2170,7 @@ module.exports = function(grunt) { 'help': 0xf2c3, 'info': 0xf129, 'location': 0xf2cf, - 'lovedata': 0xf2d3, + // 'lovedata': 0xf2d3, 'mailing-list': 0xf2d4, 'math': 0xf2df, 'meet-us': 0xf2e1, diff --git a/source/common/functional/add-user.svg b/source/common/functional/add-user.svg deleted file mode 100755 index 17e57af..0000000 --- a/source/common/functional/add-user.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/add.svg b/source/common/functional/add.svg deleted file mode 100755 index 7a6c5d3..0000000 --- a/source/common/functional/add.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/approve.svg b/source/common/functional/approve.svg deleted file mode 100755 index cbfa2f0..0000000 --- a/source/common/functional/approve.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/delete.svg b/source/common/functional/delete.svg deleted file mode 100755 index fca82a7..0000000 --- a/source/common/functional/delete.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/download-alt.svg b/source/common/functional/download-alt.svg new file mode 100755 index 0000000..a770b32 --- /dev/null +++ b/source/common/functional/download-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/source/common/functional/menu.svg b/source/common/functional/menu.svg deleted file mode 100755 index cc76168..0000000 --- a/source/common/functional/menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/refresh.svg b/source/common/functional/refresh.svg deleted file mode 100755 index 8cf4010..0000000 --- a/source/common/functional/refresh.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/remove-user.svg b/source/common/functional/remove-user.svg deleted file mode 100755 index 3692937..0000000 --- a/source/common/functional/remove-user.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/settings.svg b/source/common/functional/settings.svg deleted file mode 100755 index f5904b6..0000000 --- a/source/common/functional/settings.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/stop.svg b/source/common/functional/stop.svg deleted file mode 100755 index b49fd76..0000000 --- a/source/common/functional/stop.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/view.svg b/source/common/functional/view.svg deleted file mode 100755 index f2af7be..0000000 --- a/source/common/functional/view.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/zoom-in.svg b/source/common/functional/zoom-in.svg deleted file mode 100755 index 5ea5574..0000000 --- a/source/common/functional/zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/functional/zoom-out.svg b/source/common/functional/zoom-out.svg deleted file mode 100755 index e089a11..0000000 --- a/source/common/functional/zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/generic/alert.svg b/source/common/generic/alert.svg deleted file mode 100755 index b95b3f6..0000000 --- a/source/common/generic/alert.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/generic/email.svg b/source/common/generic/email.svg deleted file mode 100755 index 65f9ed9..0000000 --- a/source/common/generic/email.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/generic/find-us.svg b/source/common/generic/find-us.svg deleted file mode 100755 index 026c3df..0000000 --- a/source/common/generic/find-us.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/generic/help.svg b/source/common/generic/help.svg deleted file mode 100755 index e9e6731..0000000 --- a/source/common/generic/help.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/source/common/generic/lovedata.svg b/source/common/generic/lovedata.svg deleted file mode 100755 index 33dc086..0000000 --- a/source/common/generic/lovedata.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file