diff --git a/package.json b/package.json index f929ac02af..5c1bbb006b 100644 --- a/package.json +++ b/package.json @@ -72,13 +72,15 @@ "stylelint": "^15.5.0", "stylelint-config-recommended-scss": "^10.0.0", "stylelint-config-standard": "^33.0.0", - "stylelint-scss": "^4.6.0" + "stylelint-scss": "^4.6.0", + "svg-sprite": "^2.0.2" }, "scripts": { "postinstall": "yarn run build", "build": "webpack", "css-lint": "stylelint \"public/themes/**/scss/*.scss\" \"public/setup/scss/*.scss\"", "js-lint": "eslint resources/js/src test/javascript jest.config.cjs", + "icon-sprite": "svg-sprite --config svg-sprite.json --symbol-dest public/themes/bootstrap/img/ 'public/themes/bootstrap/img/sprite/*.svg' && svg-sprite --config svg-sprite.json --symbol-dest public/themes/metro/img/ 'public/themes/metro/img/sprite/*.svg' && svg-sprite --config svg-sprite.json --symbol-dest public/themes/original/img/ 'public/themes/original/img/sprite/*.svg' && svg-sprite --config svg-sprite.json --symbol-dest public/themes/pmahomme/img/ 'public/themes/pmahomme/img/sprite/*.svg'", "test": "yarn node --experimental-vm-modules $(yarn bin jest)" } } diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 378dc455cc..2063236c25 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -74,9 +74,6 @@ - - - $descriptions[$indexByDescription] $descriptions[$indexByKeyname] @@ -93,7 +90,6 @@ - $descriptions[] $keys[] $leftKeyname @@ -5522,7 +5518,6 @@ - $delUrlParams @@ -5692,7 +5687,6 @@ - @@ -6611,11 +6605,9 @@ - - $bufferMessage $pftext @@ -6689,6 +6681,9 @@ + + Theme + @@ -7291,12 +7286,6 @@ Config::getInstance() Config::getInstance() - - - - - - $hidden $hidden @@ -12504,14 +12493,6 @@ - - - - - - - - Config::getInstance() @@ -15846,12 +15827,6 @@ - - - - - backup]]> - providerForGetImgPath diff --git a/psalm.xml b/psalm.xml index cca3db0b0b..f8e4e595d7 100644 --- a/psalm.xml +++ b/psalm.xml @@ -120,6 +120,7 @@ table_priv: bool, tbl_storage_engine: string, text_dir: string, + theme: PhpMyAdmin\Theme\Theme, token_mismatch: bool, token_provided: bool, unparsed_sql?: string, diff --git a/public/themes/bootstrap/img/dark/b_rename.svg b/public/themes/bootstrap/img/dark/b_rename.svg deleted file mode 100644 index 353833a1d7..0000000000 --- a/public/themes/bootstrap/img/dark/b_rename.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/bookmark-plus.svg b/public/themes/bootstrap/img/dark/bookmark-plus.svg deleted file mode 100644 index 46919400f6..0000000000 --- a/public/themes/bootstrap/img/dark/bookmark-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/caret-up-stop.svg b/public/themes/bootstrap/img/dark/caret-up-stop.svg deleted file mode 100644 index 73bde8497e..0000000000 --- a/public/themes/bootstrap/img/dark/caret-up-stop.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/charset.svg b/public/themes/bootstrap/img/dark/charset.svg deleted file mode 100644 index 96eacb521f..0000000000 --- a/public/themes/bootstrap/img/dark/charset.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/chart.svg b/public/themes/bootstrap/img/dark/chart.svg deleted file mode 100644 index 37f11ea680..0000000000 --- a/public/themes/bootstrap/img/dark/chart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/check.svg b/public/themes/bootstrap/img/dark/check.svg deleted file mode 100644 index 60c416f4df..0000000000 --- a/public/themes/bootstrap/img/dark/check.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/close.svg b/public/themes/bootstrap/img/dark/close.svg deleted file mode 100644 index 61208a8109..0000000000 --- a/public/themes/bootstrap/img/dark/close.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/col-minus.svg b/public/themes/bootstrap/img/dark/col-minus.svg deleted file mode 100644 index 4f875b353a..0000000000 --- a/public/themes/bootstrap/img/dark/col-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/col-move.svg b/public/themes/bootstrap/img/dark/col-move.svg deleted file mode 100644 index 0799ac95f2..0000000000 --- a/public/themes/bootstrap/img/dark/col-move.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/col-plus.svg b/public/themes/bootstrap/img/dark/col-plus.svg deleted file mode 100644 index e900e708f1..0000000000 --- a/public/themes/bootstrap/img/dark/col-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/col.svg b/public/themes/bootstrap/img/dark/col.svg deleted file mode 100644 index 838228a056..0000000000 --- a/public/themes/bootstrap/img/dark/col.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/comment.svg b/public/themes/bootstrap/img/dark/comment.svg deleted file mode 100644 index 96c2693513..0000000000 --- a/public/themes/bootstrap/img/dark/comment.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/console.svg b/public/themes/bootstrap/img/dark/console.svg deleted file mode 100644 index 161534fb03..0000000000 --- a/public/themes/bootstrap/img/dark/console.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/database-engine.svg b/public/themes/bootstrap/img/dark/database-engine.svg deleted file mode 100644 index c6b063355e..0000000000 --- a/public/themes/bootstrap/img/dark/database-engine.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/database-minus.svg b/public/themes/bootstrap/img/dark/database-minus.svg deleted file mode 100644 index 73df91be3b..0000000000 --- a/public/themes/bootstrap/img/dark/database-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/database-plus.svg b/public/themes/bootstrap/img/dark/database-plus.svg deleted file mode 100644 index d2b635a58f..0000000000 --- a/public/themes/bootstrap/img/dark/database-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/database-vars.svg b/public/themes/bootstrap/img/dark/database-vars.svg deleted file mode 100644 index 448a5857fd..0000000000 --- a/public/themes/bootstrap/img/dark/database-vars.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/database.svg b/public/themes/bootstrap/img/dark/database.svg deleted file mode 100644 index 95241efcd4..0000000000 --- a/public/themes/bootstrap/img/dark/database.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/databases.svg b/public/themes/bootstrap/img/dark/databases.svg deleted file mode 100644 index cde67644d8..0000000000 --- a/public/themes/bootstrap/img/dark/databases.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/designer.svg b/public/themes/bootstrap/img/dark/designer.svg deleted file mode 100644 index 6e15d508f4..0000000000 --- a/public/themes/bootstrap/img/dark/designer.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/edit.svg b/public/themes/bootstrap/img/dark/edit.svg deleted file mode 100644 index d2fd0af82c..0000000000 --- a/public/themes/bootstrap/img/dark/edit.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/error.svg b/public/themes/bootstrap/img/dark/error.svg deleted file mode 100644 index b54246936c..0000000000 --- a/public/themes/bootstrap/img/dark/error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/event-plus.svg b/public/themes/bootstrap/img/dark/event-plus.svg deleted file mode 100644 index 1d65fcbae4..0000000000 --- a/public/themes/bootstrap/img/dark/event-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/event.svg b/public/themes/bootstrap/img/dark/event.svg deleted file mode 100644 index e5284a0589..0000000000 --- a/public/themes/bootstrap/img/dark/event.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/export.svg b/public/themes/bootstrap/img/dark/export.svg deleted file mode 100644 index e562d30924..0000000000 --- a/public/themes/bootstrap/img/dark/export.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/favorite-alt.svg b/public/themes/bootstrap/img/dark/favorite-alt.svg deleted file mode 100644 index 56b893b1c9..0000000000 --- a/public/themes/bootstrap/img/dark/favorite-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/favorite.svg b/public/themes/bootstrap/img/dark/favorite.svg deleted file mode 100644 index 29583b9f25..0000000000 --- a/public/themes/bootstrap/img/dark/favorite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/field-index-text.svg b/public/themes/bootstrap/img/dark/field-index-text.svg deleted file mode 100644 index 7e5c465b27..0000000000 --- a/public/themes/bootstrap/img/dark/field-index-text.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/field-index-uinique.svg b/public/themes/bootstrap/img/dark/field-index-uinique.svg deleted file mode 100644 index 4c3fb7f33b..0000000000 --- a/public/themes/bootstrap/img/dark/field-index-uinique.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/field-index.svg b/public/themes/bootstrap/img/dark/field-index.svg deleted file mode 100644 index fe7af2229d..0000000000 --- a/public/themes/bootstrap/img/dark/field-index.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/field-spatial.svg b/public/themes/bootstrap/img/dark/field-spatial.svg deleted file mode 100644 index 94494ddd44..0000000000 --- a/public/themes/bootstrap/img/dark/field-spatial.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/flag-plus.svg b/public/themes/bootstrap/img/dark/flag-plus.svg deleted file mode 100644 index 182ec875e6..0000000000 --- a/public/themes/bootstrap/img/dark/flag-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/flag.svg b/public/themes/bootstrap/img/dark/flag.svg deleted file mode 100644 index 1e3ef79171..0000000000 --- a/public/themes/bootstrap/img/dark/flag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/gear.svg b/public/themes/bootstrap/img/dark/gear.svg deleted file mode 100644 index 4dce129da8..0000000000 --- a/public/themes/bootstrap/img/dark/gear.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/glasses.svg b/public/themes/bootstrap/img/dark/glasses.svg deleted file mode 100644 index c092bd46ef..0000000000 --- a/public/themes/bootstrap/img/dark/glasses.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/globe-alt.svg b/public/themes/bootstrap/img/dark/globe-alt.svg deleted file mode 100644 index 0f13db8384..0000000000 --- a/public/themes/bootstrap/img/dark/globe-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/help-alt.svg b/public/themes/bootstrap/img/dark/help-alt.svg deleted file mode 100644 index 00f3ae53c7..0000000000 --- a/public/themes/bootstrap/img/dark/help-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/help.svg b/public/themes/bootstrap/img/dark/help.svg deleted file mode 100644 index 3242a4886e..0000000000 --- a/public/themes/bootstrap/img/dark/help.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/home.svg b/public/themes/bootstrap/img/dark/home.svg deleted file mode 100644 index 9dcf5072f7..0000000000 --- a/public/themes/bootstrap/img/dark/home.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/host.svg b/public/themes/bootstrap/img/dark/host.svg deleted file mode 100644 index 0869ae05a7..0000000000 --- a/public/themes/bootstrap/img/dark/host.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/import.svg b/public/themes/bootstrap/img/dark/import.svg deleted file mode 100644 index 10ea05a03b..0000000000 --- a/public/themes/bootstrap/img/dark/import.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/index-plus.svg b/public/themes/bootstrap/img/dark/index-plus.svg deleted file mode 100644 index 5edcfe7c20..0000000000 --- a/public/themes/bootstrap/img/dark/index-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/key-primary.svg b/public/themes/bootstrap/img/dark/key-primary.svg deleted file mode 100644 index 9e85003bb2..0000000000 --- a/public/themes/bootstrap/img/dark/key-primary.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/key.svg b/public/themes/bootstrap/img/dark/key.svg deleted file mode 100644 index 0e19b52710..0000000000 --- a/public/themes/bootstrap/img/dark/key.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/language.svg b/public/themes/bootstrap/img/dark/language.svg deleted file mode 100644 index c33c003fb6..0000000000 --- a/public/themes/bootstrap/img/dark/language.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/link-broken.svg b/public/themes/bootstrap/img/dark/link-broken.svg deleted file mode 100644 index ead6cb5d11..0000000000 --- a/public/themes/bootstrap/img/dark/link-broken.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/link.svg b/public/themes/bootstrap/img/dark/link.svg deleted file mode 100644 index 892e10c890..0000000000 --- a/public/themes/bootstrap/img/dark/link.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/lock-open.svg b/public/themes/bootstrap/img/dark/lock-open.svg deleted file mode 100644 index 44a0c9f69a..0000000000 --- a/public/themes/bootstrap/img/dark/lock-open.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/lock.svg b/public/themes/bootstrap/img/dark/lock.svg deleted file mode 100644 index 03148cbc3a..0000000000 --- a/public/themes/bootstrap/img/dark/lock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/manual.svg b/public/themes/bootstrap/img/dark/manual.svg deleted file mode 100644 index 47dcea551f..0000000000 --- a/public/themes/bootstrap/img/dark/manual.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/minus.svg b/public/themes/bootstrap/img/dark/minus.svg deleted file mode 100644 index 61edc205f5..0000000000 --- a/public/themes/bootstrap/img/dark/minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/notice.svg b/public/themes/bootstrap/img/dark/notice.svg deleted file mode 100644 index c173696169..0000000000 --- a/public/themes/bootstrap/img/dark/notice.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/optimize.svg b/public/themes/bootstrap/img/dark/optimize.svg deleted file mode 100644 index 1d4cdc443d..0000000000 --- a/public/themes/bootstrap/img/dark/optimize.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/password.svg b/public/themes/bootstrap/img/dark/password.svg deleted file mode 100644 index 2a372269be..0000000000 --- a/public/themes/bootstrap/img/dark/password.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/pause.svg b/public/themes/bootstrap/img/dark/pause.svg deleted file mode 100644 index 6a05df6e00..0000000000 --- a/public/themes/bootstrap/img/dark/pause.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/plugin.svg b/public/themes/bootstrap/img/dark/plugin.svg deleted file mode 100644 index 6d2d89c17b..0000000000 --- a/public/themes/bootstrap/img/dark/plugin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/preferences.svg b/public/themes/bootstrap/img/dark/preferences.svg deleted file mode 100644 index 451162d33a..0000000000 --- a/public/themes/bootstrap/img/dark/preferences.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/print.svg b/public/themes/bootstrap/img/dark/print.svg deleted file mode 100644 index a71e55edba..0000000000 --- a/public/themes/bootstrap/img/dark/print.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/reload.svg b/public/themes/bootstrap/img/dark/reload.svg deleted file mode 100644 index 6b032fd321..0000000000 --- a/public/themes/bootstrap/img/dark/reload.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/replication.svg b/public/themes/bootstrap/img/dark/replication.svg deleted file mode 100644 index 6a225acb71..0000000000 --- a/public/themes/bootstrap/img/dark/replication.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/report.svg b/public/themes/bootstrap/img/dark/report.svg deleted file mode 100644 index 0a3897ee04..0000000000 --- a/public/themes/bootstrap/img/dark/report.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/routine-plus.svg b/public/themes/bootstrap/img/dark/routine-plus.svg deleted file mode 100644 index b36ceb5374..0000000000 --- a/public/themes/bootstrap/img/dark/routine-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/routine.svg b/public/themes/bootstrap/img/dark/routine.svg deleted file mode 100644 index 9ba9ad22f6..0000000000 --- a/public/themes/bootstrap/img/dark/routine.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/row-plus.svg b/public/themes/bootstrap/img/dark/row-plus.svg deleted file mode 100644 index f34ced7f18..0000000000 --- a/public/themes/bootstrap/img/dark/row-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/save.svg b/public/themes/bootstrap/img/dark/save.svg deleted file mode 100644 index ded8fd579a..0000000000 --- a/public/themes/bootstrap/img/dark/save.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/search-across.svg b/public/themes/bootstrap/img/dark/search-across.svg deleted file mode 100644 index 13b6a1801e..0000000000 --- a/public/themes/bootstrap/img/dark/search-across.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/search-replace.svg b/public/themes/bootstrap/img/dark/search-replace.svg deleted file mode 100644 index 8591cd0c24..0000000000 --- a/public/themes/bootstrap/img/dark/search-replace.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/search.svg b/public/themes/bootstrap/img/dark/search.svg deleted file mode 100644 index 8caa51334d..0000000000 --- a/public/themes/bootstrap/img/dark/search.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/select-all-arrow.svg b/public/themes/bootstrap/img/dark/select-all-arrow.svg deleted file mode 100644 index 95ff9c425a..0000000000 --- a/public/themes/bootstrap/img/dark/select-all-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/server.svg b/public/themes/bootstrap/img/dark/server.svg deleted file mode 100644 index 4e46cf533e..0000000000 --- a/public/themes/bootstrap/img/dark/server.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/shredder.svg b/public/themes/bootstrap/img/dark/shredder.svg deleted file mode 100644 index 00cb04dcca..0000000000 --- a/public/themes/bootstrap/img/dark/shredder.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/sign-out.svg b/public/themes/bootstrap/img/dark/sign-out.svg deleted file mode 100644 index 443fd3a228..0000000000 --- a/public/themes/bootstrap/img/dark/sign-out.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/sort-asc.svg b/public/themes/bootstrap/img/dark/sort-asc.svg deleted file mode 100644 index 1fbd2bea11..0000000000 --- a/public/themes/bootstrap/img/dark/sort-asc.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/sort-desc.svg b/public/themes/bootstrap/img/dark/sort-desc.svg deleted file mode 100644 index b5dd7720b8..0000000000 --- a/public/themes/bootstrap/img/dark/sort-desc.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/sql.svg b/public/themes/bootstrap/img/dark/sql.svg deleted file mode 100644 index 0abdd0e356..0000000000 --- a/public/themes/bootstrap/img/dark/sql.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/success.svg b/public/themes/bootstrap/img/dark/success.svg deleted file mode 100644 index 5afac1110c..0000000000 --- a/public/themes/bootstrap/img/dark/success.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table-analyse.svg b/public/themes/bootstrap/img/dark/table-analyse.svg deleted file mode 100644 index 11acaffc62..0000000000 --- a/public/themes/bootstrap/img/dark/table-analyse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table-browse.svg b/public/themes/bootstrap/img/dark/table-browse.svg deleted file mode 100644 index 4e675f69c9..0000000000 --- a/public/themes/bootstrap/img/dark/table-browse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table-engine.svg b/public/themes/bootstrap/img/dark/table-engine.svg deleted file mode 100644 index 1b6b2319de..0000000000 --- a/public/themes/bootstrap/img/dark/table-engine.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table-minus.svg b/public/themes/bootstrap/img/dark/table-minus.svg deleted file mode 100644 index 9b876fb224..0000000000 --- a/public/themes/bootstrap/img/dark/table-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table-plus.svg b/public/themes/bootstrap/img/dark/table-plus.svg deleted file mode 100644 index db0d2d2b1d..0000000000 --- a/public/themes/bootstrap/img/dark/table-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table-view-plus.svg b/public/themes/bootstrap/img/dark/table-view-plus.svg deleted file mode 100644 index dbd40d32b9..0000000000 --- a/public/themes/bootstrap/img/dark/table-view-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table-view.svg b/public/themes/bootstrap/img/dark/table-view.svg deleted file mode 100644 index 4dd8cae330..0000000000 --- a/public/themes/bootstrap/img/dark/table-view.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/table.svg b/public/themes/bootstrap/img/dark/table.svg deleted file mode 100644 index 7516c3aab9..0000000000 --- a/public/themes/bootstrap/img/dark/table.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/theme.svg b/public/themes/bootstrap/img/dark/theme.svg deleted file mode 100644 index ccacffe3ec..0000000000 --- a/public/themes/bootstrap/img/dark/theme.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/tree-collapse.svg b/public/themes/bootstrap/img/dark/tree-collapse.svg deleted file mode 100644 index 7061f99353..0000000000 --- a/public/themes/bootstrap/img/dark/tree-collapse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/tree-expand.svg b/public/themes/bootstrap/img/dark/tree-expand.svg deleted file mode 100644 index ad0f77c45f..0000000000 --- a/public/themes/bootstrap/img/dark/tree-expand.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/triangle-down-1.svg b/public/themes/bootstrap/img/dark/triangle-down-1.svg deleted file mode 100644 index bbfe97985e..0000000000 --- a/public/themes/bootstrap/img/dark/triangle-down-1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/triangle-right-1.svg b/public/themes/bootstrap/img/dark/triangle-right-1.svg deleted file mode 100644 index 75bf11a690..0000000000 --- a/public/themes/bootstrap/img/dark/triangle-right-1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/user-minus.svg b/public/themes/bootstrap/img/dark/user-minus.svg deleted file mode 100644 index 5bd4c23acc..0000000000 --- a/public/themes/bootstrap/img/dark/user-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/user-plus.svg b/public/themes/bootstrap/img/dark/user-plus.svg deleted file mode 100644 index 34e00697a7..0000000000 --- a/public/themes/bootstrap/img/dark/user-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/user-props.svg b/public/themes/bootstrap/img/dark/user-props.svg deleted file mode 100644 index 363ed586f0..0000000000 --- a/public/themes/bootstrap/img/dark/user-props.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/user.svg b/public/themes/bootstrap/img/dark/user.svg deleted file mode 100644 index 7bb010c472..0000000000 --- a/public/themes/bootstrap/img/dark/user.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/users.svg b/public/themes/bootstrap/img/dark/users.svg deleted file mode 100644 index 2e65b8a721..0000000000 --- a/public/themes/bootstrap/img/dark/users.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/version.svg b/public/themes/bootstrap/img/dark/version.svg deleted file mode 100644 index 0a4c2e3a17..0000000000 --- a/public/themes/bootstrap/img/dark/version.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/visibility-hidden.svg b/public/themes/bootstrap/img/dark/visibility-hidden.svg deleted file mode 100644 index d28a4fa06c..0000000000 --- a/public/themes/bootstrap/img/dark/visibility-hidden.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/visibility.svg b/public/themes/bootstrap/img/dark/visibility.svg deleted file mode 100644 index 75aef4fc36..0000000000 --- a/public/themes/bootstrap/img/dark/visibility.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/windows.svg b/public/themes/bootstrap/img/dark/windows.svg deleted file mode 100644 index db0a485fd9..0000000000 --- a/public/themes/bootstrap/img/dark/windows.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/dark/wizard.svg b/public/themes/bootstrap/img/dark/wizard.svg deleted file mode 100644 index 621a1ee066..0000000000 --- a/public/themes/bootstrap/img/dark/wizard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/themes/bootstrap/img/icons.svg b/public/themes/bootstrap/img/icons.svg new file mode 100644 index 0000000000..69e153a6ef --- /dev/null +++ b/public/themes/bootstrap/img/icons.svg @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/bootstrap/img/ajax_clock_small.gif b/public/themes/bootstrap/img/sprite/ajax_clock_small.gif similarity index 100% rename from public/themes/bootstrap/img/ajax_clock_small.gif rename to public/themes/bootstrap/img/sprite/ajax_clock_small.gif diff --git a/public/themes/bootstrap/img/sprite/ajax_clock_small.svg b/public/themes/bootstrap/img/sprite/ajax_clock_small.svg new file mode 100644 index 0000000000..d5ad743de2 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/ajax_clock_small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/asc_order.png b/public/themes/bootstrap/img/sprite/asc_order.png similarity index 100% rename from public/themes/bootstrap/img/asc_order.png rename to public/themes/bootstrap/img/sprite/asc_order.png diff --git a/public/themes/bootstrap/img/sprite/asc_order.svg b/public/themes/bootstrap/img/sprite/asc_order.svg new file mode 100644 index 0000000000..f68ed6278f --- /dev/null +++ b/public/themes/bootstrap/img/sprite/asc_order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bookmark-plus.svg b/public/themes/bootstrap/img/sprite/b_bookmark.svg similarity index 100% rename from public/themes/bootstrap/img/bookmark-plus.svg rename to public/themes/bootstrap/img/sprite/b_bookmark.svg diff --git a/public/themes/bootstrap/img/table-browse.svg b/public/themes/bootstrap/img/sprite/b_browse.svg similarity index 100% rename from public/themes/bootstrap/img/table-browse.svg rename to public/themes/bootstrap/img/sprite/b_browse.svg diff --git a/public/themes/bootstrap/img/b_calendar.png b/public/themes/bootstrap/img/sprite/b_calendar.png similarity index 100% rename from public/themes/bootstrap/img/b_calendar.png rename to public/themes/bootstrap/img/sprite/b_calendar.png diff --git a/public/themes/bootstrap/img/sprite/b_calendar.svg b/public/themes/bootstrap/img/sprite/b_calendar.svg new file mode 100644 index 0000000000..1ad0ac3a5d --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/chart.svg b/public/themes/bootstrap/img/sprite/b_chart.svg similarity index 100% rename from public/themes/bootstrap/img/chart.svg rename to public/themes/bootstrap/img/sprite/b_chart.svg diff --git a/public/themes/bootstrap/img/close.svg b/public/themes/bootstrap/img/sprite/b_close.svg similarity index 100% rename from public/themes/bootstrap/img/close.svg rename to public/themes/bootstrap/img/sprite/b_close.svg diff --git a/public/themes/bootstrap/img/col-plus.svg b/public/themes/bootstrap/img/sprite/b_column_add.svg similarity index 100% rename from public/themes/bootstrap/img/col-plus.svg rename to public/themes/bootstrap/img/sprite/b_column_add.svg diff --git a/public/themes/bootstrap/img/comment.svg b/public/themes/bootstrap/img/sprite/b_comment.svg similarity index 100% rename from public/themes/bootstrap/img/comment.svg rename to public/themes/bootstrap/img/sprite/b_comment.svg diff --git a/public/themes/bootstrap/img/b_dbstatistics.png b/public/themes/bootstrap/img/sprite/b_dbstatistics.png similarity index 100% rename from public/themes/bootstrap/img/b_dbstatistics.png rename to public/themes/bootstrap/img/sprite/b_dbstatistics.png diff --git a/public/themes/bootstrap/img/sprite/b_dbstatistics.svg b/public/themes/bootstrap/img/sprite/b_dbstatistics.svg new file mode 100644 index 0000000000..9efc2480be --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_dbstatistics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/table-minus.svg b/public/themes/bootstrap/img/sprite/b_deltbl.svg similarity index 100% rename from public/themes/bootstrap/img/table-minus.svg rename to public/themes/bootstrap/img/sprite/b_deltbl.svg diff --git a/public/themes/bootstrap/img/help.svg b/public/themes/bootstrap/img/sprite/b_docs.svg similarity index 100% rename from public/themes/bootstrap/img/help.svg rename to public/themes/bootstrap/img/sprite/b_docs.svg diff --git a/public/themes/bootstrap/img/b_docsql.png b/public/themes/bootstrap/img/sprite/b_docsql.png similarity index 100% rename from public/themes/bootstrap/img/b_docsql.png rename to public/themes/bootstrap/img/sprite/b_docsql.png diff --git a/public/themes/bootstrap/img/sprite/b_docsql.svg b/public/themes/bootstrap/img/sprite/b_docsql.svg new file mode 100644 index 0000000000..71428e8c81 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_docsql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/minus.svg b/public/themes/bootstrap/img/sprite/b_drop.svg similarity index 100% rename from public/themes/bootstrap/img/minus.svg rename to public/themes/bootstrap/img/sprite/b_drop.svg diff --git a/public/themes/bootstrap/img/edit.svg b/public/themes/bootstrap/img/sprite/b_edit.svg similarity index 100% rename from public/themes/bootstrap/img/edit.svg rename to public/themes/bootstrap/img/sprite/b_edit.svg diff --git a/public/themes/bootstrap/img/shredder.svg b/public/themes/bootstrap/img/sprite/b_empty.svg similarity index 100% rename from public/themes/bootstrap/img/shredder.svg rename to public/themes/bootstrap/img/sprite/b_empty.svg diff --git a/public/themes/bootstrap/img/database-engine.svg b/public/themes/bootstrap/img/sprite/b_engine.svg similarity index 100% rename from public/themes/bootstrap/img/database-engine.svg rename to public/themes/bootstrap/img/sprite/b_engine.svg diff --git a/public/themes/bootstrap/img/event-plus.svg b/public/themes/bootstrap/img/sprite/b_event_add.svg similarity index 100% rename from public/themes/bootstrap/img/event-plus.svg rename to public/themes/bootstrap/img/sprite/b_event_add.svg diff --git a/public/themes/bootstrap/img/event.svg b/public/themes/bootstrap/img/sprite/b_events.svg similarity index 100% rename from public/themes/bootstrap/img/event.svg rename to public/themes/bootstrap/img/sprite/b_events.svg diff --git a/public/themes/bootstrap/img/export.svg b/public/themes/bootstrap/img/sprite/b_export.svg similarity index 100% rename from public/themes/bootstrap/img/export.svg rename to public/themes/bootstrap/img/sprite/b_export.svg diff --git a/public/themes/bootstrap/img/favorite.svg b/public/themes/bootstrap/img/sprite/b_favorite.svg similarity index 100% rename from public/themes/bootstrap/img/favorite.svg rename to public/themes/bootstrap/img/sprite/b_favorite.svg diff --git a/public/themes/bootstrap/img/search-replace.svg b/public/themes/bootstrap/img/sprite/b_find_replace.svg similarity index 100% rename from public/themes/bootstrap/img/search-replace.svg rename to public/themes/bootstrap/img/sprite/b_find_replace.svg diff --git a/public/themes/bootstrap/img/b_firstpage.png b/public/themes/bootstrap/img/sprite/b_firstpage.png similarity index 100% rename from public/themes/bootstrap/img/b_firstpage.png rename to public/themes/bootstrap/img/sprite/b_firstpage.png diff --git a/public/themes/bootstrap/img/sprite/b_firstpage.svg b/public/themes/bootstrap/img/sprite/b_firstpage.svg new file mode 100644 index 0000000000..d2e0f39403 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/field-index-text.svg b/public/themes/bootstrap/img/sprite/b_ftext.svg similarity index 100% rename from public/themes/bootstrap/img/field-index-text.svg rename to public/themes/bootstrap/img/sprite/b_ftext.svg diff --git a/public/themes/bootstrap/img/globe-alt.svg b/public/themes/bootstrap/img/sprite/b_globe.svg similarity index 100% rename from public/themes/bootstrap/img/globe-alt.svg rename to public/themes/bootstrap/img/sprite/b_globe.svg diff --git a/public/themes/bootstrap/img/databases.svg b/public/themes/bootstrap/img/sprite/b_group.svg similarity index 100% rename from public/themes/bootstrap/img/databases.svg rename to public/themes/bootstrap/img/sprite/b_group.svg diff --git a/public/themes/bootstrap/img/help-alt.svg b/public/themes/bootstrap/img/sprite/b_help.svg similarity index 100% rename from public/themes/bootstrap/img/help-alt.svg rename to public/themes/bootstrap/img/sprite/b_help.svg diff --git a/public/themes/bootstrap/img/home.svg b/public/themes/bootstrap/img/sprite/b_home.svg similarity index 100% rename from public/themes/bootstrap/img/home.svg rename to public/themes/bootstrap/img/sprite/b_home.svg diff --git a/public/themes/bootstrap/img/import.svg b/public/themes/bootstrap/img/sprite/b_import.svg similarity index 100% rename from public/themes/bootstrap/img/import.svg rename to public/themes/bootstrap/img/sprite/b_import.svg diff --git a/public/themes/bootstrap/img/field-index.svg b/public/themes/bootstrap/img/sprite/b_index.svg similarity index 100% rename from public/themes/bootstrap/img/field-index.svg rename to public/themes/bootstrap/img/sprite/b_index.svg diff --git a/public/themes/bootstrap/img/index-plus.svg b/public/themes/bootstrap/img/sprite/b_index_add.svg similarity index 100% rename from public/themes/bootstrap/img/index-plus.svg rename to public/themes/bootstrap/img/sprite/b_index_add.svg diff --git a/public/themes/bootstrap/img/b_inline_edit.png b/public/themes/bootstrap/img/sprite/b_inline_edit.png similarity index 100% rename from public/themes/bootstrap/img/b_inline_edit.png rename to public/themes/bootstrap/img/sprite/b_inline_edit.png diff --git a/public/themes/bootstrap/img/sprite/b_inline_edit.svg b/public/themes/bootstrap/img/sprite/b_inline_edit.svg new file mode 100644 index 0000000000..7a637f0a71 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_inline_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/row-plus.svg b/public/themes/bootstrap/img/sprite/b_insrow.svg similarity index 100% rename from public/themes/bootstrap/img/row-plus.svg rename to public/themes/bootstrap/img/sprite/b_insrow.svg diff --git a/public/themes/bootstrap/img/b_lastpage.png b/public/themes/bootstrap/img/sprite/b_lastpage.png similarity index 100% rename from public/themes/bootstrap/img/b_lastpage.png rename to public/themes/bootstrap/img/sprite/b_lastpage.png diff --git a/public/themes/bootstrap/img/sprite/b_lastpage.svg b/public/themes/bootstrap/img/sprite/b_lastpage.svg new file mode 100644 index 0000000000..089af1aba6 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/b_left.png b/public/themes/bootstrap/img/sprite/b_left.png similarity index 100% rename from public/themes/bootstrap/img/b_left.png rename to public/themes/bootstrap/img/sprite/b_left.png diff --git a/public/themes/bootstrap/img/sprite/b_left.svg b/public/themes/bootstrap/img/sprite/b_left.svg new file mode 100644 index 0000000000..2751b5a70f --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/tree-collapse.svg b/public/themes/bootstrap/img/sprite/b_minus.svg similarity index 100% rename from public/themes/bootstrap/img/tree-collapse.svg rename to public/themes/bootstrap/img/sprite/b_minus.svg diff --git a/public/themes/bootstrap/img/triangle-down-1.svg b/public/themes/bootstrap/img/sprite/b_more.svg similarity index 100% rename from public/themes/bootstrap/img/triangle-down-1.svg rename to public/themes/bootstrap/img/sprite/b_more.svg diff --git a/public/themes/bootstrap/img/col-move.svg b/public/themes/bootstrap/img/sprite/b_move.svg similarity index 100% rename from public/themes/bootstrap/img/col-move.svg rename to public/themes/bootstrap/img/sprite/b_move.svg diff --git a/public/themes/bootstrap/img/database-plus.svg b/public/themes/bootstrap/img/sprite/b_newdb.svg similarity index 100% rename from public/themes/bootstrap/img/database-plus.svg rename to public/themes/bootstrap/img/sprite/b_newdb.svg diff --git a/public/themes/bootstrap/img/b_newtbl.png b/public/themes/bootstrap/img/sprite/b_newtbl.png similarity index 100% rename from public/themes/bootstrap/img/b_newtbl.png rename to public/themes/bootstrap/img/sprite/b_newtbl.png diff --git a/public/themes/bootstrap/img/sprite/b_newtbl.svg b/public/themes/bootstrap/img/sprite/b_newtbl.svg new file mode 100644 index 0000000000..531abd443a --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_newtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/b_nextpage.png b/public/themes/bootstrap/img/sprite/b_nextpage.png similarity index 100% rename from public/themes/bootstrap/img/b_nextpage.png rename to public/themes/bootstrap/img/sprite/b_nextpage.png diff --git a/public/themes/bootstrap/img/sprite/b_nextpage.svg b/public/themes/bootstrap/img/sprite/b_nextpage.svg new file mode 100644 index 0000000000..4a96fb7946 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/favorite-alt.svg b/public/themes/bootstrap/img/sprite/b_no_favorite.svg similarity index 100% rename from public/themes/bootstrap/img/favorite-alt.svg rename to public/themes/bootstrap/img/sprite/b_no_favorite.svg diff --git a/public/themes/bootstrap/img/b_pdfdoc.png b/public/themes/bootstrap/img/sprite/b_pdfdoc.png similarity index 100% rename from public/themes/bootstrap/img/b_pdfdoc.png rename to public/themes/bootstrap/img/sprite/b_pdfdoc.png diff --git a/public/themes/bootstrap/img/sprite/b_pdfdoc.svg b/public/themes/bootstrap/img/sprite/b_pdfdoc.svg new file mode 100644 index 0000000000..5c32384d6b --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_pdfdoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/plugin.svg b/public/themes/bootstrap/img/sprite/b_plugin.svg similarity index 100% rename from public/themes/bootstrap/img/plugin.svg rename to public/themes/bootstrap/img/sprite/b_plugin.svg diff --git a/public/themes/bootstrap/img/tree-expand.svg b/public/themes/bootstrap/img/sprite/b_plus.svg similarity index 100% rename from public/themes/bootstrap/img/tree-expand.svg rename to public/themes/bootstrap/img/sprite/b_plus.svg diff --git a/public/themes/bootstrap/img/b_prevpage.png b/public/themes/bootstrap/img/sprite/b_prevpage.png similarity index 100% rename from public/themes/bootstrap/img/b_prevpage.png rename to public/themes/bootstrap/img/sprite/b_prevpage.png diff --git a/public/themes/bootstrap/img/sprite/b_prevpage.svg b/public/themes/bootstrap/img/sprite/b_prevpage.svg new file mode 100644 index 0000000000..17e6745b1e --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/key-primary.svg b/public/themes/bootstrap/img/sprite/b_primary.svg similarity index 100% rename from public/themes/bootstrap/img/key-primary.svg rename to public/themes/bootstrap/img/sprite/b_primary.svg diff --git a/public/themes/bootstrap/img/print.svg b/public/themes/bootstrap/img/sprite/b_print.svg similarity index 100% rename from public/themes/bootstrap/img/print.svg rename to public/themes/bootstrap/img/sprite/b_print.svg diff --git a/public/themes/bootstrap/img/table-engine.svg b/public/themes/bootstrap/img/sprite/b_props.svg similarity index 100% rename from public/themes/bootstrap/img/table-engine.svg rename to public/themes/bootstrap/img/sprite/b_props.svg diff --git a/public/themes/bootstrap/img/designer.svg b/public/themes/bootstrap/img/sprite/b_relations.svg similarity index 100% rename from public/themes/bootstrap/img/designer.svg rename to public/themes/bootstrap/img/sprite/b_relations.svg diff --git a/public/themes/bootstrap/img/b_rename.svg b/public/themes/bootstrap/img/sprite/b_rename.svg similarity index 100% rename from public/themes/bootstrap/img/b_rename.svg rename to public/themes/bootstrap/img/sprite/b_rename.svg diff --git a/public/themes/bootstrap/img/report.svg b/public/themes/bootstrap/img/sprite/b_report.svg similarity index 100% rename from public/themes/bootstrap/img/report.svg rename to public/themes/bootstrap/img/sprite/b_report.svg diff --git a/public/themes/bootstrap/img/b_right.png b/public/themes/bootstrap/img/sprite/b_right.png similarity index 100% rename from public/themes/bootstrap/img/b_right.png rename to public/themes/bootstrap/img/sprite/b_right.png diff --git a/public/themes/bootstrap/img/sprite/b_right.svg b/public/themes/bootstrap/img/sprite/b_right.svg new file mode 100644 index 0000000000..9328fb6778 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/routine-plus.svg b/public/themes/bootstrap/img/sprite/b_routine_add.svg similarity index 100% rename from public/themes/bootstrap/img/routine-plus.svg rename to public/themes/bootstrap/img/sprite/b_routine_add.svg diff --git a/public/themes/bootstrap/img/routine.svg b/public/themes/bootstrap/img/sprite/b_routines.svg similarity index 100% rename from public/themes/bootstrap/img/routine.svg rename to public/themes/bootstrap/img/sprite/b_routines.svg diff --git a/public/themes/bootstrap/img/save.svg b/public/themes/bootstrap/img/sprite/b_save.svg similarity index 100% rename from public/themes/bootstrap/img/save.svg rename to public/themes/bootstrap/img/sprite/b_save.svg diff --git a/public/themes/bootstrap/img/sprite/b_saveimage.svg b/public/themes/bootstrap/img/sprite/b_saveimage.svg new file mode 100644 index 0000000000..a728f544f0 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_saveimage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/sprite/b_sbrowse.svg b/public/themes/bootstrap/img/sprite/b_sbrowse.svg new file mode 100644 index 0000000000..394bc1faa6 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/b_sdb.png b/public/themes/bootstrap/img/sprite/b_sdb.png similarity index 100% rename from public/themes/bootstrap/img/b_sdb.png rename to public/themes/bootstrap/img/sprite/b_sdb.png diff --git a/public/themes/bootstrap/img/sprite/b_sdb.svg b/public/themes/bootstrap/img/sprite/b_sdb.svg new file mode 100644 index 0000000000..39730d8483 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_sdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/search.svg b/public/themes/bootstrap/img/sprite/b_search.svg similarity index 100% rename from public/themes/bootstrap/img/search.svg rename to public/themes/bootstrap/img/sprite/b_search.svg diff --git a/public/themes/bootstrap/img/search-across.svg b/public/themes/bootstrap/img/sprite/b_select.svg similarity index 100% rename from public/themes/bootstrap/img/search-across.svg rename to public/themes/bootstrap/img/sprite/b_select.svg diff --git a/public/themes/bootstrap/img/b_snewtbl.png b/public/themes/bootstrap/img/sprite/b_snewtbl.png similarity index 100% rename from public/themes/bootstrap/img/b_snewtbl.png rename to public/themes/bootstrap/img/sprite/b_snewtbl.png diff --git a/public/themes/bootstrap/img/sprite/b_snewtbl.svg b/public/themes/bootstrap/img/sprite/b_snewtbl.svg new file mode 100644 index 0000000000..42f4832db2 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_snewtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/field-spatial.svg b/public/themes/bootstrap/img/sprite/b_spatial.svg similarity index 100% rename from public/themes/bootstrap/img/field-spatial.svg rename to public/themes/bootstrap/img/sprite/b_spatial.svg diff --git a/public/themes/bootstrap/img/sql.svg b/public/themes/bootstrap/img/sprite/b_sql.svg similarity index 100% rename from public/themes/bootstrap/img/sql.svg rename to public/themes/bootstrap/img/sprite/b_sql.svg diff --git a/public/themes/bootstrap/img/b_sqldoc.png b/public/themes/bootstrap/img/sprite/b_sqldoc.png similarity index 100% rename from public/themes/bootstrap/img/b_sqldoc.png rename to public/themes/bootstrap/img/sprite/b_sqldoc.png diff --git a/public/themes/bootstrap/img/sprite/b_sqldoc.svg b/public/themes/bootstrap/img/sprite/b_sqldoc.svg new file mode 100644 index 0000000000..e028bea523 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_sqldoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/manual.svg b/public/themes/bootstrap/img/sprite/b_sqlhelp.svg similarity index 100% rename from public/themes/bootstrap/img/manual.svg rename to public/themes/bootstrap/img/sprite/b_sqlhelp.svg diff --git a/public/themes/bootstrap/img/table-plus.svg b/public/themes/bootstrap/img/sprite/b_table_add.svg similarity index 100% rename from public/themes/bootstrap/img/table-plus.svg rename to public/themes/bootstrap/img/sprite/b_table_add.svg diff --git a/public/themes/bootstrap/img/table-analyse.svg b/public/themes/bootstrap/img/sprite/b_tblanalyse.svg similarity index 100% rename from public/themes/bootstrap/img/table-analyse.svg rename to public/themes/bootstrap/img/sprite/b_tblanalyse.svg diff --git a/public/themes/bootstrap/img/sprite/b_tblexport.svg b/public/themes/bootstrap/img/sprite/b_tblexport.svg new file mode 100644 index 0000000000..879e8c849f --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_tblexport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/sprite/b_tblimport.svg b/public/themes/bootstrap/img/sprite/b_tblimport.svg new file mode 100644 index 0000000000..6be95e99f5 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_tblimport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/preferences.svg b/public/themes/bootstrap/img/sprite/b_tblops.svg similarity index 100% rename from public/themes/bootstrap/img/preferences.svg rename to public/themes/bootstrap/img/sprite/b_tblops.svg diff --git a/public/themes/bootstrap/img/optimize.svg b/public/themes/bootstrap/img/sprite/b_tbloptimize.svg similarity index 100% rename from public/themes/bootstrap/img/optimize.svg rename to public/themes/bootstrap/img/sprite/b_tbloptimize.svg diff --git a/public/themes/bootstrap/img/b_tipp.png b/public/themes/bootstrap/img/sprite/b_tipp.png similarity index 100% rename from public/themes/bootstrap/img/b_tipp.png rename to public/themes/bootstrap/img/sprite/b_tipp.png diff --git a/public/themes/bootstrap/img/sprite/b_tipp.svg b/public/themes/bootstrap/img/sprite/b_tipp.svg new file mode 100644 index 0000000000..50e3461e70 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_tipp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/flag-plus.svg b/public/themes/bootstrap/img/sprite/b_trigger_add.svg similarity index 100% rename from public/themes/bootstrap/img/flag-plus.svg rename to public/themes/bootstrap/img/sprite/b_trigger_add.svg diff --git a/public/themes/bootstrap/img/flag.svg b/public/themes/bootstrap/img/sprite/b_triggers.svg similarity index 100% rename from public/themes/bootstrap/img/flag.svg rename to public/themes/bootstrap/img/sprite/b_triggers.svg diff --git a/public/themes/bootstrap/img/b_undo.png b/public/themes/bootstrap/img/sprite/b_undo.png similarity index 100% rename from public/themes/bootstrap/img/b_undo.png rename to public/themes/bootstrap/img/sprite/b_undo.png diff --git a/public/themes/bootstrap/img/sprite/b_undo.svg b/public/themes/bootstrap/img/sprite/b_undo.svg new file mode 100644 index 0000000000..10ebd6f974 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/field-index-uinique.svg b/public/themes/bootstrap/img/sprite/b_unique.svg similarity index 100% rename from public/themes/bootstrap/img/field-index-uinique.svg rename to public/themes/bootstrap/img/sprite/b_unique.svg diff --git a/public/themes/bootstrap/img/user-plus.svg b/public/themes/bootstrap/img/sprite/b_usradd.svg similarity index 100% rename from public/themes/bootstrap/img/user-plus.svg rename to public/themes/bootstrap/img/sprite/b_usradd.svg diff --git a/public/themes/bootstrap/img/user.svg b/public/themes/bootstrap/img/sprite/b_usrcheck.svg similarity index 100% rename from public/themes/bootstrap/img/user.svg rename to public/themes/bootstrap/img/sprite/b_usrcheck.svg diff --git a/public/themes/bootstrap/img/user-minus.svg b/public/themes/bootstrap/img/sprite/b_usrdrop.svg similarity index 100% rename from public/themes/bootstrap/img/user-minus.svg rename to public/themes/bootstrap/img/sprite/b_usrdrop.svg diff --git a/public/themes/bootstrap/img/sprite/b_usredit.svg b/public/themes/bootstrap/img/sprite/b_usredit.svg new file mode 100644 index 0000000000..4a82544e22 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_usredit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/users.svg b/public/themes/bootstrap/img/sprite/b_usrlist.svg similarity index 100% rename from public/themes/bootstrap/img/users.svg rename to public/themes/bootstrap/img/sprite/b_usrlist.svg diff --git a/public/themes/bootstrap/img/version.svg b/public/themes/bootstrap/img/sprite/b_versions.svg similarity index 100% rename from public/themes/bootstrap/img/version.svg rename to public/themes/bootstrap/img/sprite/b_versions.svg diff --git a/public/themes/bootstrap/img/b_view.png b/public/themes/bootstrap/img/sprite/b_view.png similarity index 100% rename from public/themes/bootstrap/img/b_view.png rename to public/themes/bootstrap/img/sprite/b_view.png diff --git a/public/themes/bootstrap/img/sprite/b_view.svg b/public/themes/bootstrap/img/sprite/b_view.svg new file mode 100644 index 0000000000..ee48c77e3b --- /dev/null +++ b/public/themes/bootstrap/img/sprite/b_view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/table-view-plus.svg b/public/themes/bootstrap/img/sprite/b_view_add.svg similarity index 100% rename from public/themes/bootstrap/img/table-view-plus.svg rename to public/themes/bootstrap/img/sprite/b_view_add.svg diff --git a/public/themes/bootstrap/img/table-view.svg b/public/themes/bootstrap/img/sprite/b_views.svg similarity index 100% rename from public/themes/bootstrap/img/table-view.svg rename to public/themes/bootstrap/img/sprite/b_views.svg diff --git a/public/themes/bootstrap/img/bd_browse.png b/public/themes/bootstrap/img/sprite/bd_browse.png similarity index 100% rename from public/themes/bootstrap/img/bd_browse.png rename to public/themes/bootstrap/img/sprite/bd_browse.png diff --git a/public/themes/bootstrap/img/sprite/bd_browse.svg b/public/themes/bootstrap/img/sprite/bd_browse.svg new file mode 100644 index 0000000000..a52cbda542 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_deltbl.png b/public/themes/bootstrap/img/sprite/bd_deltbl.png similarity index 100% rename from public/themes/bootstrap/img/bd_deltbl.png rename to public/themes/bootstrap/img/sprite/bd_deltbl.png diff --git a/public/themes/bootstrap/img/sprite/bd_deltbl.svg b/public/themes/bootstrap/img/sprite/bd_deltbl.svg new file mode 100644 index 0000000000..c8ab6fffe2 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_deltbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_drop.png b/public/themes/bootstrap/img/sprite/bd_drop.png similarity index 100% rename from public/themes/bootstrap/img/bd_drop.png rename to public/themes/bootstrap/img/sprite/bd_drop.png diff --git a/public/themes/bootstrap/img/sprite/bd_drop.svg b/public/themes/bootstrap/img/sprite/bd_drop.svg new file mode 100644 index 0000000000..65afaf841f --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_edit.png b/public/themes/bootstrap/img/sprite/bd_edit.png similarity index 100% rename from public/themes/bootstrap/img/bd_edit.png rename to public/themes/bootstrap/img/sprite/bd_edit.png diff --git a/public/themes/bootstrap/img/sprite/bd_edit.svg b/public/themes/bootstrap/img/sprite/bd_edit.svg new file mode 100644 index 0000000000..96d9d40efc --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_empty.png b/public/themes/bootstrap/img/sprite/bd_empty.png similarity index 100% rename from public/themes/bootstrap/img/bd_empty.png rename to public/themes/bootstrap/img/sprite/bd_empty.png diff --git a/public/themes/bootstrap/img/sprite/bd_empty.svg b/public/themes/bootstrap/img/sprite/bd_empty.svg new file mode 100644 index 0000000000..5373b10a9f --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_export.png b/public/themes/bootstrap/img/sprite/bd_export.png similarity index 100% rename from public/themes/bootstrap/img/bd_export.png rename to public/themes/bootstrap/img/sprite/bd_export.png diff --git a/public/themes/bootstrap/img/sprite/bd_export.svg b/public/themes/bootstrap/img/sprite/bd_export.svg new file mode 100644 index 0000000000..636c8511ec --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_firstpage.png b/public/themes/bootstrap/img/sprite/bd_firstpage.png similarity index 100% rename from public/themes/bootstrap/img/bd_firstpage.png rename to public/themes/bootstrap/img/sprite/bd_firstpage.png diff --git a/public/themes/bootstrap/img/sprite/bd_firstpage.svg b/public/themes/bootstrap/img/sprite/bd_firstpage.svg new file mode 100644 index 0000000000..22bd6f5587 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_ftext.png b/public/themes/bootstrap/img/sprite/bd_ftext.png similarity index 100% rename from public/themes/bootstrap/img/bd_ftext.png rename to public/themes/bootstrap/img/sprite/bd_ftext.png diff --git a/public/themes/bootstrap/img/sprite/bd_ftext.svg b/public/themes/bootstrap/img/sprite/bd_ftext.svg new file mode 100644 index 0000000000..c6858b3a84 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_ftext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_index.png b/public/themes/bootstrap/img/sprite/bd_index.png similarity index 100% rename from public/themes/bootstrap/img/bd_index.png rename to public/themes/bootstrap/img/sprite/bd_index.png diff --git a/public/themes/bootstrap/img/sprite/bd_index.svg b/public/themes/bootstrap/img/sprite/bd_index.svg new file mode 100644 index 0000000000..d4f7b70e09 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_index.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_insrow.png b/public/themes/bootstrap/img/sprite/bd_insrow.png similarity index 100% rename from public/themes/bootstrap/img/bd_insrow.png rename to public/themes/bootstrap/img/sprite/bd_insrow.png diff --git a/public/themes/bootstrap/img/sprite/bd_insrow.svg b/public/themes/bootstrap/img/sprite/bd_insrow.svg new file mode 100644 index 0000000000..bc43e2c1fa --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_insrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_lastpage.png b/public/themes/bootstrap/img/sprite/bd_lastpage.png similarity index 100% rename from public/themes/bootstrap/img/bd_lastpage.png rename to public/themes/bootstrap/img/sprite/bd_lastpage.png diff --git a/public/themes/bootstrap/img/sprite/bd_lastpage.svg b/public/themes/bootstrap/img/sprite/bd_lastpage.svg new file mode 100644 index 0000000000..058ac3da3c --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_nextpage.png b/public/themes/bootstrap/img/sprite/bd_nextpage.png similarity index 100% rename from public/themes/bootstrap/img/bd_nextpage.png rename to public/themes/bootstrap/img/sprite/bd_nextpage.png diff --git a/public/themes/bootstrap/img/sprite/bd_nextpage.svg b/public/themes/bootstrap/img/sprite/bd_nextpage.svg new file mode 100644 index 0000000000..491c047591 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_prevpage.png b/public/themes/bootstrap/img/sprite/bd_prevpage.png similarity index 100% rename from public/themes/bootstrap/img/bd_prevpage.png rename to public/themes/bootstrap/img/sprite/bd_prevpage.png diff --git a/public/themes/bootstrap/img/sprite/bd_prevpage.svg b/public/themes/bootstrap/img/sprite/bd_prevpage.svg new file mode 100644 index 0000000000..32d1405e8e --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/key.svg b/public/themes/bootstrap/img/sprite/bd_primary.svg similarity index 100% rename from public/themes/bootstrap/img/key.svg rename to public/themes/bootstrap/img/sprite/bd_primary.svg diff --git a/public/themes/bootstrap/img/bd_routine_add.png b/public/themes/bootstrap/img/sprite/bd_routine_add.png similarity index 100% rename from public/themes/bootstrap/img/bd_routine_add.png rename to public/themes/bootstrap/img/sprite/bd_routine_add.png diff --git a/public/themes/bootstrap/img/sprite/bd_routine_add.svg b/public/themes/bootstrap/img/sprite/bd_routine_add.svg new file mode 100644 index 0000000000..e4b8792fce --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_routine_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_sbrowse.png b/public/themes/bootstrap/img/sprite/bd_sbrowse.png similarity index 100% rename from public/themes/bootstrap/img/bd_sbrowse.png rename to public/themes/bootstrap/img/sprite/bd_sbrowse.png diff --git a/public/themes/bootstrap/img/sprite/bd_sbrowse.svg b/public/themes/bootstrap/img/sprite/bd_sbrowse.svg new file mode 100644 index 0000000000..c0330cdc63 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_select.png b/public/themes/bootstrap/img/sprite/bd_select.png similarity index 100% rename from public/themes/bootstrap/img/bd_select.png rename to public/themes/bootstrap/img/sprite/bd_select.png diff --git a/public/themes/bootstrap/img/sprite/bd_select.svg b/public/themes/bootstrap/img/sprite/bd_select.svg new file mode 100644 index 0000000000..0f1aceb394 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_spatial.png b/public/themes/bootstrap/img/sprite/bd_spatial.png similarity index 100% rename from public/themes/bootstrap/img/bd_spatial.png rename to public/themes/bootstrap/img/sprite/bd_spatial.png diff --git a/public/themes/bootstrap/img/sprite/bd_spatial.svg b/public/themes/bootstrap/img/sprite/bd_spatial.svg new file mode 100644 index 0000000000..c3d9df0f18 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_spatial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/bd_unique.png b/public/themes/bootstrap/img/sprite/bd_unique.png similarity index 100% rename from public/themes/bootstrap/img/bd_unique.png rename to public/themes/bootstrap/img/sprite/bd_unique.png diff --git a/public/themes/bootstrap/img/sprite/bd_unique.svg b/public/themes/bootstrap/img/sprite/bd_unique.svg new file mode 100644 index 0000000000..243166b02a --- /dev/null +++ b/public/themes/bootstrap/img/sprite/bd_unique.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/col.svg b/public/themes/bootstrap/img/sprite/centralColumns.svg similarity index 100% rename from public/themes/bootstrap/img/col.svg rename to public/themes/bootstrap/img/sprite/centralColumns.svg diff --git a/public/themes/bootstrap/img/sprite/centralColumns_add.svg b/public/themes/bootstrap/img/sprite/centralColumns_add.svg new file mode 100644 index 0000000000..20069020ca --- /dev/null +++ b/public/themes/bootstrap/img/sprite/centralColumns_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/col-minus.svg b/public/themes/bootstrap/img/sprite/centralColumns_delete.svg similarity index 100% rename from public/themes/bootstrap/img/col-minus.svg rename to public/themes/bootstrap/img/sprite/centralColumns_delete.svg diff --git a/public/themes/bootstrap/img/col_drop.png b/public/themes/bootstrap/img/sprite/col_drop.png similarity index 100% rename from public/themes/bootstrap/img/col_drop.png rename to public/themes/bootstrap/img/sprite/col_drop.png diff --git a/public/themes/bootstrap/img/sprite/col_drop.svg b/public/themes/bootstrap/img/sprite/col_drop.svg new file mode 100644 index 0000000000..a515e93259 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/col_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/console.svg b/public/themes/bootstrap/img/sprite/console.svg similarity index 100% rename from public/themes/bootstrap/img/console.svg rename to public/themes/bootstrap/img/sprite/console.svg diff --git a/public/themes/bootstrap/img/database.svg b/public/themes/bootstrap/img/sprite/database.svg similarity index 100% rename from public/themes/bootstrap/img/database.svg rename to public/themes/bootstrap/img/sprite/database.svg diff --git a/public/themes/bootstrap/img/database-minus.svg b/public/themes/bootstrap/img/sprite/db_drop.svg similarity index 100% rename from public/themes/bootstrap/img/database-minus.svg rename to public/themes/bootstrap/img/sprite/db_drop.svg diff --git a/public/themes/bootstrap/img/glasses.svg b/public/themes/bootstrap/img/sprite/eye.svg similarity index 100% rename from public/themes/bootstrap/img/glasses.svg rename to public/themes/bootstrap/img/sprite/eye.svg diff --git a/public/themes/bootstrap/img/eye_grey.png b/public/themes/bootstrap/img/sprite/eye_grey.png similarity index 100% rename from public/themes/bootstrap/img/eye_grey.png rename to public/themes/bootstrap/img/sprite/eye_grey.png diff --git a/public/themes/bootstrap/img/sprite/eye_grey.svg b/public/themes/bootstrap/img/sprite/eye_grey.svg new file mode 100644 index 0000000000..a0f4b87a1c --- /dev/null +++ b/public/themes/bootstrap/img/sprite/eye_grey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/visibility-hidden.svg b/public/themes/bootstrap/img/sprite/hide.svg similarity index 100% rename from public/themes/bootstrap/img/visibility-hidden.svg rename to public/themes/bootstrap/img/sprite/hide.svg diff --git a/public/themes/bootstrap/img/item.png b/public/themes/bootstrap/img/sprite/item.png similarity index 100% rename from public/themes/bootstrap/img/item.png rename to public/themes/bootstrap/img/sprite/item.png diff --git a/public/themes/bootstrap/img/sprite/item.svg b/public/themes/bootstrap/img/sprite/item.svg new file mode 100644 index 0000000000..0342643015 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/item.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/lightbulb.png b/public/themes/bootstrap/img/sprite/lightbulb.png similarity index 100% rename from public/themes/bootstrap/img/lightbulb.png rename to public/themes/bootstrap/img/sprite/lightbulb.png diff --git a/public/themes/bootstrap/img/sprite/lightbulb.svg b/public/themes/bootstrap/img/sprite/lightbulb.svg new file mode 100644 index 0000000000..5b6219e598 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/lightbulb_off.png b/public/themes/bootstrap/img/sprite/lightbulb_off.png similarity index 100% rename from public/themes/bootstrap/img/lightbulb_off.png rename to public/themes/bootstrap/img/sprite/lightbulb_off.png diff --git a/public/themes/bootstrap/img/sprite/lightbulb_off.svg b/public/themes/bootstrap/img/sprite/lightbulb_off.svg new file mode 100644 index 0000000000..3d7116e063 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/lightbulb_off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/more.png b/public/themes/bootstrap/img/sprite/more.png similarity index 100% rename from public/themes/bootstrap/img/more.png rename to public/themes/bootstrap/img/sprite/more.png diff --git a/public/themes/bootstrap/img/sprite/more.svg b/public/themes/bootstrap/img/sprite/more.svg new file mode 100644 index 0000000000..a7b902e062 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_data.png b/public/themes/bootstrap/img/sprite/new_data.png similarity index 100% rename from public/themes/bootstrap/img/new_data.png rename to public/themes/bootstrap/img/sprite/new_data.png diff --git a/public/themes/bootstrap/img/sprite/new_data.svg b/public/themes/bootstrap/img/sprite/new_data.svg new file mode 100644 index 0000000000..32d4d529ad --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_data_hovered.png b/public/themes/bootstrap/img/sprite/new_data_hovered.png similarity index 100% rename from public/themes/bootstrap/img/new_data_hovered.png rename to public/themes/bootstrap/img/sprite/new_data_hovered.png diff --git a/public/themes/bootstrap/img/sprite/new_data_hovered.svg b/public/themes/bootstrap/img/sprite/new_data_hovered.svg new file mode 100644 index 0000000000..2d5365ec24 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_data_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_data_selected.png b/public/themes/bootstrap/img/sprite/new_data_selected.png similarity index 100% rename from public/themes/bootstrap/img/new_data_selected.png rename to public/themes/bootstrap/img/sprite/new_data_selected.png diff --git a/public/themes/bootstrap/img/sprite/new_data_selected.svg b/public/themes/bootstrap/img/sprite/new_data_selected.svg new file mode 100644 index 0000000000..cfd2563e3c --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_data_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_data_selected_hovered.png b/public/themes/bootstrap/img/sprite/new_data_selected_hovered.png similarity index 100% rename from public/themes/bootstrap/img/new_data_selected_hovered.png rename to public/themes/bootstrap/img/sprite/new_data_selected_hovered.png diff --git a/public/themes/bootstrap/img/sprite/new_data_selected_hovered.svg b/public/themes/bootstrap/img/sprite/new_data_selected_hovered.svg new file mode 100644 index 0000000000..ff8a524dd7 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_data_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_struct.png b/public/themes/bootstrap/img/sprite/new_struct.png similarity index 100% rename from public/themes/bootstrap/img/new_struct.png rename to public/themes/bootstrap/img/sprite/new_struct.png diff --git a/public/themes/bootstrap/img/sprite/new_struct.svg b/public/themes/bootstrap/img/sprite/new_struct.svg new file mode 100644 index 0000000000..f080451b8a --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_struct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_struct_hovered.png b/public/themes/bootstrap/img/sprite/new_struct_hovered.png similarity index 100% rename from public/themes/bootstrap/img/new_struct_hovered.png rename to public/themes/bootstrap/img/sprite/new_struct_hovered.png diff --git a/public/themes/bootstrap/img/sprite/new_struct_hovered.svg b/public/themes/bootstrap/img/sprite/new_struct_hovered.svg new file mode 100644 index 0000000000..33c327f5a6 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_struct_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_struct_selected.png b/public/themes/bootstrap/img/sprite/new_struct_selected.png similarity index 100% rename from public/themes/bootstrap/img/new_struct_selected.png rename to public/themes/bootstrap/img/sprite/new_struct_selected.png diff --git a/public/themes/bootstrap/img/sprite/new_struct_selected.svg b/public/themes/bootstrap/img/sprite/new_struct_selected.svg new file mode 100644 index 0000000000..7ce9e02f77 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_struct_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/new_struct_selected_hovered.png b/public/themes/bootstrap/img/sprite/new_struct_selected_hovered.png similarity index 100% rename from public/themes/bootstrap/img/new_struct_selected_hovered.png rename to public/themes/bootstrap/img/sprite/new_struct_selected_hovered.png diff --git a/public/themes/bootstrap/img/sprite/new_struct_selected_hovered.svg b/public/themes/bootstrap/img/sprite/new_struct_selected_hovered.svg new file mode 100644 index 0000000000..71cf86a7fb --- /dev/null +++ b/public/themes/bootstrap/img/sprite/new_struct_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/wizard.svg b/public/themes/bootstrap/img/sprite/normalize.svg similarity index 100% rename from public/themes/bootstrap/img/wizard.svg rename to public/themes/bootstrap/img/sprite/normalize.svg diff --git a/public/themes/bootstrap/img/pause.svg b/public/themes/bootstrap/img/sprite/pause.svg similarity index 100% rename from public/themes/bootstrap/img/pause.svg rename to public/themes/bootstrap/img/sprite/pause.svg diff --git a/public/themes/bootstrap/img/php_sym.png b/public/themes/bootstrap/img/sprite/php_sym.png similarity index 100% rename from public/themes/bootstrap/img/php_sym.png rename to public/themes/bootstrap/img/sprite/php_sym.png diff --git a/public/themes/bootstrap/img/sprite/php_sym.svg b/public/themes/bootstrap/img/sprite/php_sym.svg new file mode 100644 index 0000000000..745f036158 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/php_sym.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/triangle-right-1.svg b/public/themes/bootstrap/img/sprite/play.svg similarity index 100% rename from public/themes/bootstrap/img/triangle-right-1.svg rename to public/themes/bootstrap/img/sprite/play.svg diff --git a/public/themes/bootstrap/img/sort-asc.svg b/public/themes/bootstrap/img/sprite/s_asc.svg similarity index 100% rename from public/themes/bootstrap/img/sort-asc.svg rename to public/themes/bootstrap/img/sprite/s_asc.svg diff --git a/public/themes/bootstrap/img/charset.svg b/public/themes/bootstrap/img/sprite/s_asci.svg similarity index 100% rename from public/themes/bootstrap/img/charset.svg rename to public/themes/bootstrap/img/sprite/s_asci.svg diff --git a/public/themes/bootstrap/img/s_attention.png b/public/themes/bootstrap/img/sprite/s_attention.png similarity index 100% rename from public/themes/bootstrap/img/s_attention.png rename to public/themes/bootstrap/img/sprite/s_attention.png diff --git a/public/themes/bootstrap/img/sprite/s_attention.svg b/public/themes/bootstrap/img/sprite/s_attention.svg new file mode 100644 index 0000000000..44897cf52e --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_attention.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/s_cancel.png b/public/themes/bootstrap/img/sprite/s_cancel.png similarity index 100% rename from public/themes/bootstrap/img/s_cancel.png rename to public/themes/bootstrap/img/sprite/s_cancel.png diff --git a/public/themes/bootstrap/img/sprite/s_cancel.svg b/public/themes/bootstrap/img/sprite/s_cancel.svg new file mode 100644 index 0000000000..9dfa50ccb2 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/s_cancel2.png b/public/themes/bootstrap/img/sprite/s_cancel2.png similarity index 100% rename from public/themes/bootstrap/img/s_cancel2.png rename to public/themes/bootstrap/img/sprite/s_cancel2.png diff --git a/public/themes/bootstrap/img/sprite/s_cancel2.svg b/public/themes/bootstrap/img/sprite/s_cancel2.svg new file mode 100644 index 0000000000..f5f44720f9 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_cancel2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/gear.svg b/public/themes/bootstrap/img/sprite/s_cog.svg similarity index 100% rename from public/themes/bootstrap/img/gear.svg rename to public/themes/bootstrap/img/sprite/s_cog.svg diff --git a/public/themes/bootstrap/img/s_collapseall.png b/public/themes/bootstrap/img/sprite/s_collapseall.png similarity index 100% rename from public/themes/bootstrap/img/s_collapseall.png rename to public/themes/bootstrap/img/sprite/s_collapseall.png diff --git a/public/themes/bootstrap/img/sprite/s_collapseall.svg b/public/themes/bootstrap/img/sprite/s_collapseall.svg new file mode 100644 index 0000000000..44ee374fe8 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_collapseall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/sprite/s_db.svg b/public/themes/bootstrap/img/sprite/s_db.svg new file mode 100644 index 0000000000..03a5e60564 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_db.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/sort-desc.svg b/public/themes/bootstrap/img/sprite/s_desc.svg similarity index 100% rename from public/themes/bootstrap/img/sort-desc.svg rename to public/themes/bootstrap/img/sprite/s_desc.svg diff --git a/public/themes/bootstrap/img/error.svg b/public/themes/bootstrap/img/sprite/s_error.svg similarity index 100% rename from public/themes/bootstrap/img/error.svg rename to public/themes/bootstrap/img/sprite/s_error.svg diff --git a/public/themes/bootstrap/img/s_fulltext.png b/public/themes/bootstrap/img/sprite/s_fulltext.png similarity index 100% rename from public/themes/bootstrap/img/s_fulltext.png rename to public/themes/bootstrap/img/sprite/s_fulltext.png diff --git a/public/themes/bootstrap/img/sprite/s_fulltext.svg b/public/themes/bootstrap/img/sprite/s_fulltext.svg new file mode 100644 index 0000000000..bc02ca66e0 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_fulltext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/host.svg b/public/themes/bootstrap/img/sprite/s_host.svg similarity index 100% rename from public/themes/bootstrap/img/host.svg rename to public/themes/bootstrap/img/sprite/s_host.svg diff --git a/public/themes/bootstrap/img/s_info.png b/public/themes/bootstrap/img/sprite/s_info.png similarity index 100% rename from public/themes/bootstrap/img/s_info.png rename to public/themes/bootstrap/img/sprite/s_info.png diff --git a/public/themes/bootstrap/img/sprite/s_info.svg b/public/themes/bootstrap/img/sprite/s_info.svg new file mode 100644 index 0000000000..a176d2ab85 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/language.svg b/public/themes/bootstrap/img/sprite/s_lang.svg similarity index 100% rename from public/themes/bootstrap/img/language.svg rename to public/themes/bootstrap/img/sprite/s_lang.svg diff --git a/public/themes/bootstrap/img/link.svg b/public/themes/bootstrap/img/sprite/s_link.svg similarity index 100% rename from public/themes/bootstrap/img/link.svg rename to public/themes/bootstrap/img/sprite/s_link.svg diff --git a/public/themes/bootstrap/img/lock.svg b/public/themes/bootstrap/img/sprite/s_lock.svg similarity index 100% rename from public/themes/bootstrap/img/lock.svg rename to public/themes/bootstrap/img/sprite/s_lock.svg diff --git a/public/themes/bootstrap/img/sign-out.svg b/public/themes/bootstrap/img/sprite/s_loggoff.svg similarity index 100% rename from public/themes/bootstrap/img/sign-out.svg rename to public/themes/bootstrap/img/sprite/s_loggoff.svg diff --git a/public/themes/bootstrap/img/notice.svg b/public/themes/bootstrap/img/sprite/s_notice.svg similarity index 100% rename from public/themes/bootstrap/img/notice.svg rename to public/themes/bootstrap/img/sprite/s_notice.svg diff --git a/public/themes/bootstrap/img/check.svg b/public/themes/bootstrap/img/sprite/s_okay.svg similarity index 100% rename from public/themes/bootstrap/img/check.svg rename to public/themes/bootstrap/img/sprite/s_okay.svg diff --git a/public/themes/bootstrap/img/s_partialtext.png b/public/themes/bootstrap/img/sprite/s_partialtext.png similarity index 100% rename from public/themes/bootstrap/img/s_partialtext.png rename to public/themes/bootstrap/img/sprite/s_partialtext.png diff --git a/public/themes/bootstrap/img/sprite/s_partialtext.svg b/public/themes/bootstrap/img/sprite/s_partialtext.svg new file mode 100644 index 0000000000..0d24cde380 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_partialtext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/password.svg b/public/themes/bootstrap/img/sprite/s_passwd.svg similarity index 100% rename from public/themes/bootstrap/img/password.svg rename to public/themes/bootstrap/img/sprite/s_passwd.svg diff --git a/public/themes/bootstrap/img/s_process.png b/public/themes/bootstrap/img/sprite/s_process.png similarity index 100% rename from public/themes/bootstrap/img/s_process.png rename to public/themes/bootstrap/img/sprite/s_process.png diff --git a/public/themes/bootstrap/img/sprite/s_process.svg b/public/themes/bootstrap/img/sprite/s_process.svg new file mode 100644 index 0000000000..5096458760 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_process.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/s_really.png b/public/themes/bootstrap/img/sprite/s_really.png similarity index 100% rename from public/themes/bootstrap/img/s_really.png rename to public/themes/bootstrap/img/sprite/s_really.png diff --git a/public/themes/bootstrap/img/sprite/s_really.svg b/public/themes/bootstrap/img/sprite/s_really.svg new file mode 100644 index 0000000000..be8397e878 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_really.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/reload.svg b/public/themes/bootstrap/img/sprite/s_reload.svg similarity index 100% rename from public/themes/bootstrap/img/reload.svg rename to public/themes/bootstrap/img/sprite/s_reload.svg diff --git a/public/themes/bootstrap/img/replication.svg b/public/themes/bootstrap/img/sprite/s_replication.svg similarity index 100% rename from public/themes/bootstrap/img/replication.svg rename to public/themes/bootstrap/img/sprite/s_replication.svg diff --git a/public/themes/bootstrap/img/user-props.svg b/public/themes/bootstrap/img/sprite/s_rights.svg similarity index 100% rename from public/themes/bootstrap/img/user-props.svg rename to public/themes/bootstrap/img/sprite/s_rights.svg diff --git a/public/themes/bootstrap/img/s_sortable.png b/public/themes/bootstrap/img/sprite/s_sortable.png similarity index 100% rename from public/themes/bootstrap/img/s_sortable.png rename to public/themes/bootstrap/img/sprite/s_sortable.png diff --git a/public/themes/bootstrap/img/sprite/s_sortable.svg b/public/themes/bootstrap/img/sprite/s_sortable.svg new file mode 100644 index 0000000000..84a3622139 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_sortable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/server.svg b/public/themes/bootstrap/img/sprite/s_status.svg similarity index 100% rename from public/themes/bootstrap/img/server.svg rename to public/themes/bootstrap/img/sprite/s_status.svg diff --git a/public/themes/bootstrap/img/success.svg b/public/themes/bootstrap/img/sprite/s_success.svg similarity index 100% rename from public/themes/bootstrap/img/success.svg rename to public/themes/bootstrap/img/sprite/s_success.svg diff --git a/public/themes/bootstrap/img/s_sync.png b/public/themes/bootstrap/img/sprite/s_sync.png similarity index 100% rename from public/themes/bootstrap/img/s_sync.png rename to public/themes/bootstrap/img/sprite/s_sync.png diff --git a/public/themes/bootstrap/img/sprite/s_sync.svg b/public/themes/bootstrap/img/sprite/s_sync.svg new file mode 100644 index 0000000000..f68cefe128 --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/table.svg b/public/themes/bootstrap/img/sprite/s_tbl.svg similarity index 100% rename from public/themes/bootstrap/img/table.svg rename to public/themes/bootstrap/img/sprite/s_tbl.svg diff --git a/public/themes/bootstrap/img/theme.svg b/public/themes/bootstrap/img/sprite/s_theme.svg similarity index 100% rename from public/themes/bootstrap/img/theme.svg rename to public/themes/bootstrap/img/sprite/s_theme.svg diff --git a/public/themes/bootstrap/img/caret-up-stop.svg b/public/themes/bootstrap/img/sprite/s_top.svg similarity index 100% rename from public/themes/bootstrap/img/caret-up-stop.svg rename to public/themes/bootstrap/img/sprite/s_top.svg diff --git a/public/themes/bootstrap/img/link-broken.svg b/public/themes/bootstrap/img/sprite/s_unlink.svg similarity index 100% rename from public/themes/bootstrap/img/link-broken.svg rename to public/themes/bootstrap/img/sprite/s_unlink.svg diff --git a/public/themes/bootstrap/img/lock-open.svg b/public/themes/bootstrap/img/sprite/s_unlock.svg similarity index 100% rename from public/themes/bootstrap/img/lock-open.svg rename to public/themes/bootstrap/img/sprite/s_unlock.svg diff --git a/public/themes/bootstrap/img/database-vars.svg b/public/themes/bootstrap/img/sprite/s_vars.svg similarity index 100% rename from public/themes/bootstrap/img/database-vars.svg rename to public/themes/bootstrap/img/sprite/s_vars.svg diff --git a/public/themes/bootstrap/img/s_views.png b/public/themes/bootstrap/img/sprite/s_views.png similarity index 100% rename from public/themes/bootstrap/img/s_views.png rename to public/themes/bootstrap/img/sprite/s_views.png diff --git a/public/themes/bootstrap/img/sprite/s_views.svg b/public/themes/bootstrap/img/sprite/s_views.svg new file mode 100644 index 0000000000..63e8c765dc --- /dev/null +++ b/public/themes/bootstrap/img/sprite/s_views.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/bootstrap/img/visibility.svg b/public/themes/bootstrap/img/sprite/show.svg similarity index 100% rename from public/themes/bootstrap/img/visibility.svg rename to public/themes/bootstrap/img/sprite/show.svg diff --git a/public/themes/bootstrap/img/windows.svg b/public/themes/bootstrap/img/sprite/window-new.svg similarity index 100% rename from public/themes/bootstrap/img/windows.svg rename to public/themes/bootstrap/img/sprite/window-new.svg diff --git a/public/themes/bootstrap/scss/_codemirror.scss b/public/themes/bootstrap/scss/_codemirror.scss index 1a7b218c53..e815fcef5a 100644 --- a/public/themes/bootstrap/scss/_codemirror.scss +++ b/public/themes/bootstrap/scss/_codemirror.scss @@ -12,7 +12,7 @@ $textarea-rows: 15; } .CodeMirror-gutters { - border-right-color: var(--#{$prefix}border-color);; + border-right-color: var(--#{$prefix}border-color); background-color: rgba(var(--#{$prefix}body-color-rgb), .03); } diff --git a/public/themes/bootstrap/scss/_icons.scss b/public/themes/bootstrap/scss/_icons.scss index 4e87129847..094b40d115 100644 --- a/public/themes/bootstrap/scss/_icons.scss +++ b/public/themes/bootstrap/scss/_icons.scss @@ -5,6 +5,7 @@ width: 16px; height: 16px; background-repeat: no-repeat; + color: var(--#{$prefix}body-color); } .icon_fulltext { @@ -23,1348 +24,25 @@ } } -.ic_asc_order { - background-image: url('../img/asc_order.png'); -} - -.ic_b_bookmark { - background-image: url('../img/bookmark-plus.svg'); -} - -.ic_b_browse, -.ic_b_sbrowse { - background-image: url('../img/table-browse.svg'); -} - -.ic_b_calendar { - background-image: url('../img/b_calendar.png'); -} - -.ic_b_chart { - background-image: url('../img/chart.svg'); -} - -.ic_b_close { - background-image: url('../img/close.svg'); -} - -.ic_b_column_add { - background-image: url('../img/col-plus.svg'); -} - -.ic_b_comment { - background-image: url('../img/comment.svg'); -} - -.ic_b_dbstatistics { - background-image: url('../img/b_dbstatistics.png'); -} - -.ic_b_deltbl { - background-image: url('../img/table-minus.svg'); -} - -.ic_b_docs { - background-image: url('../img/help.svg'); -} - -.ic_b_docsql { - background-image: url('../img/b_docsql.png'); -} - -.ic_b_drop { - background-image: url('../img/minus.svg'); -} - -.ic_b_edit { - background-image: url('../img/edit.svg'); -} - -.ic_b_empty { - background-image: url('../img/shredder.svg'); -} - -.ic_b_engine { - background-image: url('../img/database-engine.svg'); -} - -.ic_b_event_add { - background-image: url('../img/event-plus.svg'); -} - -.ic_b_events { - background-image: url('../img/event.svg'); -} - -.ic_b_export, -.ic_b_tblexport { - background-image: url('../img/export.svg'); -} - -.ic_b_favorite { - background-image: url('../img/favorite.svg'); -} - -.ic_b_find_replace { - background-image: url('../img/search-replace.svg'); -} - -.ic_b_firstpage { - background-image: url('../img/b_firstpage.png'); -} - -.ic_b_ftext { - background-image: url('../img/field-index-text.svg'); -} - -.ic_b_globe { - background-image: url('../img/globe-alt.svg'); -} - -.ic_b_group { - background-image: url('../img/databases.svg'); -} - -.ic_b_help { - background-image: url('../img/help-alt.svg'); -} - -.ic_b_home { - background-image: url('../img/home.svg'); -} - -.ic_b_import, -.ic_b_tblimport { - background-image: url('../img/import.svg'); -} - -.ic_b_index { - background-image: url('../img/field-index.svg'); -} - -.ic_b_index_add { - background-image: url('../img/index-plus.svg'); -} - -.ic_b_inline_edit { - background-image: url('../img/b_inline_edit.png'); -} - -.ic_b_insrow { - background-image: url('../img/row-plus.svg'); -} - -.ic_b_lastpage { - background-image: url('../img/b_lastpage.png'); -} - -.ic_b_minus { - background-image: url('../img/tree-collapse.svg'); -} - -.ic_b_more { - background-image: url('../img/triangle-down-1.svg'); -} - -.ic_b_move { - background-image: url('../img/col-move.svg'); -} - -.ic_b_newdb { - background-image: url('../img/database-plus.svg'); -} - -.ic_db_drop { - background-image: url('../img/database-minus.svg'); -} - -.ic_b_newtbl { - background-image: url('../img/b_newtbl.png'); -} - -.ic_b_nextpage { - background-image: url('../img/b_nextpage.png'); -} - -.ic_b_no_favorite { - background-image: url('../img/favorite-alt.svg'); -} - -.ic_b_pdfdoc { - background-image: url('../img/b_pdfdoc.png'); -} - -.ic_b_plugin { - background-image: url('../img/plugin.svg'); -} - -.ic_b_plus { - background-image: url('../img/tree-expand.svg'); -} - -.ic_b_prevpage { - background-image: url('../img/b_prevpage.png'); -} - -.ic_b_primary { - background-image: url('../img/key-primary.svg'); -} - -.ic_b_print { - background-image: url('../img/print.svg'); -} - -.ic_b_props { - background-image: url('../img/table-engine.svg'); -} - -.ic_b_relations { - background-image: url('../img/designer.svg'); -} - -.ic_b_report { - background-image: url('../img/report.svg'); -} - -.ic_b_rename { - background-image: url('../img/b_rename.svg'); -} - -.ic_b_routine_add { - background-image: url('../img/routine-plus.svg'); -} - -.ic_b_routines { - background-image: url('../img/routine.svg'); -} - -.ic_b_save, -.ic_b_saveimage { - background-image: url('../img/save.svg'); -} - .ic_b_sdb { - background-image: url('../img/b_sdb.png'); width: 10px; height: 10px; } -.ic_b_search { - background-image: url('../img/search.svg'); -} - -.ic_b_select { - background-image: url('../img/search-across.svg'); -} - -.ic_b_snewtbl { - background-image: url('../img/b_snewtbl.png'); -} - -.ic_b_spatial { - background-image: url('../img/field-spatial.svg'); -} - -.ic_b_sql { - background-image: url('../img/sql.svg'); -} - -.ic_b_sqldoc { - background-image: url('../img/b_sqldoc.png'); -} - -.ic_b_sqlhelp { - background-image: url('../img/manual.svg'); -} - -.ic_b_table_add { - background-image: url('../img/table-plus.svg'); -} - -.ic_b_tblanalyse { - background-image: url('../img/table-analyse.svg'); -} - -.ic_b_tblops { - background-image: url('../img/preferences.svg'); -} - -.ic_b_tbloptimize { - background-image: url('../img/optimize.svg'); -} - -.ic_b_tipp { - background-image: url('../img/b_tipp.png'); -} - -.ic_b_trigger_add { - background-image: url('../img/flag-plus.svg'); -} - -.ic_b_triggers { - background-image: url('../img/flag.svg'); -} - -.ic_b_undo { - background-image: url('../img/b_undo.png'); -} - -.ic_b_unique { - background-image: url('../img/field-index-uinique.svg'); -} - -.ic_b_usradd { - background-image: url('../img/user-plus.svg'); -} - -.ic_b_usrdrop { - background-image: url('../img/user-minus.svg'); -} - -.ic_b_usredit, -.ic_b_usrcheck { - background-image: url('../img/user.svg'); -} - -.ic_b_usrlist { - background-image: url('../img/users.svg'); -} - -.ic_b_versions { - background-image: url('../img/version.svg'); -} - -.ic_b_view { - background-image: url('../img/b_view.png'); -} - -.ic_b_view_add { - background-image: url('../img/table-view-plus.svg'); -} - -.ic_b_views { - background-image: url('../img/table-view.svg'); -} - -.ic_b_left { - background-image: url('../img/b_left.png'); -} - -.ic_b_right { - background-image: url('../img/b_right.png'); -} - -.ic_bd_browse { - background-image: url('../img/bd_browse.png'); -} - -.ic_bd_deltbl { - background-image: url('../img/bd_deltbl.png'); -} - -.ic_bd_drop { - background-image: url('../img/bd_drop.png'); -} - -.ic_bd_edit { - background-image: url('../img/bd_edit.png'); -} - -.ic_bd_empty { - background-image: url('../img/bd_empty.png'); -} - -.ic_bd_export { - background-image: url('../img/bd_export.png'); -} - -.ic_bd_firstpage { - background-image: url('../img/bd_firstpage.png'); -} - -.ic_bd_ftext { - background-image: url('../img/bd_ftext.png'); -} - -.ic_bd_index { - background-image: url('../img/bd_index.png'); -} - -.ic_bd_insrow { - background-image: url('../img/bd_insrow.png'); -} - -.ic_bd_lastpage { - background-image: url('../img/bd_lastpage.png'); -} - -.ic_bd_nextpage { - background-image: url('../img/bd_nextpage.png'); -} - -.ic_bd_prevpage { - background-image: url('../img/bd_prevpage.png'); -} - -.ic_bd_primary { - background-image: url('../img/key.svg'); -} - -.ic_bd_routine_add { - background-image: url('../img/bd_routine_add.png'); -} - -.ic_bd_sbrowse { - background-image: url('../img/bd_sbrowse.png'); -} - -.ic_bd_select { - background-image: url('../img/bd_select.png'); -} - -.ic_bd_spatial { - background-image: url('../img/bd_spatial.png'); -} - -.ic_bd_unique { - background-image: url('../img/bd_unique.png'); -} - -.ic_centralColumns { - background-image: url('../img/col.svg'); -} - -.ic_centralColumns_add { - background-image: url('../img/col-plus.svg'); -} - -.ic_centralColumns_delete { - background-image: url('../img/col-minus.svg'); -} - -.ic_col_drop { - background-image: url('../img/col_drop.png'); -} - -.ic_console { - background-image: url('../img/console.svg'); -} - -.ic_database, -.ic_s_db { - background-image: url('../img/database.svg'); -} - -.ic_eye { - background-image: url('../img/glasses.svg'); -} - -.ic_eye_grey { - background-image: url('../img/eye_grey.png'); -} - -.ic_hide { - background-image: url('../img/visibility-hidden.svg'); -} - .ic_item { - background-image: url('../img/item.png'); width: 9px; height: 9px; } -.ic_lightbulb { - background-image: url('../img/lightbulb.png'); -} - -.ic_lightbulb_off { - background-image: url('../img/lightbulb_off.png'); -} - .ic_more { - background-image: url('../img/more.png'); width: 13px; } -.ic_new_data { - background-image: url('../img/new_data.png'); -} - -.ic_new_data_hovered { - background-image: url('../img/new_data_hovered.png'); -} - -.ic_new_data_selected { - background-image: url('../img/new_data_selected.png'); -} - -.ic_new_data_selected_hovered { - background-image: url('../img/new_data_selected_hovered.png'); -} - -.ic_new_struct { - background-image: url('../img/new_struct.png'); -} - -.ic_new_struct_hovered { - background-image: url('../img/new_struct_hovered.png'); -} - -.ic_new_struct_selected { - background-image: url('../img/new_struct_selected.png'); -} - -.ic_new_struct_selected_hovered { - background-image: url('../img/new_struct_selected_hovered.png'); -} - -.ic_normalize { - background-image: url('../img/wizard.svg'); -} - -.ic_pause { - background-image: url('../img/pause.svg'); -} - -.ic_php_sym { - background-image: url('../img/php_sym.png'); -} - -.ic_play { - background-image: url('../img/triangle-right-1.svg'); -} - -.ic_s_asc { - background-image: url('../img/sort-asc.svg'); -} - -.ic_s_asci { - background-image: url('../img/charset.svg'); -} - -.ic_s_attention { - background-image: url('../img/s_attention.png'); -} - -.ic_s_cancel { - background-image: url('../img/s_cancel.png'); -} - -.ic_s_cancel2 { - background-image: url('../img/s_cancel2.png'); -} - -.ic_s_cog { - background-image: url('../img/gear.svg'); -} - .ic_s_collapseall { - background-image: url('../img/s_collapseall.png'); background-position: center; } -.ic_s_desc { - background-image: url('../img/sort-desc.svg'); -} - -.ic_s_error { - background-image: url('../img/error.svg'); -} - -.ic_s_host { - background-image: url('../img/host.svg'); -} - -.ic_s_info { - background-image: url('../img/s_info.png'); -} - -.ic_s_lang { - background-image: url('../img/language.svg'); -} - -.ic_s_link { - background-image: url('../img/link.svg'); -} - -.ic_s_lock { - background-image: url('../img/lock.svg'); -} - -.ic_s_unlock { - background-image: url('../img/lock-open.svg'); -} - -.ic_s_loggoff { - background-image: url('../img/sign-out.svg'); -} - -.ic_s_notice { - background-image: url('../img/notice.svg'); -} - -.ic_s_okay { - background-image: url('../img/check.svg'); -} - -.ic_s_passwd { - background-image: url('../img/password.svg'); -} - -.ic_s_process { - background-image: url('../img/s_process.png'); -} - .ic_s_really { - background-image: url('../img/s_really.png'); width: 11px; height: 11px; } - -.ic_s_reload { - background-image: url('../img/reload.svg'); -} - -.ic_s_replication { - background-image: url('../img/replication.svg'); -} - -.ic_s_rights { - background-image: url('../img/user-props.svg'); -} - -.ic_s_sortable { - background-image: url('../img/s_sortable.png'); -} - -.ic_s_status { - background-image: url('../img/server.svg'); -} - -.ic_s_success { - background-image: url('../img/success.svg'); -} - -.ic_s_sync { - background-image: url('../img/s_sync.png'); -} - -.ic_s_tbl { - background-image: url('../img/table.svg'); -} - -.ic_s_theme { - background-image: url('../img/theme.svg'); -} - -.ic_s_top { - background-image: url('../img/caret-up-stop.svg'); -} - -.ic_s_unlink { - background-image: url('../img/link-broken.svg'); -} - -.ic_s_vars { - background-image: url('../img/database-vars.svg'); -} - -.ic_s_views { - background-image: url('../img/s_views.png'); -} - -.ic_show { - background-image: url('../img/visibility.svg'); -} - -.ic_window-new { - background-image: url('../img/windows.svg'); -} - -.ic_ajax_clock_small { - background-image: url('../img/ajax_clock_small.gif'); -} - -.ic_s_partialtext { - background-image: url('../img/s_partialtext.png'); -} - -.ic_s_fulltext { - background-image: url('../img/s_fulltext.png'); -} - -@include color-mode(dark) { - .ic_select_all_arrow { - background-image: url('../img/dark/select-all-arrow.svg'); - } - - .ic_asc_order { - background-image: url('../img/asc_order.png'); - } - - .ic_b_bookmark { - background-image: url('../img/dark/bookmark-plus.svg'); - } - - .ic_b_browse, - .ic_b_sbrowse { - background-image: url('../img/dark/table-browse.svg'); - } - - .ic_b_calendar { - background-image: url('../img/b_calendar.png'); - } - - .ic_b_chart { - background-image: url('../img/dark/chart.svg'); - } - - .ic_b_close { - background-image: url('../img/dark/close.svg'); - } - - .ic_b_column_add { - background-image: url('../img/dark/col-plus.svg'); - } - - .ic_b_comment { - background-image: url('../img/dark/comment.svg'); - } - - .ic_b_dbstatistics { - background-image: url('../img/b_dbstatistics.png'); - } - - .ic_b_deltbl { - background-image: url('../img/dark/table-minus.svg'); - } - - .ic_b_docs { - background-image: url('../img/dark/help.svg'); - } - - .ic_b_docsql { - background-image: url('../img/b_docsql.png'); - } - - .ic_b_drop { - background-image: url('../img/dark/minus.svg'); - } - - .ic_b_edit { - background-image: url('../img/dark/edit.svg'); - } - - .ic_b_empty { - background-image: url('../img/dark/shredder.svg'); - } - - .ic_b_engine { - background-image: url('../img/dark/database-engine.svg'); - } - - .ic_b_event_add { - background-image: url('../img/dark/event-plus.svg'); - } - - .ic_b_events { - background-image: url('../img/dark/event.svg'); - } - - .ic_b_export, - .ic_b_tblexport { - background-image: url('../img/dark/export.svg'); - } - - .ic_b_favorite { - background-image: url('../img/dark/favorite.svg'); - } - - .ic_b_find_replace { - background-image: url('../img/dark/search-replace.svg'); - } - - .ic_b_firstpage { - background-image: url('../img/b_firstpage.png'); - } - - .ic_b_ftext { - background-image: url('../img/dark/field-index-text.svg'); - } - - .ic_b_globe { - background-image: url('../img/dark/globe-alt.svg'); - } - - .ic_b_group { - background-image: url('../img/dark/databases.svg'); - } - - .ic_b_help { - background-image: url('../img/dark/help-alt.svg'); - } - - .ic_b_home { - background-image: url('../img/dark/home.svg'); - } - - .ic_b_import, - .ic_b_tblimport { - background-image: url('../img/dark/import.svg'); - } - - .ic_b_index { - background-image: url('../img/dark/field-index.svg'); - } - - .ic_b_index_add { - background-image: url('../img/dark/index-plus.svg'); - } - - .ic_b_inline_edit { - background-image: url('../img/b_inline_edit.png'); - } - - .ic_b_insrow { - background-image: url('../img/dark/row-plus.svg'); - } - - .ic_b_lastpage { - background-image: url('../img/b_lastpage.png'); - } - - .ic_b_minus { - background-image: url('../img/dark/tree-collapse.svg'); - } - - .ic_b_more { - background-image: url('../img/dark/triangle-down-1.svg'); - } - - .ic_b_move { - background-image: url('../img/dark/col-move.svg'); - } - - .ic_b_newdb { - background-image: url('../img/dark/database-plus.svg'); - } - - .ic_db_drop { - background-image: url('../img/dark/database-minus.svg'); - } - - .ic_b_newtbl { - background-image: url('../img/b_newtbl.png'); - } - - .ic_b_nextpage { - background-image: url('../img/b_nextpage.png'); - } - - .ic_b_no_favorite { - background-image: url('../img/dark/favorite-alt.svg'); - } - - .ic_b_pdfdoc { - background-image: url('../img/b_pdfdoc.png'); - } - - .ic_b_plugin { - background-image: url('../img/dark/plugin.svg'); - } - - .ic_b_plus { - background-image: url('../img/dark/tree-expand.svg'); - } - - .ic_b_prevpage { - background-image: url('../img/b_prevpage.png'); - } - - .ic_b_primary { - background-image: url('../img/dark/key-primary.svg'); - } - - .ic_b_print { - background-image: url('../img/dark/print.svg'); - } - - .ic_b_props { - background-image: url('../img/dark/table-engine.svg'); - } - - .ic_b_relations { - background-image: url('../img/dark/designer.svg'); - } - - .ic_b_report { - background-image: url('../img/dark/report.svg'); - } - - .ic_b_rename { - background-image: url('../img/dark/b_rename.svg'); - } - - .ic_b_routine_add { - background-image: url('../img/dark/routine-plus.svg'); - } - - .ic_b_routines { - background-image: url('../img/dark/routine.svg'); - } - - .ic_b_save, - .ic_b_saveimage { - background-image: url('../img/dark/save.svg'); - } - - .ic_b_sdb { - background-image: url('../img/b_sdb.png'); - width: 10px; - height: 10px; - } - - .ic_b_search { - background-image: url('../img/dark/search.svg'); - } - - .ic_b_select { - background-image: url('../img/dark/search-across.svg'); - } - - .ic_b_snewtbl { - background-image: url('../img/b_snewtbl.png'); - } - - .ic_b_spatial { - background-image: url('../img/dark/field-spatial.svg'); - } - - .ic_b_sql { - background-image: url('../img/dark/sql.svg'); - } - - .ic_b_sqldoc { - background-image: url('../img/b_sqldoc.png'); - } - - .ic_b_sqlhelp { - background-image: url('../img/dark/manual.svg'); - } - - .ic_b_table_add { - background-image: url('../img/dark/table-plus.svg'); - } - - .ic_b_tblanalyse { - background-image: url('../img/dark/table-analyse.svg'); - } - - .ic_b_tblops { - background-image: url('../img/dark/preferences.svg'); - } - - .ic_b_tbloptimize { - background-image: url('../img/dark/optimize.svg'); - } - - .ic_b_tipp { - background-image: url('../img/b_tipp.png'); - } - - .ic_b_trigger_add { - background-image: url('../img/dark/flag-plus.svg'); - } - - .ic_b_triggers { - background-image: url('../img/dark/flag.svg'); - } - - .ic_b_undo { - background-image: url('../img/b_undo.png'); - } - - .ic_b_unique { - background-image: url('../img/dark/field-index-uinique.svg'); - } - - .ic_b_usradd { - background-image: url('../img/dark/user-plus.svg'); - } - - .ic_b_usrdrop { - background-image: url('../img/dark/user-minus.svg'); - } - - .ic_b_usredit, - .ic_b_usrcheck { - background-image: url('../img/dark/user.svg'); - } - - .ic_b_usrlist { - background-image: url('../img/dark/users.svg'); - } - - .ic_b_versions { - background-image: url('../img/dark/version.svg'); - } - - .ic_b_view { - background-image: url('../img/b_view.png'); - } - - .ic_b_view_add { - background-image: url('../img/dark/table-view-plus.svg'); - } - - .ic_b_views { - background-image: url('../img/dark/table-view.svg'); - } - - .ic_b_left { - background-image: url('../img/b_left.png'); - } - - .ic_b_right { - background-image: url('../img/b_right.png'); - } - - .ic_bd_browse { - background-image: url('../img/bd_browse.png'); - } - - .ic_bd_deltbl { - background-image: url('../img/bd_deltbl.png'); - } - - .ic_bd_drop { - background-image: url('../img/bd_drop.png'); - } - - .ic_bd_edit { - background-image: url('../img/bd_edit.png'); - } - - .ic_bd_empty { - background-image: url('../img/bd_empty.png'); - } - - .ic_bd_export { - background-image: url('../img/bd_export.png'); - } - - .ic_bd_firstpage { - background-image: url('../img/bd_firstpage.png'); - } - - .ic_bd_ftext { - background-image: url('../img/bd_ftext.png'); - } - - .ic_bd_index { - background-image: url('../img/bd_index.png'); - } - - .ic_bd_insrow { - background-image: url('../img/bd_insrow.png'); - } - - .ic_bd_lastpage { - background-image: url('../img/bd_lastpage.png'); - } - - .ic_bd_nextpage { - background-image: url('../img/bd_nextpage.png'); - } - - .ic_bd_prevpage { - background-image: url('../img/bd_prevpage.png'); - } - - .ic_bd_primary { - background-image: url('../img/dark/key.svg'); - } - - .ic_bd_routine_add { - background-image: url('../img/bd_routine_add.png'); - } - - .ic_bd_sbrowse { - background-image: url('../img/bd_sbrowse.png'); - } - - .ic_bd_select { - background-image: url('../img/bd_select.png'); - } - - .ic_bd_spatial { - background-image: url('../img/bd_spatial.png'); - } - - .ic_bd_unique { - background-image: url('../img/bd_unique.png'); - } - - .ic_centralColumns { - background-image: url('../img/dark/col.svg'); - } - - .ic_centralColumns_add { - background-image: url('../img/dark/col-plus.svg'); - } - - .ic_centralColumns_delete { - background-image: url('../img/dark/col-minus.svg'); - } - - .ic_col_drop { - background-image: url('../img/col_drop.png'); - } - - .ic_console { - background-image: url('../img/dark/console.svg'); - } - - .ic_database, - .ic_s_db { - background-image: url('../img/dark/database.svg'); - } - - .ic_eye { - background-image: url('../img/dark/glasses.svg'); - } - - .ic_eye_grey { - background-image: url('../img/eye_grey.png'); - } - - .ic_hide { - background-image: url('../img/dark/visibility-hidden.svg'); - } - - .ic_item { - background-image: url('../img/item.png'); - width: 9px; - height: 9px; - } - - .ic_lightbulb { - background-image: url('../img/lightbulb.png'); - } - - .ic_lightbulb_off { - background-image: url('../img/lightbulb_off.png'); - } - - .ic_more { - background-image: url('../img/more.png'); - width: 13px; - } - - .ic_new_data { - background-image: url('../img/new_data.png'); - } - - .ic_new_data_hovered { - background-image: url('../img/new_data_hovered.png'); - } - - .ic_new_data_selected { - background-image: url('../img/new_data_selected.png'); - } - - .ic_new_data_selected_hovered { - background-image: url('../img/new_data_selected_hovered.png'); - } - - .ic_new_struct { - background-image: url('../img/new_struct.png'); - } - - .ic_new_struct_hovered { - background-image: url('../img/new_struct_hovered.png'); - } - - .ic_new_struct_selected { - background-image: url('../img/new_struct_selected.png'); - } - - .ic_new_struct_selected_hovered { - background-image: url('../img/new_struct_selected_hovered.png'); - } - - .ic_normalize { - background-image: url('../img/dark/wizard.svg'); - } - - .ic_pause { - background-image: url('../img/dark/pause.svg'); - } - - .ic_php_sym { - background-image: url('../img/php_sym.png'); - } - - .ic_play { - background-image: url('../img/dark/triangle-right-1.svg'); - } - - .ic_s_asc { - background-image: url('../img/dark/sort-asc.svg'); - } - - .ic_s_asci { - background-image: url('../img/dark/charset.svg'); - } - - .ic_s_attention { - background-image: url('../img/s_attention.png'); - } - - .ic_s_cancel { - background-image: url('../img/s_cancel.png'); - } - - .ic_s_cancel2 { - background-image: url('../img/s_cancel2.png'); - } - - .ic_s_cog { - background-image: url('../img/dark/gear.svg'); - } - - .ic_s_collapseall { - background-image: url('../img/s_collapseall.png'); - background-position: center; - } - - .ic_s_desc { - background-image: url('../img/dark/sort-desc.svg'); - } - - .ic_s_error { - background-image: url('../img/dark/error.svg'); - } - - .ic_s_host { - background-image: url('../img/dark/host.svg'); - } - - .ic_s_info { - background-image: url('../img/s_info.png'); - } - - .ic_s_lang { - background-image: url('../img/dark/language.svg'); - } - - .ic_s_link { - background-image: url('../img/dark/link.svg'); - } - - .ic_s_lock { - background-image: url('../img/dark/lock.svg'); - } - - .ic_s_unlock { - background-image: url('../img/dark/lock-open.svg'); - } - - .ic_s_loggoff { - background-image: url('../img/dark/sign-out.svg'); - } - - .ic_s_notice { - background-image: url('../img/dark/notice.svg'); - } - - .ic_s_okay { - background-image: url('../img/dark/check.svg'); - } - - .ic_s_passwd { - background-image: url('../img/dark/password.svg'); - } - - .ic_s_process { - background-image: url('../img/s_process.png'); - } - - .ic_s_really { - background-image: url('../img/s_really.png'); - width: 11px; - height: 11px; - } - - .ic_s_reload { - background-image: url('../img/dark/reload.svg'); - } - - .ic_s_replication { - background-image: url('../img/dark/replication.svg'); - } - - .ic_s_rights { - background-image: url('../img/dark/user-props.svg'); - } - - .ic_s_sortable { - background-image: url('../img/s_sortable.png'); - } - - .ic_s_status { - background-image: url('../img/dark/server.svg'); - } - - .ic_s_success { - background-image: url('../img/dark/success.svg'); - } - - .ic_s_sync { - background-image: url('../img/s_sync.png'); - } - - .ic_s_tbl { - background-image: url('../img/dark/table.svg'); - } - - .ic_s_theme { - background-image: url('../img/dark/theme.svg'); - } - - .ic_s_top { - background-image: url('../img/dark/caret-up-stop.svg'); - } - - .ic_s_unlink { - background-image: url('../img/dark/link-broken.svg'); - } - - .ic_s_vars { - background-image: url('../img/dark/database-vars.svg'); - } - - .ic_s_views { - background-image: url('../img/s_views.png'); - } - - .ic_show { - background-image: url('../img/dark/visibility.svg'); - } - - .ic_window-new { - background-image: url('../img/dark/windows.svg'); - } - - .ic_ajax_clock_small { - background-image: url('../img/ajax_clock_small.gif'); - } - - .ic_s_partialtext { - background-image: url('../img/s_partialtext.png'); - } - - .ic_s_fulltext { - background-image: url('../img/s_fulltext.png'); - } -} diff --git a/public/themes/bootstrap/scss/_navigation.scss b/public/themes/bootstrap/scss/_navigation.scss index 1ca627e846..277a123564 100644 --- a/public/themes/bootstrap/scss/_navigation.scss +++ b/public/themes/bootstrap/scss/_navigation.scss @@ -285,7 +285,7 @@ } } - img { + .icon { position: relative; top: -0.6em; left: 0; diff --git a/public/themes/metro/img/icons.svg b/public/themes/metro/img/icons.svg new file mode 100644 index 0000000000..fab76ebbda --- /dev/null +++ b/public/themes/metro/img/icons.svg @@ -0,0 +1,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/metro/img/s_top.png b/public/themes/metro/img/s_top.png deleted file mode 100644 index 2196dfab09..0000000000 Binary files a/public/themes/metro/img/s_top.png and /dev/null differ diff --git a/public/themes/metro/img/ajax_clock_small.gif b/public/themes/metro/img/sprite/ajax_clock_small.gif similarity index 100% rename from public/themes/metro/img/ajax_clock_small.gif rename to public/themes/metro/img/sprite/ajax_clock_small.gif diff --git a/public/themes/metro/img/sprite/ajax_clock_small.svg b/public/themes/metro/img/sprite/ajax_clock_small.svg new file mode 100644 index 0000000000..d5ad743de2 --- /dev/null +++ b/public/themes/metro/img/sprite/ajax_clock_small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/asc_order.png b/public/themes/metro/img/sprite/asc_order.png similarity index 100% rename from public/themes/metro/img/asc_order.png rename to public/themes/metro/img/sprite/asc_order.png diff --git a/public/themes/metro/img/sprite/asc_order.svg b/public/themes/metro/img/sprite/asc_order.svg new file mode 100644 index 0000000000..f68ed6278f --- /dev/null +++ b/public/themes/metro/img/sprite/asc_order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_bookmark.png b/public/themes/metro/img/sprite/b_bookmark.png similarity index 100% rename from public/themes/metro/img/b_bookmark.png rename to public/themes/metro/img/sprite/b_bookmark.png diff --git a/public/themes/metro/img/sprite/b_bookmark.svg b/public/themes/metro/img/sprite/b_bookmark.svg new file mode 100644 index 0000000000..d619ab6f1b --- /dev/null +++ b/public/themes/metro/img/sprite/b_bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_browse.png b/public/themes/metro/img/sprite/b_browse.png similarity index 100% rename from public/themes/metro/img/b_browse.png rename to public/themes/metro/img/sprite/b_browse.png diff --git a/public/themes/metro/img/sprite/b_browse.svg b/public/themes/metro/img/sprite/b_browse.svg new file mode 100644 index 0000000000..6e4f9d6f2f --- /dev/null +++ b/public/themes/metro/img/sprite/b_browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_calendar.png b/public/themes/metro/img/sprite/b_calendar.png similarity index 100% rename from public/themes/metro/img/b_calendar.png rename to public/themes/metro/img/sprite/b_calendar.png diff --git a/public/themes/metro/img/sprite/b_calendar.svg b/public/themes/metro/img/sprite/b_calendar.svg new file mode 100644 index 0000000000..1ad0ac3a5d --- /dev/null +++ b/public/themes/metro/img/sprite/b_calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_chart.png b/public/themes/metro/img/sprite/b_chart.png similarity index 100% rename from public/themes/metro/img/b_chart.png rename to public/themes/metro/img/sprite/b_chart.png diff --git a/public/themes/metro/img/sprite/b_chart.svg b/public/themes/metro/img/sprite/b_chart.svg new file mode 100644 index 0000000000..6b5bc3eab6 --- /dev/null +++ b/public/themes/metro/img/sprite/b_chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_close.png b/public/themes/metro/img/sprite/b_close.png similarity index 100% rename from public/themes/metro/img/b_close.png rename to public/themes/metro/img/sprite/b_close.png diff --git a/public/themes/metro/img/sprite/b_close.svg b/public/themes/metro/img/sprite/b_close.svg new file mode 100644 index 0000000000..18515dc24c --- /dev/null +++ b/public/themes/metro/img/sprite/b_close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_column_add.png b/public/themes/metro/img/sprite/b_column_add.png similarity index 100% rename from public/themes/metro/img/b_column_add.png rename to public/themes/metro/img/sprite/b_column_add.png diff --git a/public/themes/metro/img/sprite/b_column_add.svg b/public/themes/metro/img/sprite/b_column_add.svg new file mode 100644 index 0000000000..fcef3757e2 --- /dev/null +++ b/public/themes/metro/img/sprite/b_column_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_comment.png b/public/themes/metro/img/sprite/b_comment.png similarity index 100% rename from public/themes/metro/img/b_comment.png rename to public/themes/metro/img/sprite/b_comment.png diff --git a/public/themes/metro/img/sprite/b_comment.svg b/public/themes/metro/img/sprite/b_comment.svg new file mode 100644 index 0000000000..ad071f8d45 --- /dev/null +++ b/public/themes/metro/img/sprite/b_comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_dbstatistics.png b/public/themes/metro/img/sprite/b_dbstatistics.png similarity index 100% rename from public/themes/metro/img/b_dbstatistics.png rename to public/themes/metro/img/sprite/b_dbstatistics.png diff --git a/public/themes/metro/img/sprite/b_dbstatistics.svg b/public/themes/metro/img/sprite/b_dbstatistics.svg new file mode 100644 index 0000000000..9efc2480be --- /dev/null +++ b/public/themes/metro/img/sprite/b_dbstatistics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_deltbl.png b/public/themes/metro/img/sprite/b_deltbl.png similarity index 100% rename from public/themes/metro/img/b_deltbl.png rename to public/themes/metro/img/sprite/b_deltbl.png diff --git a/public/themes/metro/img/sprite/b_deltbl.svg b/public/themes/metro/img/sprite/b_deltbl.svg new file mode 100644 index 0000000000..c357de6b68 --- /dev/null +++ b/public/themes/metro/img/sprite/b_deltbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_docs.png b/public/themes/metro/img/sprite/b_docs.png similarity index 100% rename from public/themes/metro/img/b_docs.png rename to public/themes/metro/img/sprite/b_docs.png diff --git a/public/themes/metro/img/sprite/b_docs.svg b/public/themes/metro/img/sprite/b_docs.svg new file mode 100644 index 0000000000..8ef22699fb --- /dev/null +++ b/public/themes/metro/img/sprite/b_docs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_docsql.png b/public/themes/metro/img/sprite/b_docsql.png similarity index 100% rename from public/themes/metro/img/b_docsql.png rename to public/themes/metro/img/sprite/b_docsql.png diff --git a/public/themes/metro/img/sprite/b_docsql.svg b/public/themes/metro/img/sprite/b_docsql.svg new file mode 100644 index 0000000000..71428e8c81 --- /dev/null +++ b/public/themes/metro/img/sprite/b_docsql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_drop.png b/public/themes/metro/img/sprite/b_drop.png similarity index 100% rename from public/themes/metro/img/b_drop.png rename to public/themes/metro/img/sprite/b_drop.png diff --git a/public/themes/metro/img/sprite/b_drop.svg b/public/themes/metro/img/sprite/b_drop.svg new file mode 100644 index 0000000000..bf54ea66ac --- /dev/null +++ b/public/themes/metro/img/sprite/b_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_edit.png b/public/themes/metro/img/sprite/b_edit.png similarity index 100% rename from public/themes/metro/img/b_edit.png rename to public/themes/metro/img/sprite/b_edit.png diff --git a/public/themes/metro/img/sprite/b_edit.svg b/public/themes/metro/img/sprite/b_edit.svg new file mode 100644 index 0000000000..2881197f0a --- /dev/null +++ b/public/themes/metro/img/sprite/b_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_empty.png b/public/themes/metro/img/sprite/b_empty.png similarity index 100% rename from public/themes/metro/img/b_empty.png rename to public/themes/metro/img/sprite/b_empty.png diff --git a/public/themes/metro/img/sprite/b_empty.svg b/public/themes/metro/img/sprite/b_empty.svg new file mode 100644 index 0000000000..3990ec47c5 --- /dev/null +++ b/public/themes/metro/img/sprite/b_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_engine.png b/public/themes/metro/img/sprite/b_engine.png similarity index 100% rename from public/themes/metro/img/b_engine.png rename to public/themes/metro/img/sprite/b_engine.png diff --git a/public/themes/metro/img/sprite/b_engine.svg b/public/themes/metro/img/sprite/b_engine.svg new file mode 100644 index 0000000000..614b227649 --- /dev/null +++ b/public/themes/metro/img/sprite/b_engine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_event_add.png b/public/themes/metro/img/sprite/b_event_add.png similarity index 100% rename from public/themes/metro/img/b_event_add.png rename to public/themes/metro/img/sprite/b_event_add.png diff --git a/public/themes/metro/img/sprite/b_event_add.svg b/public/themes/metro/img/sprite/b_event_add.svg new file mode 100644 index 0000000000..db28d97414 --- /dev/null +++ b/public/themes/metro/img/sprite/b_event_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_events.png b/public/themes/metro/img/sprite/b_events.png similarity index 100% rename from public/themes/metro/img/b_events.png rename to public/themes/metro/img/sprite/b_events.png diff --git a/public/themes/metro/img/sprite/b_events.svg b/public/themes/metro/img/sprite/b_events.svg new file mode 100644 index 0000000000..30d864149a --- /dev/null +++ b/public/themes/metro/img/sprite/b_events.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_export.png b/public/themes/metro/img/sprite/b_export.png similarity index 100% rename from public/themes/metro/img/b_export.png rename to public/themes/metro/img/sprite/b_export.png diff --git a/public/themes/metro/img/sprite/b_export.svg b/public/themes/metro/img/sprite/b_export.svg new file mode 100644 index 0000000000..7ea001a671 --- /dev/null +++ b/public/themes/metro/img/sprite/b_export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_favorite.png b/public/themes/metro/img/sprite/b_favorite.png similarity index 100% rename from public/themes/metro/img/b_favorite.png rename to public/themes/metro/img/sprite/b_favorite.png diff --git a/public/themes/metro/img/sprite/b_favorite.svg b/public/themes/metro/img/sprite/b_favorite.svg new file mode 100644 index 0000000000..541003566d --- /dev/null +++ b/public/themes/metro/img/sprite/b_favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_find_replace.png b/public/themes/metro/img/sprite/b_find_replace.png similarity index 100% rename from public/themes/metro/img/b_find_replace.png rename to public/themes/metro/img/sprite/b_find_replace.png diff --git a/public/themes/metro/img/sprite/b_find_replace.svg b/public/themes/metro/img/sprite/b_find_replace.svg new file mode 100644 index 0000000000..0d98a2cfe0 --- /dev/null +++ b/public/themes/metro/img/sprite/b_find_replace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_firstpage.png b/public/themes/metro/img/sprite/b_firstpage.png similarity index 100% rename from public/themes/metro/img/b_firstpage.png rename to public/themes/metro/img/sprite/b_firstpage.png diff --git a/public/themes/metro/img/sprite/b_firstpage.svg b/public/themes/metro/img/sprite/b_firstpage.svg new file mode 100644 index 0000000000..d2e0f39403 --- /dev/null +++ b/public/themes/metro/img/sprite/b_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_ftext.png b/public/themes/metro/img/sprite/b_ftext.png similarity index 100% rename from public/themes/metro/img/b_ftext.png rename to public/themes/metro/img/sprite/b_ftext.png diff --git a/public/themes/metro/img/sprite/b_ftext.svg b/public/themes/metro/img/sprite/b_ftext.svg new file mode 100644 index 0000000000..ce0ce59c5f --- /dev/null +++ b/public/themes/metro/img/sprite/b_ftext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_globe.gif b/public/themes/metro/img/sprite/b_globe.gif similarity index 100% rename from public/themes/metro/img/b_globe.gif rename to public/themes/metro/img/sprite/b_globe.gif diff --git a/public/themes/metro/img/sprite/b_globe.svg b/public/themes/metro/img/sprite/b_globe.svg new file mode 100644 index 0000000000..331f5bb311 --- /dev/null +++ b/public/themes/metro/img/sprite/b_globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_group.png b/public/themes/metro/img/sprite/b_group.png similarity index 100% rename from public/themes/metro/img/b_group.png rename to public/themes/metro/img/sprite/b_group.png diff --git a/public/themes/metro/img/sprite/b_group.svg b/public/themes/metro/img/sprite/b_group.svg new file mode 100644 index 0000000000..862cde5b7b --- /dev/null +++ b/public/themes/metro/img/sprite/b_group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_help.png b/public/themes/metro/img/sprite/b_help.png similarity index 100% rename from public/themes/metro/img/b_help.png rename to public/themes/metro/img/sprite/b_help.png diff --git a/public/themes/metro/img/sprite/b_help.svg b/public/themes/metro/img/sprite/b_help.svg new file mode 100644 index 0000000000..a6011f35fb --- /dev/null +++ b/public/themes/metro/img/sprite/b_help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_home.png b/public/themes/metro/img/sprite/b_home.png similarity index 100% rename from public/themes/metro/img/b_home.png rename to public/themes/metro/img/sprite/b_home.png diff --git a/public/themes/metro/img/sprite/b_home.svg b/public/themes/metro/img/sprite/b_home.svg new file mode 100644 index 0000000000..07783d1fe4 --- /dev/null +++ b/public/themes/metro/img/sprite/b_home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_import.png b/public/themes/metro/img/sprite/b_import.png similarity index 100% rename from public/themes/metro/img/b_import.png rename to public/themes/metro/img/sprite/b_import.png diff --git a/public/themes/metro/img/sprite/b_import.svg b/public/themes/metro/img/sprite/b_import.svg new file mode 100644 index 0000000000..b43d3c7a91 --- /dev/null +++ b/public/themes/metro/img/sprite/b_import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_index.png b/public/themes/metro/img/sprite/b_index.png similarity index 100% rename from public/themes/metro/img/b_index.png rename to public/themes/metro/img/sprite/b_index.png diff --git a/public/themes/metro/img/sprite/b_index.svg b/public/themes/metro/img/sprite/b_index.svg new file mode 100644 index 0000000000..bc4f981532 --- /dev/null +++ b/public/themes/metro/img/sprite/b_index.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_index_add.png b/public/themes/metro/img/sprite/b_index_add.png similarity index 100% rename from public/themes/metro/img/b_index_add.png rename to public/themes/metro/img/sprite/b_index_add.png diff --git a/public/themes/metro/img/sprite/b_index_add.svg b/public/themes/metro/img/sprite/b_index_add.svg new file mode 100644 index 0000000000..bd6957fb69 --- /dev/null +++ b/public/themes/metro/img/sprite/b_index_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_inline_edit.png b/public/themes/metro/img/sprite/b_inline_edit.png similarity index 100% rename from public/themes/metro/img/b_inline_edit.png rename to public/themes/metro/img/sprite/b_inline_edit.png diff --git a/public/themes/metro/img/sprite/b_inline_edit.svg b/public/themes/metro/img/sprite/b_inline_edit.svg new file mode 100644 index 0000000000..7a637f0a71 --- /dev/null +++ b/public/themes/metro/img/sprite/b_inline_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_insrow.png b/public/themes/metro/img/sprite/b_insrow.png similarity index 100% rename from public/themes/metro/img/b_insrow.png rename to public/themes/metro/img/sprite/b_insrow.png diff --git a/public/themes/metro/img/sprite/b_insrow.svg b/public/themes/metro/img/sprite/b_insrow.svg new file mode 100644 index 0000000000..0454a137a9 --- /dev/null +++ b/public/themes/metro/img/sprite/b_insrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_lastpage.png b/public/themes/metro/img/sprite/b_lastpage.png similarity index 100% rename from public/themes/metro/img/b_lastpage.png rename to public/themes/metro/img/sprite/b_lastpage.png diff --git a/public/themes/metro/img/sprite/b_lastpage.svg b/public/themes/metro/img/sprite/b_lastpage.svg new file mode 100644 index 0000000000..089af1aba6 --- /dev/null +++ b/public/themes/metro/img/sprite/b_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_minus.png b/public/themes/metro/img/sprite/b_minus.png similarity index 100% rename from public/themes/metro/img/b_minus.png rename to public/themes/metro/img/sprite/b_minus.png diff --git a/public/themes/metro/img/sprite/b_minus.svg b/public/themes/metro/img/sprite/b_minus.svg new file mode 100644 index 0000000000..451e573f81 --- /dev/null +++ b/public/themes/metro/img/sprite/b_minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_more.png b/public/themes/metro/img/sprite/b_more.png similarity index 100% rename from public/themes/metro/img/b_more.png rename to public/themes/metro/img/sprite/b_more.png diff --git a/public/themes/metro/img/sprite/b_more.svg b/public/themes/metro/img/sprite/b_more.svg new file mode 100644 index 0000000000..38f23438ea --- /dev/null +++ b/public/themes/metro/img/sprite/b_more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_move.png b/public/themes/metro/img/sprite/b_move.png similarity index 100% rename from public/themes/metro/img/b_move.png rename to public/themes/metro/img/sprite/b_move.png diff --git a/public/themes/metro/img/sprite/b_move.svg b/public/themes/metro/img/sprite/b_move.svg new file mode 100644 index 0000000000..838d7d7974 --- /dev/null +++ b/public/themes/metro/img/sprite/b_move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_newdb.png b/public/themes/metro/img/sprite/b_newdb.png similarity index 100% rename from public/themes/metro/img/b_newdb.png rename to public/themes/metro/img/sprite/b_newdb.png diff --git a/public/themes/metro/img/sprite/b_newdb.svg b/public/themes/metro/img/sprite/b_newdb.svg new file mode 100644 index 0000000000..78e28921c0 --- /dev/null +++ b/public/themes/metro/img/sprite/b_newdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_newtbl.png b/public/themes/metro/img/sprite/b_newtbl.png similarity index 100% rename from public/themes/metro/img/b_newtbl.png rename to public/themes/metro/img/sprite/b_newtbl.png diff --git a/public/themes/metro/img/sprite/b_newtbl.svg b/public/themes/metro/img/sprite/b_newtbl.svg new file mode 100644 index 0000000000..531abd443a --- /dev/null +++ b/public/themes/metro/img/sprite/b_newtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_nextpage.png b/public/themes/metro/img/sprite/b_nextpage.png similarity index 100% rename from public/themes/metro/img/b_nextpage.png rename to public/themes/metro/img/sprite/b_nextpage.png diff --git a/public/themes/metro/img/sprite/b_nextpage.svg b/public/themes/metro/img/sprite/b_nextpage.svg new file mode 100644 index 0000000000..4a96fb7946 --- /dev/null +++ b/public/themes/metro/img/sprite/b_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_no_favorite.png b/public/themes/metro/img/sprite/b_no_favorite.png similarity index 100% rename from public/themes/metro/img/b_no_favorite.png rename to public/themes/metro/img/sprite/b_no_favorite.png diff --git a/public/themes/metro/img/sprite/b_no_favorite.svg b/public/themes/metro/img/sprite/b_no_favorite.svg new file mode 100644 index 0000000000..ff33b7ae6b --- /dev/null +++ b/public/themes/metro/img/sprite/b_no_favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_pdfdoc.png b/public/themes/metro/img/sprite/b_pdfdoc.png similarity index 100% rename from public/themes/metro/img/b_pdfdoc.png rename to public/themes/metro/img/sprite/b_pdfdoc.png diff --git a/public/themes/metro/img/sprite/b_pdfdoc.svg b/public/themes/metro/img/sprite/b_pdfdoc.svg new file mode 100644 index 0000000000..5c32384d6b --- /dev/null +++ b/public/themes/metro/img/sprite/b_pdfdoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_plugin.png b/public/themes/metro/img/sprite/b_plugin.png similarity index 100% rename from public/themes/metro/img/b_plugin.png rename to public/themes/metro/img/sprite/b_plugin.png diff --git a/public/themes/metro/img/sprite/b_plugin.svg b/public/themes/metro/img/sprite/b_plugin.svg new file mode 100644 index 0000000000..4c0b8dbe4d --- /dev/null +++ b/public/themes/metro/img/sprite/b_plugin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_plus.png b/public/themes/metro/img/sprite/b_plus.png similarity index 100% rename from public/themes/metro/img/b_plus.png rename to public/themes/metro/img/sprite/b_plus.png diff --git a/public/themes/metro/img/sprite/b_plus.svg b/public/themes/metro/img/sprite/b_plus.svg new file mode 100644 index 0000000000..ff79126a9c --- /dev/null +++ b/public/themes/metro/img/sprite/b_plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_prevpage.png b/public/themes/metro/img/sprite/b_prevpage.png similarity index 100% rename from public/themes/metro/img/b_prevpage.png rename to public/themes/metro/img/sprite/b_prevpage.png diff --git a/public/themes/metro/img/sprite/b_prevpage.svg b/public/themes/metro/img/sprite/b_prevpage.svg new file mode 100644 index 0000000000..17e6745b1e --- /dev/null +++ b/public/themes/metro/img/sprite/b_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_primary.png b/public/themes/metro/img/sprite/b_primary.png similarity index 100% rename from public/themes/metro/img/b_primary.png rename to public/themes/metro/img/sprite/b_primary.png diff --git a/public/themes/metro/img/sprite/b_primary.svg b/public/themes/metro/img/sprite/b_primary.svg new file mode 100644 index 0000000000..e906975b2c --- /dev/null +++ b/public/themes/metro/img/sprite/b_primary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_print.png b/public/themes/metro/img/sprite/b_print.png similarity index 100% rename from public/themes/metro/img/b_print.png rename to public/themes/metro/img/sprite/b_print.png diff --git a/public/themes/metro/img/sprite/b_print.svg b/public/themes/metro/img/sprite/b_print.svg new file mode 100644 index 0000000000..5a1b1c476d --- /dev/null +++ b/public/themes/metro/img/sprite/b_print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_props.png b/public/themes/metro/img/sprite/b_props.png similarity index 100% rename from public/themes/metro/img/b_props.png rename to public/themes/metro/img/sprite/b_props.png diff --git a/public/themes/metro/img/sprite/b_props.svg b/public/themes/metro/img/sprite/b_props.svg new file mode 100644 index 0000000000..f93d2f48a9 --- /dev/null +++ b/public/themes/metro/img/sprite/b_props.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_relations.png b/public/themes/metro/img/sprite/b_relations.png similarity index 100% rename from public/themes/metro/img/b_relations.png rename to public/themes/metro/img/sprite/b_relations.png diff --git a/public/themes/metro/img/sprite/b_relations.svg b/public/themes/metro/img/sprite/b_relations.svg new file mode 100644 index 0000000000..dec8811b34 --- /dev/null +++ b/public/themes/metro/img/sprite/b_relations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_rename.svg b/public/themes/metro/img/sprite/b_rename.svg similarity index 100% rename from public/themes/metro/img/b_rename.svg rename to public/themes/metro/img/sprite/b_rename.svg diff --git a/public/themes/metro/img/b_report.png b/public/themes/metro/img/sprite/b_report.png similarity index 100% rename from public/themes/metro/img/b_report.png rename to public/themes/metro/img/sprite/b_report.png diff --git a/public/themes/metro/img/sprite/b_report.svg b/public/themes/metro/img/sprite/b_report.svg new file mode 100644 index 0000000000..7c26d60d27 --- /dev/null +++ b/public/themes/metro/img/sprite/b_report.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_routine_add.png b/public/themes/metro/img/sprite/b_routine_add.png similarity index 100% rename from public/themes/metro/img/b_routine_add.png rename to public/themes/metro/img/sprite/b_routine_add.png diff --git a/public/themes/metro/img/sprite/b_routine_add.svg b/public/themes/metro/img/sprite/b_routine_add.svg new file mode 100644 index 0000000000..bae6b87a01 --- /dev/null +++ b/public/themes/metro/img/sprite/b_routine_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_routines.png b/public/themes/metro/img/sprite/b_routines.png similarity index 100% rename from public/themes/metro/img/b_routines.png rename to public/themes/metro/img/sprite/b_routines.png diff --git a/public/themes/metro/img/sprite/b_routines.svg b/public/themes/metro/img/sprite/b_routines.svg new file mode 100644 index 0000000000..b7bdf165ed --- /dev/null +++ b/public/themes/metro/img/sprite/b_routines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_save.png b/public/themes/metro/img/sprite/b_save.png similarity index 100% rename from public/themes/metro/img/b_save.png rename to public/themes/metro/img/sprite/b_save.png diff --git a/public/themes/metro/img/sprite/b_save.svg b/public/themes/metro/img/sprite/b_save.svg new file mode 100644 index 0000000000..40e995ded2 --- /dev/null +++ b/public/themes/metro/img/sprite/b_save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_saveimage.png b/public/themes/metro/img/sprite/b_saveimage.png similarity index 100% rename from public/themes/metro/img/b_saveimage.png rename to public/themes/metro/img/sprite/b_saveimage.png diff --git a/public/themes/metro/img/sprite/b_saveimage.svg b/public/themes/metro/img/sprite/b_saveimage.svg new file mode 100644 index 0000000000..998cf10ac1 --- /dev/null +++ b/public/themes/metro/img/sprite/b_saveimage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_sbrowse.png b/public/themes/metro/img/sprite/b_sbrowse.png similarity index 100% rename from public/themes/metro/img/b_sbrowse.png rename to public/themes/metro/img/sprite/b_sbrowse.png diff --git a/public/themes/metro/img/sprite/b_sbrowse.svg b/public/themes/metro/img/sprite/b_sbrowse.svg new file mode 100644 index 0000000000..36b8f9db93 --- /dev/null +++ b/public/themes/metro/img/sprite/b_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_sdb.png b/public/themes/metro/img/sprite/b_sdb.png similarity index 100% rename from public/themes/metro/img/b_sdb.png rename to public/themes/metro/img/sprite/b_sdb.png diff --git a/public/themes/metro/img/sprite/b_sdb.svg b/public/themes/metro/img/sprite/b_sdb.svg new file mode 100644 index 0000000000..39730d8483 --- /dev/null +++ b/public/themes/metro/img/sprite/b_sdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_search.png b/public/themes/metro/img/sprite/b_search.png similarity index 100% rename from public/themes/metro/img/b_search.png rename to public/themes/metro/img/sprite/b_search.png diff --git a/public/themes/metro/img/sprite/b_search.svg b/public/themes/metro/img/sprite/b_search.svg new file mode 100644 index 0000000000..87c90219aa --- /dev/null +++ b/public/themes/metro/img/sprite/b_search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_select.png b/public/themes/metro/img/sprite/b_select.png similarity index 100% rename from public/themes/metro/img/b_select.png rename to public/themes/metro/img/sprite/b_select.png diff --git a/public/themes/metro/img/sprite/b_select.svg b/public/themes/metro/img/sprite/b_select.svg new file mode 100644 index 0000000000..7c880c2f64 --- /dev/null +++ b/public/themes/metro/img/sprite/b_select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_snewtbl.png b/public/themes/metro/img/sprite/b_snewtbl.png similarity index 100% rename from public/themes/metro/img/b_snewtbl.png rename to public/themes/metro/img/sprite/b_snewtbl.png diff --git a/public/themes/metro/img/sprite/b_snewtbl.svg b/public/themes/metro/img/sprite/b_snewtbl.svg new file mode 100644 index 0000000000..42f4832db2 --- /dev/null +++ b/public/themes/metro/img/sprite/b_snewtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_spatial.png b/public/themes/metro/img/sprite/b_spatial.png similarity index 100% rename from public/themes/metro/img/b_spatial.png rename to public/themes/metro/img/sprite/b_spatial.png diff --git a/public/themes/metro/img/sprite/b_spatial.svg b/public/themes/metro/img/sprite/b_spatial.svg new file mode 100644 index 0000000000..e5d808b6d6 --- /dev/null +++ b/public/themes/metro/img/sprite/b_spatial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_sql.png b/public/themes/metro/img/sprite/b_sql.png similarity index 100% rename from public/themes/metro/img/b_sql.png rename to public/themes/metro/img/sprite/b_sql.png diff --git a/public/themes/metro/img/sprite/b_sql.svg b/public/themes/metro/img/sprite/b_sql.svg new file mode 100644 index 0000000000..fdd103c749 --- /dev/null +++ b/public/themes/metro/img/sprite/b_sql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_sqldoc.png b/public/themes/metro/img/sprite/b_sqldoc.png similarity index 100% rename from public/themes/metro/img/b_sqldoc.png rename to public/themes/metro/img/sprite/b_sqldoc.png diff --git a/public/themes/metro/img/sprite/b_sqldoc.svg b/public/themes/metro/img/sprite/b_sqldoc.svg new file mode 100644 index 0000000000..e028bea523 --- /dev/null +++ b/public/themes/metro/img/sprite/b_sqldoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_sqlhelp.png b/public/themes/metro/img/sprite/b_sqlhelp.png similarity index 100% rename from public/themes/metro/img/b_sqlhelp.png rename to public/themes/metro/img/sprite/b_sqlhelp.png diff --git a/public/themes/metro/img/sprite/b_sqlhelp.svg b/public/themes/metro/img/sprite/b_sqlhelp.svg new file mode 100644 index 0000000000..032fe73f30 --- /dev/null +++ b/public/themes/metro/img/sprite/b_sqlhelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_table_add.png b/public/themes/metro/img/sprite/b_table_add.png similarity index 100% rename from public/themes/metro/img/b_table_add.png rename to public/themes/metro/img/sprite/b_table_add.png diff --git a/public/themes/metro/img/sprite/b_table_add.svg b/public/themes/metro/img/sprite/b_table_add.svg new file mode 100644 index 0000000000..ebafa23b81 --- /dev/null +++ b/public/themes/metro/img/sprite/b_table_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_tblanalyse.png b/public/themes/metro/img/sprite/b_tblanalyse.png similarity index 100% rename from public/themes/metro/img/b_tblanalyse.png rename to public/themes/metro/img/sprite/b_tblanalyse.png diff --git a/public/themes/metro/img/sprite/b_tblanalyse.svg b/public/themes/metro/img/sprite/b_tblanalyse.svg new file mode 100644 index 0000000000..8e945d69b4 --- /dev/null +++ b/public/themes/metro/img/sprite/b_tblanalyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_tblexport.png b/public/themes/metro/img/sprite/b_tblexport.png similarity index 100% rename from public/themes/metro/img/b_tblexport.png rename to public/themes/metro/img/sprite/b_tblexport.png diff --git a/public/themes/metro/img/sprite/b_tblexport.svg b/public/themes/metro/img/sprite/b_tblexport.svg new file mode 100644 index 0000000000..79a4b90797 --- /dev/null +++ b/public/themes/metro/img/sprite/b_tblexport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_tblimport.png b/public/themes/metro/img/sprite/b_tblimport.png similarity index 100% rename from public/themes/metro/img/b_tblimport.png rename to public/themes/metro/img/sprite/b_tblimport.png diff --git a/public/themes/metro/img/sprite/b_tblimport.svg b/public/themes/metro/img/sprite/b_tblimport.svg new file mode 100644 index 0000000000..a7f6ed5347 --- /dev/null +++ b/public/themes/metro/img/sprite/b_tblimport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_tblops.png b/public/themes/metro/img/sprite/b_tblops.png similarity index 100% rename from public/themes/metro/img/b_tblops.png rename to public/themes/metro/img/sprite/b_tblops.png diff --git a/public/themes/metro/img/sprite/b_tblops.svg b/public/themes/metro/img/sprite/b_tblops.svg new file mode 100644 index 0000000000..48b9ce66ec --- /dev/null +++ b/public/themes/metro/img/sprite/b_tblops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_tbloptimize.png b/public/themes/metro/img/sprite/b_tbloptimize.png similarity index 100% rename from public/themes/metro/img/b_tbloptimize.png rename to public/themes/metro/img/sprite/b_tbloptimize.png diff --git a/public/themes/metro/img/sprite/b_tbloptimize.svg b/public/themes/metro/img/sprite/b_tbloptimize.svg new file mode 100644 index 0000000000..d3af55e1f8 --- /dev/null +++ b/public/themes/metro/img/sprite/b_tbloptimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_tipp.png b/public/themes/metro/img/sprite/b_tipp.png similarity index 100% rename from public/themes/metro/img/b_tipp.png rename to public/themes/metro/img/sprite/b_tipp.png diff --git a/public/themes/metro/img/sprite/b_tipp.svg b/public/themes/metro/img/sprite/b_tipp.svg new file mode 100644 index 0000000000..50e3461e70 --- /dev/null +++ b/public/themes/metro/img/sprite/b_tipp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_trigger_add.png b/public/themes/metro/img/sprite/b_trigger_add.png similarity index 100% rename from public/themes/metro/img/b_trigger_add.png rename to public/themes/metro/img/sprite/b_trigger_add.png diff --git a/public/themes/metro/img/sprite/b_trigger_add.svg b/public/themes/metro/img/sprite/b_trigger_add.svg new file mode 100644 index 0000000000..8fcec35d51 --- /dev/null +++ b/public/themes/metro/img/sprite/b_trigger_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_triggers.png b/public/themes/metro/img/sprite/b_triggers.png similarity index 100% rename from public/themes/metro/img/b_triggers.png rename to public/themes/metro/img/sprite/b_triggers.png diff --git a/public/themes/metro/img/sprite/b_triggers.svg b/public/themes/metro/img/sprite/b_triggers.svg new file mode 100644 index 0000000000..95e820e314 --- /dev/null +++ b/public/themes/metro/img/sprite/b_triggers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_undo.png b/public/themes/metro/img/sprite/b_undo.png similarity index 100% rename from public/themes/original/img/b_undo.png rename to public/themes/metro/img/sprite/b_undo.png diff --git a/public/themes/metro/img/sprite/b_undo.svg b/public/themes/metro/img/sprite/b_undo.svg new file mode 100644 index 0000000000..10ebd6f974 --- /dev/null +++ b/public/themes/metro/img/sprite/b_undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_unique.png b/public/themes/metro/img/sprite/b_unique.png similarity index 100% rename from public/themes/metro/img/b_unique.png rename to public/themes/metro/img/sprite/b_unique.png diff --git a/public/themes/metro/img/sprite/b_unique.svg b/public/themes/metro/img/sprite/b_unique.svg new file mode 100644 index 0000000000..39a9b28d55 --- /dev/null +++ b/public/themes/metro/img/sprite/b_unique.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_usradd.png b/public/themes/metro/img/sprite/b_usradd.png similarity index 100% rename from public/themes/metro/img/b_usradd.png rename to public/themes/metro/img/sprite/b_usradd.png diff --git a/public/themes/metro/img/sprite/b_usradd.svg b/public/themes/metro/img/sprite/b_usradd.svg new file mode 100644 index 0000000000..cbcd1f13b7 --- /dev/null +++ b/public/themes/metro/img/sprite/b_usradd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_usrcheck.png b/public/themes/metro/img/sprite/b_usrcheck.png similarity index 100% rename from public/themes/metro/img/b_usrcheck.png rename to public/themes/metro/img/sprite/b_usrcheck.png diff --git a/public/themes/metro/img/sprite/b_usrcheck.svg b/public/themes/metro/img/sprite/b_usrcheck.svg new file mode 100644 index 0000000000..409de881f6 --- /dev/null +++ b/public/themes/metro/img/sprite/b_usrcheck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_usrdrop.png b/public/themes/metro/img/sprite/b_usrdrop.png similarity index 100% rename from public/themes/metro/img/b_usrdrop.png rename to public/themes/metro/img/sprite/b_usrdrop.png diff --git a/public/themes/metro/img/sprite/b_usrdrop.svg b/public/themes/metro/img/sprite/b_usrdrop.svg new file mode 100644 index 0000000000..09b29d968e --- /dev/null +++ b/public/themes/metro/img/sprite/b_usrdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_usredit.png b/public/themes/metro/img/sprite/b_usredit.png similarity index 100% rename from public/themes/metro/img/b_usredit.png rename to public/themes/metro/img/sprite/b_usredit.png diff --git a/public/themes/metro/img/sprite/b_usredit.svg b/public/themes/metro/img/sprite/b_usredit.svg new file mode 100644 index 0000000000..e1778accf7 --- /dev/null +++ b/public/themes/metro/img/sprite/b_usredit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_usrlist.png b/public/themes/metro/img/sprite/b_usrlist.png similarity index 100% rename from public/themes/metro/img/b_usrlist.png rename to public/themes/metro/img/sprite/b_usrlist.png diff --git a/public/themes/metro/img/sprite/b_usrlist.svg b/public/themes/metro/img/sprite/b_usrlist.svg new file mode 100644 index 0000000000..f8f2ad4863 --- /dev/null +++ b/public/themes/metro/img/sprite/b_usrlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_versions.png b/public/themes/metro/img/sprite/b_versions.png similarity index 100% rename from public/themes/metro/img/b_versions.png rename to public/themes/metro/img/sprite/b_versions.png diff --git a/public/themes/metro/img/sprite/b_versions.svg b/public/themes/metro/img/sprite/b_versions.svg new file mode 100644 index 0000000000..97ea596b82 --- /dev/null +++ b/public/themes/metro/img/sprite/b_versions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_view.png b/public/themes/metro/img/sprite/b_view.png similarity index 100% rename from public/themes/metro/img/b_view.png rename to public/themes/metro/img/sprite/b_view.png diff --git a/public/themes/metro/img/sprite/b_view.svg b/public/themes/metro/img/sprite/b_view.svg new file mode 100644 index 0000000000..ee48c77e3b --- /dev/null +++ b/public/themes/metro/img/sprite/b_view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_view_add.png b/public/themes/metro/img/sprite/b_view_add.png similarity index 100% rename from public/themes/metro/img/b_view_add.png rename to public/themes/metro/img/sprite/b_view_add.png diff --git a/public/themes/metro/img/sprite/b_view_add.svg b/public/themes/metro/img/sprite/b_view_add.svg new file mode 100644 index 0000000000..d9f05392cb --- /dev/null +++ b/public/themes/metro/img/sprite/b_view_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_views.png b/public/themes/metro/img/sprite/b_views.png similarity index 100% rename from public/themes/metro/img/b_views.png rename to public/themes/metro/img/sprite/b_views.png diff --git a/public/themes/metro/img/sprite/b_views.svg b/public/themes/metro/img/sprite/b_views.svg new file mode 100644 index 0000000000..2bb4fb99af --- /dev/null +++ b/public/themes/metro/img/sprite/b_views.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_browse.png b/public/themes/metro/img/sprite/bd_browse.png similarity index 100% rename from public/themes/metro/img/bd_browse.png rename to public/themes/metro/img/sprite/bd_browse.png diff --git a/public/themes/metro/img/sprite/bd_browse.svg b/public/themes/metro/img/sprite/bd_browse.svg new file mode 100644 index 0000000000..a52cbda542 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_deltbl.png b/public/themes/metro/img/sprite/bd_deltbl.png similarity index 100% rename from public/themes/metro/img/bd_deltbl.png rename to public/themes/metro/img/sprite/bd_deltbl.png diff --git a/public/themes/metro/img/sprite/bd_deltbl.svg b/public/themes/metro/img/sprite/bd_deltbl.svg new file mode 100644 index 0000000000..c8ab6fffe2 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_deltbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_drop.png b/public/themes/metro/img/sprite/bd_drop.png similarity index 100% rename from public/themes/metro/img/bd_drop.png rename to public/themes/metro/img/sprite/bd_drop.png diff --git a/public/themes/metro/img/sprite/bd_drop.svg b/public/themes/metro/img/sprite/bd_drop.svg new file mode 100644 index 0000000000..65afaf841f --- /dev/null +++ b/public/themes/metro/img/sprite/bd_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_edit.png b/public/themes/metro/img/sprite/bd_edit.png similarity index 100% rename from public/themes/metro/img/bd_edit.png rename to public/themes/metro/img/sprite/bd_edit.png diff --git a/public/themes/metro/img/sprite/bd_edit.svg b/public/themes/metro/img/sprite/bd_edit.svg new file mode 100644 index 0000000000..96d9d40efc --- /dev/null +++ b/public/themes/metro/img/sprite/bd_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_empty.png b/public/themes/metro/img/sprite/bd_empty.png similarity index 100% rename from public/themes/metro/img/bd_empty.png rename to public/themes/metro/img/sprite/bd_empty.png diff --git a/public/themes/metro/img/sprite/bd_empty.svg b/public/themes/metro/img/sprite/bd_empty.svg new file mode 100644 index 0000000000..5373b10a9f --- /dev/null +++ b/public/themes/metro/img/sprite/bd_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_export.png b/public/themes/metro/img/sprite/bd_export.png similarity index 100% rename from public/themes/metro/img/bd_export.png rename to public/themes/metro/img/sprite/bd_export.png diff --git a/public/themes/metro/img/sprite/bd_export.svg b/public/themes/metro/img/sprite/bd_export.svg new file mode 100644 index 0000000000..636c8511ec --- /dev/null +++ b/public/themes/metro/img/sprite/bd_export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_firstpage.png b/public/themes/metro/img/sprite/bd_firstpage.png similarity index 100% rename from public/themes/metro/img/bd_firstpage.png rename to public/themes/metro/img/sprite/bd_firstpage.png diff --git a/public/themes/metro/img/sprite/bd_firstpage.svg b/public/themes/metro/img/sprite/bd_firstpage.svg new file mode 100644 index 0000000000..22bd6f5587 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_ftext.png b/public/themes/metro/img/sprite/bd_ftext.png similarity index 100% rename from public/themes/metro/img/bd_ftext.png rename to public/themes/metro/img/sprite/bd_ftext.png diff --git a/public/themes/metro/img/sprite/bd_ftext.svg b/public/themes/metro/img/sprite/bd_ftext.svg new file mode 100644 index 0000000000..c6858b3a84 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_ftext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_index.png b/public/themes/metro/img/sprite/bd_index.png similarity index 100% rename from public/themes/metro/img/bd_index.png rename to public/themes/metro/img/sprite/bd_index.png diff --git a/public/themes/metro/img/sprite/bd_index.svg b/public/themes/metro/img/sprite/bd_index.svg new file mode 100644 index 0000000000..d4f7b70e09 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_index.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_insrow.png b/public/themes/metro/img/sprite/bd_insrow.png similarity index 100% rename from public/themes/metro/img/bd_insrow.png rename to public/themes/metro/img/sprite/bd_insrow.png diff --git a/public/themes/metro/img/sprite/bd_insrow.svg b/public/themes/metro/img/sprite/bd_insrow.svg new file mode 100644 index 0000000000..bc43e2c1fa --- /dev/null +++ b/public/themes/metro/img/sprite/bd_insrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_lastpage.png b/public/themes/metro/img/sprite/bd_lastpage.png similarity index 100% rename from public/themes/metro/img/bd_lastpage.png rename to public/themes/metro/img/sprite/bd_lastpage.png diff --git a/public/themes/metro/img/sprite/bd_lastpage.svg b/public/themes/metro/img/sprite/bd_lastpage.svg new file mode 100644 index 0000000000..058ac3da3c --- /dev/null +++ b/public/themes/metro/img/sprite/bd_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_nextpage.png b/public/themes/metro/img/sprite/bd_nextpage.png similarity index 100% rename from public/themes/metro/img/bd_nextpage.png rename to public/themes/metro/img/sprite/bd_nextpage.png diff --git a/public/themes/metro/img/sprite/bd_nextpage.svg b/public/themes/metro/img/sprite/bd_nextpage.svg new file mode 100644 index 0000000000..491c047591 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_prevpage.png b/public/themes/metro/img/sprite/bd_prevpage.png similarity index 100% rename from public/themes/metro/img/bd_prevpage.png rename to public/themes/metro/img/sprite/bd_prevpage.png diff --git a/public/themes/metro/img/sprite/bd_prevpage.svg b/public/themes/metro/img/sprite/bd_prevpage.svg new file mode 100644 index 0000000000..32d1405e8e --- /dev/null +++ b/public/themes/metro/img/sprite/bd_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_primary.png b/public/themes/metro/img/sprite/bd_primary.png similarity index 100% rename from public/themes/metro/img/bd_primary.png rename to public/themes/metro/img/sprite/bd_primary.png diff --git a/public/themes/metro/img/sprite/bd_primary.svg b/public/themes/metro/img/sprite/bd_primary.svg new file mode 100644 index 0000000000..06ea8bc2f8 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_primary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_routine_add.png b/public/themes/metro/img/sprite/bd_routine_add.png similarity index 100% rename from public/themes/metro/img/bd_routine_add.png rename to public/themes/metro/img/sprite/bd_routine_add.png diff --git a/public/themes/metro/img/sprite/bd_routine_add.svg b/public/themes/metro/img/sprite/bd_routine_add.svg new file mode 100644 index 0000000000..e4b8792fce --- /dev/null +++ b/public/themes/metro/img/sprite/bd_routine_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_sbrowse.png b/public/themes/metro/img/sprite/bd_sbrowse.png similarity index 100% rename from public/themes/metro/img/bd_sbrowse.png rename to public/themes/metro/img/sprite/bd_sbrowse.png diff --git a/public/themes/metro/img/sprite/bd_sbrowse.svg b/public/themes/metro/img/sprite/bd_sbrowse.svg new file mode 100644 index 0000000000..c0330cdc63 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_select.png b/public/themes/metro/img/sprite/bd_select.png similarity index 100% rename from public/themes/metro/img/bd_select.png rename to public/themes/metro/img/sprite/bd_select.png diff --git a/public/themes/metro/img/sprite/bd_select.svg b/public/themes/metro/img/sprite/bd_select.svg new file mode 100644 index 0000000000..0f1aceb394 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_spatial.png b/public/themes/metro/img/sprite/bd_spatial.png similarity index 100% rename from public/themes/metro/img/bd_spatial.png rename to public/themes/metro/img/sprite/bd_spatial.png diff --git a/public/themes/metro/img/sprite/bd_spatial.svg b/public/themes/metro/img/sprite/bd_spatial.svg new file mode 100644 index 0000000000..c3d9df0f18 --- /dev/null +++ b/public/themes/metro/img/sprite/bd_spatial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/bd_unique.png b/public/themes/metro/img/sprite/bd_unique.png similarity index 100% rename from public/themes/metro/img/bd_unique.png rename to public/themes/metro/img/sprite/bd_unique.png diff --git a/public/themes/metro/img/sprite/bd_unique.svg b/public/themes/metro/img/sprite/bd_unique.svg new file mode 100644 index 0000000000..243166b02a --- /dev/null +++ b/public/themes/metro/img/sprite/bd_unique.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/centralColumns.png b/public/themes/metro/img/sprite/centralColumns.png similarity index 100% rename from public/themes/metro/img/centralColumns.png rename to public/themes/metro/img/sprite/centralColumns.png diff --git a/public/themes/metro/img/sprite/centralColumns.svg b/public/themes/metro/img/sprite/centralColumns.svg new file mode 100644 index 0000000000..68cf2526e8 --- /dev/null +++ b/public/themes/metro/img/sprite/centralColumns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/centralColumns_add.png b/public/themes/metro/img/sprite/centralColumns_add.png similarity index 100% rename from public/themes/metro/img/centralColumns_add.png rename to public/themes/metro/img/sprite/centralColumns_add.png diff --git a/public/themes/metro/img/sprite/centralColumns_add.svg b/public/themes/metro/img/sprite/centralColumns_add.svg new file mode 100644 index 0000000000..331b0da741 --- /dev/null +++ b/public/themes/metro/img/sprite/centralColumns_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/centralColumns_delete.png b/public/themes/metro/img/sprite/centralColumns_delete.png similarity index 100% rename from public/themes/metro/img/centralColumns_delete.png rename to public/themes/metro/img/sprite/centralColumns_delete.png diff --git a/public/themes/metro/img/sprite/centralColumns_delete.svg b/public/themes/metro/img/sprite/centralColumns_delete.svg new file mode 100644 index 0000000000..023048b17c --- /dev/null +++ b/public/themes/metro/img/sprite/centralColumns_delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/col_drop.png b/public/themes/metro/img/sprite/col_drop.png similarity index 100% rename from public/themes/metro/img/col_drop.png rename to public/themes/metro/img/sprite/col_drop.png diff --git a/public/themes/metro/img/sprite/col_drop.svg b/public/themes/metro/img/sprite/col_drop.svg new file mode 100644 index 0000000000..a515e93259 --- /dev/null +++ b/public/themes/metro/img/sprite/col_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/console.png b/public/themes/metro/img/sprite/console.png similarity index 100% rename from public/themes/metro/img/console.png rename to public/themes/metro/img/sprite/console.png diff --git a/public/themes/metro/img/sprite/console.svg b/public/themes/metro/img/sprite/console.svg new file mode 100644 index 0000000000..8322399c46 --- /dev/null +++ b/public/themes/metro/img/sprite/console.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/database.png b/public/themes/metro/img/sprite/database.png similarity index 100% rename from public/themes/metro/img/database.png rename to public/themes/metro/img/sprite/database.png diff --git a/public/themes/metro/img/sprite/database.svg b/public/themes/metro/img/sprite/database.svg new file mode 100644 index 0000000000..600dfe3677 --- /dev/null +++ b/public/themes/metro/img/sprite/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/b_deltbl_white.png b/public/themes/metro/img/sprite/db_drop.png similarity index 100% rename from public/themes/metro/img/b_deltbl_white.png rename to public/themes/metro/img/sprite/db_drop.png diff --git a/public/themes/metro/img/sprite/db_drop.svg b/public/themes/metro/img/sprite/db_drop.svg new file mode 100644 index 0000000000..2811c8ce04 --- /dev/null +++ b/public/themes/metro/img/sprite/db_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/eye.png b/public/themes/metro/img/sprite/eye.png similarity index 100% rename from public/themes/metro/img/eye.png rename to public/themes/metro/img/sprite/eye.png diff --git a/public/themes/metro/img/sprite/eye.svg b/public/themes/metro/img/sprite/eye.svg new file mode 100644 index 0000000000..06e81d9aa4 --- /dev/null +++ b/public/themes/metro/img/sprite/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/eye_grey.png b/public/themes/metro/img/sprite/eye_grey.png similarity index 100% rename from public/themes/metro/img/eye_grey.png rename to public/themes/metro/img/sprite/eye_grey.png diff --git a/public/themes/metro/img/sprite/eye_grey.svg b/public/themes/metro/img/sprite/eye_grey.svg new file mode 100644 index 0000000000..a0f4b87a1c --- /dev/null +++ b/public/themes/metro/img/sprite/eye_grey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/hide.png b/public/themes/metro/img/sprite/hide.png similarity index 100% rename from public/themes/metro/img/hide.png rename to public/themes/metro/img/sprite/hide.png diff --git a/public/themes/metro/img/sprite/hide.svg b/public/themes/metro/img/sprite/hide.svg new file mode 100644 index 0000000000..7385051748 --- /dev/null +++ b/public/themes/metro/img/sprite/hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/item.png b/public/themes/metro/img/sprite/item.png similarity index 100% rename from public/themes/metro/img/item.png rename to public/themes/metro/img/sprite/item.png diff --git a/public/themes/metro/img/sprite/item.svg b/public/themes/metro/img/sprite/item.svg new file mode 100644 index 0000000000..0342643015 --- /dev/null +++ b/public/themes/metro/img/sprite/item.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/lightbulb.png b/public/themes/metro/img/sprite/lightbulb.png similarity index 100% rename from public/themes/metro/img/lightbulb.png rename to public/themes/metro/img/sprite/lightbulb.png diff --git a/public/themes/metro/img/sprite/lightbulb.svg b/public/themes/metro/img/sprite/lightbulb.svg new file mode 100644 index 0000000000..5b6219e598 --- /dev/null +++ b/public/themes/metro/img/sprite/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/lightbulb_off.png b/public/themes/metro/img/sprite/lightbulb_off.png similarity index 100% rename from public/themes/metro/img/lightbulb_off.png rename to public/themes/metro/img/sprite/lightbulb_off.png diff --git a/public/themes/metro/img/sprite/lightbulb_off.svg b/public/themes/metro/img/sprite/lightbulb_off.svg new file mode 100644 index 0000000000..3d7116e063 --- /dev/null +++ b/public/themes/metro/img/sprite/lightbulb_off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/more.png b/public/themes/metro/img/sprite/more.png similarity index 100% rename from public/themes/metro/img/more.png rename to public/themes/metro/img/sprite/more.png diff --git a/public/themes/metro/img/sprite/more.svg b/public/themes/metro/img/sprite/more.svg new file mode 100644 index 0000000000..a7b902e062 --- /dev/null +++ b/public/themes/metro/img/sprite/more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_data.png b/public/themes/metro/img/sprite/new_data.png similarity index 100% rename from public/themes/metro/img/new_data.png rename to public/themes/metro/img/sprite/new_data.png diff --git a/public/themes/metro/img/sprite/new_data.svg b/public/themes/metro/img/sprite/new_data.svg new file mode 100644 index 0000000000..32d4d529ad --- /dev/null +++ b/public/themes/metro/img/sprite/new_data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_data_hovered.png b/public/themes/metro/img/sprite/new_data_hovered.png similarity index 100% rename from public/themes/metro/img/new_data_hovered.png rename to public/themes/metro/img/sprite/new_data_hovered.png diff --git a/public/themes/metro/img/sprite/new_data_hovered.svg b/public/themes/metro/img/sprite/new_data_hovered.svg new file mode 100644 index 0000000000..2d5365ec24 --- /dev/null +++ b/public/themes/metro/img/sprite/new_data_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_data_selected.png b/public/themes/metro/img/sprite/new_data_selected.png similarity index 100% rename from public/themes/metro/img/new_data_selected.png rename to public/themes/metro/img/sprite/new_data_selected.png diff --git a/public/themes/metro/img/sprite/new_data_selected.svg b/public/themes/metro/img/sprite/new_data_selected.svg new file mode 100644 index 0000000000..cfd2563e3c --- /dev/null +++ b/public/themes/metro/img/sprite/new_data_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_data_selected_hovered.png b/public/themes/metro/img/sprite/new_data_selected_hovered.png similarity index 100% rename from public/themes/metro/img/new_data_selected_hovered.png rename to public/themes/metro/img/sprite/new_data_selected_hovered.png diff --git a/public/themes/metro/img/sprite/new_data_selected_hovered.svg b/public/themes/metro/img/sprite/new_data_selected_hovered.svg new file mode 100644 index 0000000000..ff8a524dd7 --- /dev/null +++ b/public/themes/metro/img/sprite/new_data_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_struct.png b/public/themes/metro/img/sprite/new_struct.png similarity index 100% rename from public/themes/metro/img/new_struct.png rename to public/themes/metro/img/sprite/new_struct.png diff --git a/public/themes/metro/img/sprite/new_struct.svg b/public/themes/metro/img/sprite/new_struct.svg new file mode 100644 index 0000000000..f080451b8a --- /dev/null +++ b/public/themes/metro/img/sprite/new_struct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_struct_hovered.png b/public/themes/metro/img/sprite/new_struct_hovered.png similarity index 100% rename from public/themes/metro/img/new_struct_hovered.png rename to public/themes/metro/img/sprite/new_struct_hovered.png diff --git a/public/themes/metro/img/sprite/new_struct_hovered.svg b/public/themes/metro/img/sprite/new_struct_hovered.svg new file mode 100644 index 0000000000..33c327f5a6 --- /dev/null +++ b/public/themes/metro/img/sprite/new_struct_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_struct_selected.png b/public/themes/metro/img/sprite/new_struct_selected.png similarity index 100% rename from public/themes/metro/img/new_struct_selected.png rename to public/themes/metro/img/sprite/new_struct_selected.png diff --git a/public/themes/metro/img/sprite/new_struct_selected.svg b/public/themes/metro/img/sprite/new_struct_selected.svg new file mode 100644 index 0000000000..7ce9e02f77 --- /dev/null +++ b/public/themes/metro/img/sprite/new_struct_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/new_struct_selected_hovered.png b/public/themes/metro/img/sprite/new_struct_selected_hovered.png similarity index 100% rename from public/themes/metro/img/new_struct_selected_hovered.png rename to public/themes/metro/img/sprite/new_struct_selected_hovered.png diff --git a/public/themes/metro/img/sprite/new_struct_selected_hovered.svg b/public/themes/metro/img/sprite/new_struct_selected_hovered.svg new file mode 100644 index 0000000000..71cf86a7fb --- /dev/null +++ b/public/themes/metro/img/sprite/new_struct_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/normalize.png b/public/themes/metro/img/sprite/normalize.png similarity index 100% rename from public/themes/metro/img/normalize.png rename to public/themes/metro/img/sprite/normalize.png diff --git a/public/themes/metro/img/sprite/normalize.svg b/public/themes/metro/img/sprite/normalize.svg new file mode 100644 index 0000000000..96d7c7da53 --- /dev/null +++ b/public/themes/metro/img/sprite/normalize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/pause.png b/public/themes/metro/img/sprite/pause.png similarity index 100% rename from public/themes/metro/img/pause.png rename to public/themes/metro/img/sprite/pause.png diff --git a/public/themes/metro/img/sprite/pause.svg b/public/themes/metro/img/sprite/pause.svg new file mode 100644 index 0000000000..21a01ef988 --- /dev/null +++ b/public/themes/metro/img/sprite/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/php_sym.png b/public/themes/metro/img/sprite/php_sym.png similarity index 100% rename from public/themes/metro/img/php_sym.png rename to public/themes/metro/img/sprite/php_sym.png diff --git a/public/themes/metro/img/sprite/php_sym.svg b/public/themes/metro/img/sprite/php_sym.svg new file mode 100644 index 0000000000..745f036158 --- /dev/null +++ b/public/themes/metro/img/sprite/php_sym.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/play.png b/public/themes/metro/img/sprite/play.png similarity index 100% rename from public/themes/metro/img/play.png rename to public/themes/metro/img/sprite/play.png diff --git a/public/themes/metro/img/sprite/play.svg b/public/themes/metro/img/sprite/play.svg new file mode 100644 index 0000000000..1e5eda9e38 --- /dev/null +++ b/public/themes/metro/img/sprite/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_asc.png b/public/themes/metro/img/sprite/s_asc.png similarity index 100% rename from public/themes/metro/img/s_asc.png rename to public/themes/metro/img/sprite/s_asc.png diff --git a/public/themes/metro/img/sprite/s_asc.svg b/public/themes/metro/img/sprite/s_asc.svg new file mode 100644 index 0000000000..2d9713107a --- /dev/null +++ b/public/themes/metro/img/sprite/s_asc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_asci.png b/public/themes/metro/img/sprite/s_asci.png similarity index 100% rename from public/themes/metro/img/s_asci.png rename to public/themes/metro/img/sprite/s_asci.png diff --git a/public/themes/metro/img/sprite/s_asci.svg b/public/themes/metro/img/sprite/s_asci.svg new file mode 100644 index 0000000000..178bbb52b5 --- /dev/null +++ b/public/themes/metro/img/sprite/s_asci.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_attention.png b/public/themes/metro/img/sprite/s_attention.png similarity index 100% rename from public/themes/metro/img/s_attention.png rename to public/themes/metro/img/sprite/s_attention.png diff --git a/public/themes/metro/img/sprite/s_attention.svg b/public/themes/metro/img/sprite/s_attention.svg new file mode 100644 index 0000000000..44897cf52e --- /dev/null +++ b/public/themes/metro/img/sprite/s_attention.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_cancel.png b/public/themes/metro/img/sprite/s_cancel.png similarity index 100% rename from public/themes/metro/img/s_cancel.png rename to public/themes/metro/img/sprite/s_cancel.png diff --git a/public/themes/metro/img/sprite/s_cancel.svg b/public/themes/metro/img/sprite/s_cancel.svg new file mode 100644 index 0000000000..9dfa50ccb2 --- /dev/null +++ b/public/themes/metro/img/sprite/s_cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_cancel2.png b/public/themes/metro/img/sprite/s_cancel2.png similarity index 100% rename from public/themes/metro/img/s_cancel2.png rename to public/themes/metro/img/sprite/s_cancel2.png diff --git a/public/themes/metro/img/sprite/s_cancel2.svg b/public/themes/metro/img/sprite/s_cancel2.svg new file mode 100644 index 0000000000..f5f44720f9 --- /dev/null +++ b/public/themes/metro/img/sprite/s_cancel2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_cog.png b/public/themes/metro/img/sprite/s_cog.png similarity index 100% rename from public/themes/metro/img/s_cog.png rename to public/themes/metro/img/sprite/s_cog.png diff --git a/public/themes/metro/img/sprite/s_cog.svg b/public/themes/metro/img/sprite/s_cog.svg new file mode 100644 index 0000000000..6d2102689f --- /dev/null +++ b/public/themes/metro/img/sprite/s_cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_collapseall.png b/public/themes/metro/img/sprite/s_collapseall.png similarity index 100% rename from public/themes/metro/img/s_collapseall.png rename to public/themes/metro/img/sprite/s_collapseall.png diff --git a/public/themes/metro/img/sprite/s_collapseall.svg b/public/themes/metro/img/sprite/s_collapseall.svg new file mode 100644 index 0000000000..dfb845ade9 --- /dev/null +++ b/public/themes/metro/img/sprite/s_collapseall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_db.png b/public/themes/metro/img/sprite/s_db.png similarity index 100% rename from public/themes/metro/img/s_db.png rename to public/themes/metro/img/sprite/s_db.png diff --git a/public/themes/metro/img/sprite/s_db.svg b/public/themes/metro/img/sprite/s_db.svg new file mode 100644 index 0000000000..583f30ac57 --- /dev/null +++ b/public/themes/metro/img/sprite/s_db.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_desc.png b/public/themes/metro/img/sprite/s_desc.png similarity index 100% rename from public/themes/metro/img/s_desc.png rename to public/themes/metro/img/sprite/s_desc.png diff --git a/public/themes/metro/img/sprite/s_desc.svg b/public/themes/metro/img/sprite/s_desc.svg new file mode 100644 index 0000000000..4b1f637603 --- /dev/null +++ b/public/themes/metro/img/sprite/s_desc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_error.png b/public/themes/metro/img/sprite/s_error.png similarity index 100% rename from public/themes/metro/img/s_error.png rename to public/themes/metro/img/sprite/s_error.png diff --git a/public/themes/metro/img/sprite/s_error.svg b/public/themes/metro/img/sprite/s_error.svg new file mode 100644 index 0000000000..337c7c65a5 --- /dev/null +++ b/public/themes/metro/img/sprite/s_error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_fulltext.png b/public/themes/metro/img/sprite/s_fulltext.png similarity index 100% rename from public/themes/metro/img/s_fulltext.png rename to public/themes/metro/img/sprite/s_fulltext.png diff --git a/public/themes/metro/img/sprite/s_fulltext.svg b/public/themes/metro/img/sprite/s_fulltext.svg new file mode 100644 index 0000000000..bc02ca66e0 --- /dev/null +++ b/public/themes/metro/img/sprite/s_fulltext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_host.png b/public/themes/metro/img/sprite/s_host.png similarity index 100% rename from public/themes/metro/img/s_host.png rename to public/themes/metro/img/sprite/s_host.png diff --git a/public/themes/metro/img/sprite/s_host.svg b/public/themes/metro/img/sprite/s_host.svg new file mode 100644 index 0000000000..23008de0ca --- /dev/null +++ b/public/themes/metro/img/sprite/s_host.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_info.png b/public/themes/metro/img/sprite/s_info.png similarity index 100% rename from public/themes/metro/img/s_info.png rename to public/themes/metro/img/sprite/s_info.png diff --git a/public/themes/metro/img/sprite/s_info.svg b/public/themes/metro/img/sprite/s_info.svg new file mode 100644 index 0000000000..a176d2ab85 --- /dev/null +++ b/public/themes/metro/img/sprite/s_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_lang.png b/public/themes/metro/img/sprite/s_lang.png similarity index 100% rename from public/themes/metro/img/s_lang.png rename to public/themes/metro/img/sprite/s_lang.png diff --git a/public/themes/metro/img/sprite/s_lang.svg b/public/themes/metro/img/sprite/s_lang.svg new file mode 100644 index 0000000000..aa99afc417 --- /dev/null +++ b/public/themes/metro/img/sprite/s_lang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_link.png b/public/themes/metro/img/sprite/s_link.png similarity index 100% rename from public/themes/metro/img/s_link.png rename to public/themes/metro/img/sprite/s_link.png diff --git a/public/themes/metro/img/sprite/s_link.svg b/public/themes/metro/img/sprite/s_link.svg new file mode 100644 index 0000000000..ee4c1475f9 --- /dev/null +++ b/public/themes/metro/img/sprite/s_link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_lock.png b/public/themes/metro/img/sprite/s_lock.png similarity index 100% rename from public/themes/metro/img/s_lock.png rename to public/themes/metro/img/sprite/s_lock.png diff --git a/public/themes/metro/img/sprite/s_lock.svg b/public/themes/metro/img/sprite/s_lock.svg new file mode 100644 index 0000000000..c39a460bb2 --- /dev/null +++ b/public/themes/metro/img/sprite/s_lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_loggoff.png b/public/themes/metro/img/sprite/s_loggoff.png similarity index 100% rename from public/themes/metro/img/s_loggoff.png rename to public/themes/metro/img/sprite/s_loggoff.png diff --git a/public/themes/metro/img/sprite/s_loggoff.svg b/public/themes/metro/img/sprite/s_loggoff.svg new file mode 100644 index 0000000000..fcff99dd5e --- /dev/null +++ b/public/themes/metro/img/sprite/s_loggoff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_notice.png b/public/themes/metro/img/sprite/s_notice.png similarity index 100% rename from public/themes/metro/img/s_notice.png rename to public/themes/metro/img/sprite/s_notice.png diff --git a/public/themes/metro/img/sprite/s_notice.svg b/public/themes/metro/img/sprite/s_notice.svg new file mode 100644 index 0000000000..d43b61b27c --- /dev/null +++ b/public/themes/metro/img/sprite/s_notice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_okay.png b/public/themes/metro/img/sprite/s_okay.png similarity index 100% rename from public/themes/metro/img/s_okay.png rename to public/themes/metro/img/sprite/s_okay.png diff --git a/public/themes/metro/img/sprite/s_okay.svg b/public/themes/metro/img/sprite/s_okay.svg new file mode 100644 index 0000000000..318c151dc0 --- /dev/null +++ b/public/themes/metro/img/sprite/s_okay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_partialtext.png b/public/themes/metro/img/sprite/s_partialtext.png similarity index 100% rename from public/themes/metro/img/s_partialtext.png rename to public/themes/metro/img/sprite/s_partialtext.png diff --git a/public/themes/metro/img/sprite/s_partialtext.svg b/public/themes/metro/img/sprite/s_partialtext.svg new file mode 100644 index 0000000000..0d24cde380 --- /dev/null +++ b/public/themes/metro/img/sprite/s_partialtext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_passwd.png b/public/themes/metro/img/sprite/s_passwd.png similarity index 100% rename from public/themes/metro/img/s_passwd.png rename to public/themes/metro/img/sprite/s_passwd.png diff --git a/public/themes/metro/img/sprite/s_passwd.svg b/public/themes/metro/img/sprite/s_passwd.svg new file mode 100644 index 0000000000..964896df15 --- /dev/null +++ b/public/themes/metro/img/sprite/s_passwd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_process.png b/public/themes/metro/img/sprite/s_process.png similarity index 100% rename from public/themes/metro/img/s_process.png rename to public/themes/metro/img/sprite/s_process.png diff --git a/public/themes/metro/img/sprite/s_process.svg b/public/themes/metro/img/sprite/s_process.svg new file mode 100644 index 0000000000..5096458760 --- /dev/null +++ b/public/themes/metro/img/sprite/s_process.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_really.png b/public/themes/metro/img/sprite/s_really.png similarity index 100% rename from public/themes/metro/img/s_really.png rename to public/themes/metro/img/sprite/s_really.png diff --git a/public/themes/metro/img/sprite/s_really.svg b/public/themes/metro/img/sprite/s_really.svg new file mode 100644 index 0000000000..be8397e878 --- /dev/null +++ b/public/themes/metro/img/sprite/s_really.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_reload.png b/public/themes/metro/img/sprite/s_reload.png similarity index 100% rename from public/themes/metro/img/s_reload.png rename to public/themes/metro/img/sprite/s_reload.png diff --git a/public/themes/metro/img/sprite/s_reload.svg b/public/themes/metro/img/sprite/s_reload.svg new file mode 100644 index 0000000000..566652faed --- /dev/null +++ b/public/themes/metro/img/sprite/s_reload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_replication.png b/public/themes/metro/img/sprite/s_replication.png similarity index 100% rename from public/themes/metro/img/s_replication.png rename to public/themes/metro/img/sprite/s_replication.png diff --git a/public/themes/metro/img/sprite/s_replication.svg b/public/themes/metro/img/sprite/s_replication.svg new file mode 100644 index 0000000000..a65f66beff --- /dev/null +++ b/public/themes/metro/img/sprite/s_replication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_rights.png b/public/themes/metro/img/sprite/s_rights.png similarity index 100% rename from public/themes/metro/img/s_rights.png rename to public/themes/metro/img/sprite/s_rights.png diff --git a/public/themes/metro/img/sprite/s_rights.svg b/public/themes/metro/img/sprite/s_rights.svg new file mode 100644 index 0000000000..8c21f2848f --- /dev/null +++ b/public/themes/metro/img/sprite/s_rights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_sortable.png b/public/themes/metro/img/sprite/s_sortable.png similarity index 100% rename from public/themes/metro/img/s_sortable.png rename to public/themes/metro/img/sprite/s_sortable.png diff --git a/public/themes/metro/img/sprite/s_sortable.svg b/public/themes/metro/img/sprite/s_sortable.svg new file mode 100644 index 0000000000..84a3622139 --- /dev/null +++ b/public/themes/metro/img/sprite/s_sortable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_status.png b/public/themes/metro/img/sprite/s_status.png similarity index 100% rename from public/themes/metro/img/s_status.png rename to public/themes/metro/img/sprite/s_status.png diff --git a/public/themes/metro/img/sprite/s_status.svg b/public/themes/metro/img/sprite/s_status.svg new file mode 100644 index 0000000000..be3557eb68 --- /dev/null +++ b/public/themes/metro/img/sprite/s_status.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_success.png b/public/themes/metro/img/sprite/s_success.png similarity index 100% rename from public/themes/metro/img/s_success.png rename to public/themes/metro/img/sprite/s_success.png diff --git a/public/themes/metro/img/sprite/s_success.svg b/public/themes/metro/img/sprite/s_success.svg new file mode 100644 index 0000000000..20d13003cc --- /dev/null +++ b/public/themes/metro/img/sprite/s_success.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_sync.png b/public/themes/metro/img/sprite/s_sync.png similarity index 100% rename from public/themes/metro/img/s_sync.png rename to public/themes/metro/img/sprite/s_sync.png diff --git a/public/themes/metro/img/sprite/s_sync.svg b/public/themes/metro/img/sprite/s_sync.svg new file mode 100644 index 0000000000..f68cefe128 --- /dev/null +++ b/public/themes/metro/img/sprite/s_sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_tbl.png b/public/themes/metro/img/sprite/s_tbl.png similarity index 100% rename from public/themes/metro/img/s_tbl.png rename to public/themes/metro/img/sprite/s_tbl.png diff --git a/public/themes/metro/img/sprite/s_tbl.svg b/public/themes/metro/img/sprite/s_tbl.svg new file mode 100644 index 0000000000..c6f03cc5ae --- /dev/null +++ b/public/themes/metro/img/sprite/s_tbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_theme.png b/public/themes/metro/img/sprite/s_theme.png similarity index 100% rename from public/themes/metro/img/s_theme.png rename to public/themes/metro/img/sprite/s_theme.png diff --git a/public/themes/metro/img/sprite/s_theme.svg b/public/themes/metro/img/sprite/s_theme.svg new file mode 100644 index 0000000000..b637410af1 --- /dev/null +++ b/public/themes/metro/img/sprite/s_theme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/sprite/s_top.png b/public/themes/metro/img/sprite/s_top.png new file mode 100644 index 0000000000..00c9388435 Binary files /dev/null and b/public/themes/metro/img/sprite/s_top.png differ diff --git a/public/themes/metro/img/sprite/s_top.svg b/public/themes/metro/img/sprite/s_top.svg new file mode 100644 index 0000000000..415bce48ed --- /dev/null +++ b/public/themes/metro/img/sprite/s_top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_unlink.png b/public/themes/metro/img/sprite/s_unlink.png similarity index 100% rename from public/themes/metro/img/s_unlink.png rename to public/themes/metro/img/sprite/s_unlink.png diff --git a/public/themes/metro/img/sprite/s_unlink.svg b/public/themes/metro/img/sprite/s_unlink.svg new file mode 100644 index 0000000000..50958598f7 --- /dev/null +++ b/public/themes/metro/img/sprite/s_unlink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/lock_open.png b/public/themes/metro/img/sprite/s_unlock.png similarity index 100% rename from public/themes/metro/img/lock_open.png rename to public/themes/metro/img/sprite/s_unlock.png diff --git a/public/themes/metro/img/sprite/s_unlock.svg b/public/themes/metro/img/sprite/s_unlock.svg new file mode 100644 index 0000000000..dea3db3eef --- /dev/null +++ b/public/themes/metro/img/sprite/s_unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_vars.png b/public/themes/metro/img/sprite/s_vars.png similarity index 100% rename from public/themes/metro/img/s_vars.png rename to public/themes/metro/img/sprite/s_vars.png diff --git a/public/themes/metro/img/sprite/s_vars.svg b/public/themes/metro/img/sprite/s_vars.svg new file mode 100644 index 0000000000..a3b2f43f7f --- /dev/null +++ b/public/themes/metro/img/sprite/s_vars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/s_views.png b/public/themes/metro/img/sprite/s_views.png similarity index 100% rename from public/themes/metro/img/s_views.png rename to public/themes/metro/img/sprite/s_views.png diff --git a/public/themes/metro/img/sprite/s_views.svg b/public/themes/metro/img/sprite/s_views.svg new file mode 100644 index 0000000000..63e8c765dc --- /dev/null +++ b/public/themes/metro/img/sprite/s_views.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/show.png b/public/themes/metro/img/sprite/show.png similarity index 100% rename from public/themes/metro/img/show.png rename to public/themes/metro/img/sprite/show.png diff --git a/public/themes/metro/img/sprite/show.svg b/public/themes/metro/img/sprite/show.svg new file mode 100644 index 0000000000..06875bc900 --- /dev/null +++ b/public/themes/metro/img/sprite/show.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/img/window-new.png b/public/themes/metro/img/sprite/window-new.png similarity index 100% rename from public/themes/metro/img/window-new.png rename to public/themes/metro/img/sprite/window-new.png diff --git a/public/themes/metro/img/sprite/window-new.svg b/public/themes/metro/img/sprite/window-new.svg new file mode 100644 index 0000000000..2c514b9bd7 --- /dev/null +++ b/public/themes/metro/img/sprite/window-new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/metro/scss/_icons.scss b/public/themes/metro/scss/_icons.scss index 6b74201a63..22ac62a6f3 100644 --- a/public/themes/metro/scss/_icons.scss +++ b/public/themes/metro/scss/_icons.scss @@ -23,681 +23,21 @@ } } -.ic_asc_order { - background-image: url('../img/asc_order.png'); -} - -.ic_b_bookmark { - background-image: url('../img/b_bookmark.png'); -} - -.ic_b_browse { - background-image: url('../img/b_browse.png'); -} - -.ic_b_calendar { - background-image: url('../img/b_calendar.png'); -} - -.ic_b_chart { - background-image: url('../img/b_chart.png'); -} - -.ic_b_close { - background-image: url('../img/b_close.png'); -} - -.ic_b_column_add { - background-image: url('../img/b_column_add.png'); -} - -.ic_b_comment { - background-image: url('../img/b_comment.png'); -} - -.ic_b_dbstatistics { - background-image: url('../img/b_dbstatistics.png'); -} - -.ic_b_deltbl { - background-image: url('../img/b_deltbl.png'); -} - -.ic_b_docs { - background-image: url('../img/b_docs.png'); -} - -.ic_b_docsql { - background-image: url('../img/b_docsql.png'); -} - -.ic_b_drop { - background-image: url('../img/b_drop.png'); -} - -.ic_b_edit { - background-image: url('../img/b_edit.png'); -} - -.ic_b_empty { - background-image: url('../img/b_empty.png'); -} - -.ic_b_engine { - background-image: url('../img/b_engine.png'); -} - -.ic_b_event_add { - background-image: url('../img/b_event_add.png'); -} - -.ic_b_events { - background-image: url('../img/b_events.png'); -} - -.ic_b_export { - background-image: url('../img/b_export.png'); -} - -.ic_b_favorite { - background-image: url('../img/b_favorite.png'); -} - -.ic_b_find_replace { - background-image: url('../img/b_find_replace.png'); -} - -.ic_b_firstpage { - background-image: url('../img/b_firstpage.png'); -} - -.ic_b_ftext { - background-image: url('../img/b_ftext.png'); -} - -.ic_b_globe { - background-image: url('../img/b_globe.gif'); -} - -.ic_b_group { - background-image: url('../img/b_group.png'); -} - -.ic_b_help { - background-image: url('../img/b_help.png'); -} - -.ic_b_home { - background-image: url('../img/b_home.png'); -} - -.ic_b_import { - background-image: url('../img/b_import.png'); -} - -.ic_b_index { - background-image: url('../img/b_index.png'); -} - -.ic_b_index_add { - background-image: url('../img/b_index_add.png'); -} - -.ic_b_inline_edit { - background-image: url('../img/b_inline_edit.png'); -} - -.ic_b_insrow { - background-image: url('../img/b_insrow.png'); -} - -.ic_b_lastpage { - background-image: url('../img/b_lastpage.png'); -} - -.ic_b_minus { - background-image: url('../img/b_minus.png'); -} - -.ic_b_more { - background-image: url('../img/b_more.png'); -} - -.ic_b_move { - background-image: url('../img/b_move.png'); -} - -.ic_b_newdb { - background-image: url('../img/b_newdb.png'); -} - -.ic_db_drop { - background-image: url('../img/b_deltbl_white.png'); -} - -.ic_b_newtbl { - background-image: url('../img/b_newtbl.png'); -} - -.ic_b_nextpage { - background-image: url('../img/b_nextpage.png'); -} - -.ic_b_no_favorite { - background-image: url('../img/b_no_favorite.png'); -} - -.ic_b_pdfdoc { - background-image: url('../img/b_pdfdoc.png'); -} - -.ic_b_plugin { - background-image: url('../img/b_plugin.png'); -} - -.ic_b_plus { - background-image: url('../img/b_plus.png'); -} - -.ic_b_prevpage { - background-image: url('../img/b_prevpage.png'); -} - -.ic_b_primary { - background-image: url('../img/b_primary.png'); -} - -.ic_b_print { - background-image: url('../img/b_print.png'); -} - -.ic_b_props { - background-image: url('../img/b_props.png'); -} - -.ic_b_relations { - background-image: url('../img/b_relations.png'); -} - -.ic_b_report { - background-image: url('../img/b_report.png'); -} - -.ic_b_rename { - background-image: url('../img/b_rename.svg'); -} - -.ic_b_routine_add { - background-image: url('../img/b_routine_add.png'); -} - -.ic_b_routines { - background-image: url('../img/b_routines.png'); -} - -.ic_b_save { - background-image: url('../img/b_save.png'); -} - -.ic_b_saveimage { - background-image: url('../img/b_saveimage.png'); -} - -.ic_b_sbrowse { - background-image: url('../img/b_sbrowse.png'); -} - .ic_b_sdb { - background-image: url('../img/b_sdb.png'); width: 10px; height: 10px; } -.ic_b_search { - background-image: url('../img/b_search.png'); -} - -.ic_b_select { - background-image: url('../img/b_select.png'); -} - -.ic_b_snewtbl { - background-image: url('../img/b_snewtbl.png'); -} - -.ic_b_spatial { - background-image: url('../img/b_spatial.png'); -} - -.ic_b_sql { - background-image: url('../img/b_sql.png'); -} - -.ic_b_sqldoc { - background-image: url('../img/b_sqldoc.png'); -} - -.ic_b_sqlhelp { - background-image: url('../img/b_sqlhelp.png'); -} - -.ic_b_table_add { - background-image: url('../img/b_table_add.png'); -} - -.ic_b_tblanalyse { - background-image: url('../img/b_tblanalyse.png'); -} - -.ic_b_tblexport { - background-image: url('../img/b_tblexport.png'); -} - -.ic_b_tblimport { - background-image: url('../img/b_tblimport.png'); -} - -.ic_b_tblops { - background-image: url('../img/b_tblops.png'); -} - -.ic_b_tbloptimize { - background-image: url('../img/b_tbloptimize.png'); -} - -.ic_b_tipp { - background-image: url('../img/b_tipp.png'); -} - -.ic_b_trigger_add { - background-image: url('../img/b_trigger_add.png'); -} - -.ic_b_triggers { - background-image: url('../img/b_triggers.png'); -} - -.ic_b_undo { - background-image: url('../../pmahomme/img/b_undo.png'); -} - -.ic_b_unique { - background-image: url('../img/b_unique.png'); -} - -.ic_b_usradd { - background-image: url('../img/b_usradd.png'); -} - -.ic_b_usrcheck { - background-image: url('../img/b_usrcheck.png'); -} - -.ic_b_usrdrop { - background-image: url('../img/b_usrdrop.png'); -} - -.ic_b_usredit { - background-image: url('../img/b_usredit.png'); -} - -.ic_b_usrlist { - background-image: url('../img/b_usrlist.png'); -} - -.ic_b_versions { - background-image: url('../img/b_versions.png'); -} - -.ic_b_view { - background-image: url('../img/b_view.png'); -} - -.ic_b_view_add { - background-image: url('../img/b_view_add.png'); -} - -.ic_b_views { - background-image: url('../img/b_views.png'); -} - -.ic_bd_browse { - background-image: url('../img/bd_browse.png'); -} - -.ic_bd_deltbl { - background-image: url('../img/bd_deltbl.png'); -} - -.ic_bd_drop { - background-image: url('../img/bd_drop.png'); -} - -.ic_bd_edit { - background-image: url('../img/bd_edit.png'); -} - -.ic_bd_empty { - background-image: url('../img/bd_empty.png'); -} - -.ic_bd_export { - background-image: url('../img/bd_export.png'); -} - -.ic_bd_firstpage { - background-image: url('../img/bd_firstpage.png'); -} - -.ic_bd_ftext { - background-image: url('../img/bd_ftext.png'); -} - -.ic_bd_index { - background-image: url('../img/bd_index.png'); -} - -.ic_bd_insrow { - background-image: url('../img/bd_insrow.png'); -} - -.ic_bd_lastpage { - background-image: url('../img/bd_lastpage.png'); -} - -.ic_bd_nextpage { - background-image: url('../img/bd_nextpage.png'); -} - -.ic_bd_prevpage { - background-image: url('../img/bd_prevpage.png'); -} - -.ic_bd_primary { - background-image: url('../img/bd_primary.png'); -} - -.ic_bd_routine_add { - background-image: url('../img/bd_routine_add.png'); -} - -.ic_bd_sbrowse { - background-image: url('../img/bd_sbrowse.png'); -} - -.ic_bd_select { - background-image: url('../img/bd_select.png'); -} - -.ic_bd_spatial { - background-image: url('../img/bd_spatial.png'); -} - -.ic_bd_unique { - background-image: url('../img/bd_unique.png'); -} - -.ic_centralColumns { - background-image: url('../img/centralColumns.png'); -} - -.ic_centralColumns_add { - background-image: url('../img/centralColumns_add.png'); -} - -.ic_centralColumns_delete { - background-image: url('../img/centralColumns_delete.png'); -} - -.ic_col_drop { - background-image: url('../img/col_drop.png'); -} - -.ic_console { - background-image: url('../img/console.png'); -} - -.ic_database { - background-image: url('../img/database.png'); -} - -.ic_eye { - background-image: url('../img/eye.png'); -} - -.ic_eye_grey { - background-image: url('../img/eye_grey.png'); -} - -.ic_hide { - background-image: url('../img/hide.png'); -} - .ic_item { - background-image: url('../img/item.png'); width: 9px; height: 9px; } -.ic_lightbulb { - background-image: url('../img/lightbulb.png'); -} - -.ic_lightbulb_off { - background-image: url('../img/lightbulb_off.png'); -} - .ic_more { - background-image: url('../img/more.png'); width: 13px; } -.ic_new_data { - background-image: url('../img/new_data.png'); -} - -.ic_new_data_hovered { - background-image: url('../img/new_data_hovered.png'); -} - -.ic_new_data_selected { - background-image: url('../img/new_data_selected.png'); -} - -.ic_new_data_selected_hovered { - background-image: url('../img/new_data_selected_hovered.png'); -} - -.ic_new_struct { - background-image: url('../img/new_struct.png'); -} - -.ic_new_struct_hovered { - background-image: url('../img/new_struct_hovered.png'); -} - -.ic_new_struct_selected { - background-image: url('../img/new_struct_selected.png'); -} - -.ic_new_struct_selected_hovered { - background-image: url('../img/new_struct_selected_hovered.png'); -} - -.ic_normalize { - background-image: url('../img/normalize.png'); -} - -.ic_pause { - background-image: url('../img/pause.png'); -} - -.ic_php_sym { - background-image: url('../img/php_sym.png'); -} - -.ic_play { - background-image: url('../img/play.png'); -} - -.ic_s_asc { - background-image: url('../img/s_asc.png'); -} - -.ic_s_asci { - background-image: url('../img/s_asci.png'); -} - -.ic_s_attention { - background-image: url('../img/s_attention.png'); -} - -.ic_s_cancel { - background-image: url('../img/s_cancel.png'); -} - -.ic_s_cancel2 { - background-image: url('../img/s_cancel2.png'); -} - -.ic_s_cog { - background-image: url('../img/s_cog.png'); -} - -.ic_s_collapseall { - background-image: url('../img/s_collapseall.png'); -} - -.ic_s_db { - background-image: url('../img/s_db.png'); -} - -.ic_s_desc { - background-image: url('../img/s_desc.png'); -} - -.ic_s_error { - background-image: url('../img/s_error.png'); -} - -.ic_s_host { - background-image: url('../img/s_host.png'); -} - -.ic_s_info { - background-image: url('../img/s_info.png'); -} - -.ic_s_lang { - background-image: url('../img/s_lang.png'); -} - -.ic_s_link { - background-image: url('../img/s_link.png'); -} - -.ic_s_lock { - background-image: url('../img/s_lock.png'); -} - -.ic_s_unlock { - background-image: url('../img/lock_open.png'); -} - -.ic_s_loggoff { - background-image: url('../img/s_loggoff.png'); -} - -.ic_s_notice { - background-image: url('../img/s_notice.png'); -} - -.ic_s_okay { - background-image: url('../img/s_okay.png'); -} - -.ic_s_passwd { - background-image: url('../img/s_passwd.png'); -} - -.ic_s_process { - background-image: url('../img/s_process.png'); -} - .ic_s_really { - background-image: url('../img/s_really.png'); width: 11px; height: 11px; } - -.ic_s_reload { - background-image: url('../img/s_reload.png'); -} - -.ic_s_replication { - background-image: url('../img/s_replication.png'); -} - -.ic_s_rights { - background-image: url('../img/s_rights.png'); -} - -.ic_s_sortable { - background-image: url('../img/s_sortable.png'); -} - -.ic_s_status { - background-image: url('../img/s_status.png'); -} - -.ic_s_success { - background-image: url('../img/s_success.png'); -} - -.ic_s_sync { - background-image: url('../img/s_sync.png'); -} - -.ic_s_tbl { - background-image: url('../img/s_tbl.png'); -} - -.ic_s_theme { - background-image: url('../img/s_theme.png'); -} - -.ic_s_top { - background-image: url('../img/s_top.png'); -} - -.ic_s_unlink { - background-image: url('../img/s_unlink.png'); -} - -.ic_s_vars { - background-image: url('../img/s_vars.png'); -} - -.ic_s_views { - background-image: url('../img/s_views.png'); -} - -.ic_show { - background-image: url('../img/show.png'); -} - -.ic_window-new { - background-image: url('../img/window-new.png'); -} - -.ic_ajax_clock_small { - background-image: url('../img/ajax_clock_small.gif'); -} - -.ic_s_partialtext { - background-image: url('../img/s_partialtext.png'); -} - -.ic_s_fulltext { - background-image: url('../img/s_fulltext.png'); -} diff --git a/public/themes/metro/scss/_navigation.scss b/public/themes/metro/scss/_navigation.scss index f905ffc432..c6e065760d 100644 --- a/public/themes/metro/scss/_navigation.scss +++ b/public/themes/metro/scss/_navigation.scss @@ -120,7 +120,7 @@ } } -img { +.icon { &.ic_b_home, &.ic_s_loggoff, &.ic_b_docs, @@ -340,7 +340,7 @@ img { } } - img { + .icon { position: relative; top: -0.6em; left: 0; diff --git a/public/themes/original/img/icons.svg b/public/themes/original/img/icons.svg new file mode 100644 index 0000000000..5e84bef595 --- /dev/null +++ b/public/themes/original/img/icons.svg @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/original/img/ajax_clock_small.gif b/public/themes/original/img/sprite/ajax_clock_small.gif similarity index 100% rename from public/themes/original/img/ajax_clock_small.gif rename to public/themes/original/img/sprite/ajax_clock_small.gif diff --git a/public/themes/original/img/sprite/ajax_clock_small.svg b/public/themes/original/img/sprite/ajax_clock_small.svg new file mode 100644 index 0000000000..d5ad743de2 --- /dev/null +++ b/public/themes/original/img/sprite/ajax_clock_small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/asc_order.png b/public/themes/original/img/sprite/asc_order.png similarity index 100% rename from public/themes/pmahomme/img/asc_order.png rename to public/themes/original/img/sprite/asc_order.png diff --git a/public/themes/original/img/sprite/asc_order.svg b/public/themes/original/img/sprite/asc_order.svg new file mode 100644 index 0000000000..f68ed6278f --- /dev/null +++ b/public/themes/original/img/sprite/asc_order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_bookmark.png b/public/themes/original/img/sprite/b_bookmark.png similarity index 100% rename from public/themes/original/img/b_bookmark.png rename to public/themes/original/img/sprite/b_bookmark.png diff --git a/public/themes/original/img/sprite/b_bookmark.svg b/public/themes/original/img/sprite/b_bookmark.svg new file mode 100644 index 0000000000..d619ab6f1b --- /dev/null +++ b/public/themes/original/img/sprite/b_bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_browse.png b/public/themes/original/img/sprite/b_browse.png similarity index 100% rename from public/themes/original/img/b_browse.png rename to public/themes/original/img/sprite/b_browse.png diff --git a/public/themes/original/img/sprite/b_browse.svg b/public/themes/original/img/sprite/b_browse.svg new file mode 100644 index 0000000000..6e4f9d6f2f --- /dev/null +++ b/public/themes/original/img/sprite/b_browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_calendar.png b/public/themes/original/img/sprite/b_calendar.png similarity index 100% rename from public/themes/original/img/b_calendar.png rename to public/themes/original/img/sprite/b_calendar.png diff --git a/public/themes/original/img/sprite/b_calendar.svg b/public/themes/original/img/sprite/b_calendar.svg new file mode 100644 index 0000000000..1ad0ac3a5d --- /dev/null +++ b/public/themes/original/img/sprite/b_calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_chart.png b/public/themes/original/img/sprite/b_chart.png similarity index 100% rename from public/themes/original/img/b_chart.png rename to public/themes/original/img/sprite/b_chart.png diff --git a/public/themes/original/img/sprite/b_chart.svg b/public/themes/original/img/sprite/b_chart.svg new file mode 100644 index 0000000000..6b5bc3eab6 --- /dev/null +++ b/public/themes/original/img/sprite/b_chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_close.png b/public/themes/original/img/sprite/b_close.png similarity index 100% rename from public/themes/original/img/b_close.png rename to public/themes/original/img/sprite/b_close.png diff --git a/public/themes/original/img/sprite/b_close.svg b/public/themes/original/img/sprite/b_close.svg new file mode 100644 index 0000000000..18515dc24c --- /dev/null +++ b/public/themes/original/img/sprite/b_close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_column_add.png b/public/themes/original/img/sprite/b_column_add.png similarity index 100% rename from public/themes/original/img/b_column_add.png rename to public/themes/original/img/sprite/b_column_add.png diff --git a/public/themes/original/img/sprite/b_column_add.svg b/public/themes/original/img/sprite/b_column_add.svg new file mode 100644 index 0000000000..fcef3757e2 --- /dev/null +++ b/public/themes/original/img/sprite/b_column_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_comment.png b/public/themes/original/img/sprite/b_comment.png similarity index 100% rename from public/themes/original/img/b_comment.png rename to public/themes/original/img/sprite/b_comment.png diff --git a/public/themes/original/img/sprite/b_comment.svg b/public/themes/original/img/sprite/b_comment.svg new file mode 100644 index 0000000000..ad071f8d45 --- /dev/null +++ b/public/themes/original/img/sprite/b_comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_dbstatistics.png b/public/themes/original/img/sprite/b_dbstatistics.png similarity index 100% rename from public/themes/original/img/b_dbstatistics.png rename to public/themes/original/img/sprite/b_dbstatistics.png diff --git a/public/themes/original/img/sprite/b_dbstatistics.svg b/public/themes/original/img/sprite/b_dbstatistics.svg new file mode 100644 index 0000000000..9efc2480be --- /dev/null +++ b/public/themes/original/img/sprite/b_dbstatistics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_deltbl.png b/public/themes/original/img/sprite/b_deltbl.png similarity index 100% rename from public/themes/original/img/b_deltbl.png rename to public/themes/original/img/sprite/b_deltbl.png diff --git a/public/themes/original/img/sprite/b_deltbl.svg b/public/themes/original/img/sprite/b_deltbl.svg new file mode 100644 index 0000000000..c357de6b68 --- /dev/null +++ b/public/themes/original/img/sprite/b_deltbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_docs.png b/public/themes/original/img/sprite/b_docs.png similarity index 100% rename from public/themes/original/img/b_docs.png rename to public/themes/original/img/sprite/b_docs.png diff --git a/public/themes/original/img/sprite/b_docs.svg b/public/themes/original/img/sprite/b_docs.svg new file mode 100644 index 0000000000..8ef22699fb --- /dev/null +++ b/public/themes/original/img/sprite/b_docs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_docsql.png b/public/themes/original/img/sprite/b_docsql.png similarity index 100% rename from public/themes/pmahomme/img/b_docsql.png rename to public/themes/original/img/sprite/b_docsql.png diff --git a/public/themes/original/img/sprite/b_docsql.svg b/public/themes/original/img/sprite/b_docsql.svg new file mode 100644 index 0000000000..71428e8c81 --- /dev/null +++ b/public/themes/original/img/sprite/b_docsql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_drop.png b/public/themes/original/img/sprite/b_drop.png similarity index 100% rename from public/themes/original/img/b_drop.png rename to public/themes/original/img/sprite/b_drop.png diff --git a/public/themes/original/img/sprite/b_drop.svg b/public/themes/original/img/sprite/b_drop.svg new file mode 100644 index 0000000000..bf54ea66ac --- /dev/null +++ b/public/themes/original/img/sprite/b_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_edit.png b/public/themes/original/img/sprite/b_edit.png similarity index 100% rename from public/themes/original/img/b_edit.png rename to public/themes/original/img/sprite/b_edit.png diff --git a/public/themes/original/img/sprite/b_edit.svg b/public/themes/original/img/sprite/b_edit.svg new file mode 100644 index 0000000000..2881197f0a --- /dev/null +++ b/public/themes/original/img/sprite/b_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_empty.png b/public/themes/original/img/sprite/b_empty.png similarity index 100% rename from public/themes/original/img/b_empty.png rename to public/themes/original/img/sprite/b_empty.png diff --git a/public/themes/original/img/sprite/b_empty.svg b/public/themes/original/img/sprite/b_empty.svg new file mode 100644 index 0000000000..3990ec47c5 --- /dev/null +++ b/public/themes/original/img/sprite/b_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_engine.png b/public/themes/original/img/sprite/b_engine.png similarity index 100% rename from public/themes/original/img/b_engine.png rename to public/themes/original/img/sprite/b_engine.png diff --git a/public/themes/original/img/sprite/b_engine.svg b/public/themes/original/img/sprite/b_engine.svg new file mode 100644 index 0000000000..614b227649 --- /dev/null +++ b/public/themes/original/img/sprite/b_engine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_event_add.png b/public/themes/original/img/sprite/b_event_add.png similarity index 100% rename from public/themes/original/img/b_event_add.png rename to public/themes/original/img/sprite/b_event_add.png diff --git a/public/themes/original/img/sprite/b_event_add.svg b/public/themes/original/img/sprite/b_event_add.svg new file mode 100644 index 0000000000..db28d97414 --- /dev/null +++ b/public/themes/original/img/sprite/b_event_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_events.png b/public/themes/original/img/sprite/b_events.png similarity index 100% rename from public/themes/original/img/b_events.png rename to public/themes/original/img/sprite/b_events.png diff --git a/public/themes/original/img/sprite/b_events.svg b/public/themes/original/img/sprite/b_events.svg new file mode 100644 index 0000000000..30d864149a --- /dev/null +++ b/public/themes/original/img/sprite/b_events.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_export.png b/public/themes/original/img/sprite/b_export.png similarity index 100% rename from public/themes/original/img/b_export.png rename to public/themes/original/img/sprite/b_export.png diff --git a/public/themes/original/img/sprite/b_export.svg b/public/themes/original/img/sprite/b_export.svg new file mode 100644 index 0000000000..7ea001a671 --- /dev/null +++ b/public/themes/original/img/sprite/b_export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_favorite.png b/public/themes/original/img/sprite/b_favorite.png similarity index 100% rename from public/themes/original/img/b_favorite.png rename to public/themes/original/img/sprite/b_favorite.png diff --git a/public/themes/original/img/sprite/b_favorite.svg b/public/themes/original/img/sprite/b_favorite.svg new file mode 100644 index 0000000000..541003566d --- /dev/null +++ b/public/themes/original/img/sprite/b_favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_find_replace.png b/public/themes/original/img/sprite/b_find_replace.png similarity index 100% rename from public/themes/original/img/b_find_replace.png rename to public/themes/original/img/sprite/b_find_replace.png diff --git a/public/themes/original/img/sprite/b_find_replace.svg b/public/themes/original/img/sprite/b_find_replace.svg new file mode 100644 index 0000000000..0d98a2cfe0 --- /dev/null +++ b/public/themes/original/img/sprite/b_find_replace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_firstpage.png b/public/themes/original/img/sprite/b_firstpage.png similarity index 100% rename from public/themes/pmahomme/img/b_firstpage.png rename to public/themes/original/img/sprite/b_firstpage.png diff --git a/public/themes/original/img/sprite/b_firstpage.svg b/public/themes/original/img/sprite/b_firstpage.svg new file mode 100644 index 0000000000..d2e0f39403 --- /dev/null +++ b/public/themes/original/img/sprite/b_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_ftext.png b/public/themes/original/img/sprite/b_ftext.png similarity index 100% rename from public/themes/original/img/b_ftext.png rename to public/themes/original/img/sprite/b_ftext.png diff --git a/public/themes/original/img/sprite/b_ftext.svg b/public/themes/original/img/sprite/b_ftext.svg new file mode 100644 index 0000000000..ce0ce59c5f --- /dev/null +++ b/public/themes/original/img/sprite/b_ftext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_globe.gif b/public/themes/original/img/sprite/b_globe.gif similarity index 100% rename from public/themes/original/img/b_globe.gif rename to public/themes/original/img/sprite/b_globe.gif diff --git a/public/themes/original/img/sprite/b_globe.svg b/public/themes/original/img/sprite/b_globe.svg new file mode 100644 index 0000000000..331f5bb311 --- /dev/null +++ b/public/themes/original/img/sprite/b_globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_group.png b/public/themes/original/img/sprite/b_group.png similarity index 100% rename from public/themes/original/img/b_group.png rename to public/themes/original/img/sprite/b_group.png diff --git a/public/themes/original/img/sprite/b_group.svg b/public/themes/original/img/sprite/b_group.svg new file mode 100644 index 0000000000..862cde5b7b --- /dev/null +++ b/public/themes/original/img/sprite/b_group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_help.png b/public/themes/original/img/sprite/b_help.png similarity index 100% rename from public/themes/original/img/b_help.png rename to public/themes/original/img/sprite/b_help.png diff --git a/public/themes/original/img/sprite/b_help.svg b/public/themes/original/img/sprite/b_help.svg new file mode 100644 index 0000000000..609965885a --- /dev/null +++ b/public/themes/original/img/sprite/b_help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_home.png b/public/themes/original/img/sprite/b_home.png similarity index 100% rename from public/themes/original/img/b_home.png rename to public/themes/original/img/sprite/b_home.png diff --git a/public/themes/original/img/sprite/b_home.svg b/public/themes/original/img/sprite/b_home.svg new file mode 100644 index 0000000000..07783d1fe4 --- /dev/null +++ b/public/themes/original/img/sprite/b_home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_import.png b/public/themes/original/img/sprite/b_import.png similarity index 100% rename from public/themes/original/img/b_import.png rename to public/themes/original/img/sprite/b_import.png diff --git a/public/themes/original/img/sprite/b_import.svg b/public/themes/original/img/sprite/b_import.svg new file mode 100644 index 0000000000..b43d3c7a91 --- /dev/null +++ b/public/themes/original/img/sprite/b_import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_index.png b/public/themes/original/img/sprite/b_index.png similarity index 100% rename from public/themes/original/img/b_index.png rename to public/themes/original/img/sprite/b_index.png diff --git a/public/themes/original/img/sprite/b_index.svg b/public/themes/original/img/sprite/b_index.svg new file mode 100644 index 0000000000..bc4f981532 --- /dev/null +++ b/public/themes/original/img/sprite/b_index.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_index_add.png b/public/themes/original/img/sprite/b_index_add.png similarity index 100% rename from public/themes/original/img/b_index_add.png rename to public/themes/original/img/sprite/b_index_add.png diff --git a/public/themes/original/img/sprite/b_index_add.svg b/public/themes/original/img/sprite/b_index_add.svg new file mode 100644 index 0000000000..bd6957fb69 --- /dev/null +++ b/public/themes/original/img/sprite/b_index_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_inline_edit.png b/public/themes/original/img/sprite/b_inline_edit.png similarity index 100% rename from public/themes/original/img/b_inline_edit.png rename to public/themes/original/img/sprite/b_inline_edit.png diff --git a/public/themes/original/img/sprite/b_inline_edit.svg b/public/themes/original/img/sprite/b_inline_edit.svg new file mode 100644 index 0000000000..7a637f0a71 --- /dev/null +++ b/public/themes/original/img/sprite/b_inline_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_insrow.png b/public/themes/original/img/sprite/b_insrow.png similarity index 100% rename from public/themes/original/img/b_insrow.png rename to public/themes/original/img/sprite/b_insrow.png diff --git a/public/themes/original/img/sprite/b_insrow.svg b/public/themes/original/img/sprite/b_insrow.svg new file mode 100644 index 0000000000..0454a137a9 --- /dev/null +++ b/public/themes/original/img/sprite/b_insrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_lastpage.png b/public/themes/original/img/sprite/b_lastpage.png similarity index 100% rename from public/themes/pmahomme/img/b_lastpage.png rename to public/themes/original/img/sprite/b_lastpage.png diff --git a/public/themes/original/img/sprite/b_lastpage.svg b/public/themes/original/img/sprite/b_lastpage.svg new file mode 100644 index 0000000000..089af1aba6 --- /dev/null +++ b/public/themes/original/img/sprite/b_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_left.png b/public/themes/original/img/sprite/b_left.png similarity index 100% rename from public/themes/original/img/b_left.png rename to public/themes/original/img/sprite/b_left.png diff --git a/public/themes/original/img/sprite/b_left.svg b/public/themes/original/img/sprite/b_left.svg new file mode 100644 index 0000000000..2751b5a70f --- /dev/null +++ b/public/themes/original/img/sprite/b_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_minus.png b/public/themes/original/img/sprite/b_minus.png similarity index 100% rename from public/themes/original/img/b_minus.png rename to public/themes/original/img/sprite/b_minus.png diff --git a/public/themes/original/img/sprite/b_minus.svg b/public/themes/original/img/sprite/b_minus.svg new file mode 100644 index 0000000000..8ec808cebb --- /dev/null +++ b/public/themes/original/img/sprite/b_minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_more.png b/public/themes/original/img/sprite/b_more.png similarity index 100% rename from public/themes/original/img/b_more.png rename to public/themes/original/img/sprite/b_more.png diff --git a/public/themes/original/img/sprite/b_more.svg b/public/themes/original/img/sprite/b_more.svg new file mode 100644 index 0000000000..38f23438ea --- /dev/null +++ b/public/themes/original/img/sprite/b_more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_move.png b/public/themes/original/img/sprite/b_move.png similarity index 100% rename from public/themes/original/img/b_move.png rename to public/themes/original/img/sprite/b_move.png diff --git a/public/themes/original/img/sprite/b_move.svg b/public/themes/original/img/sprite/b_move.svg new file mode 100644 index 0000000000..838d7d7974 --- /dev/null +++ b/public/themes/original/img/sprite/b_move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_newdb.png b/public/themes/original/img/sprite/b_newdb.png similarity index 100% rename from public/themes/original/img/b_newdb.png rename to public/themes/original/img/sprite/b_newdb.png diff --git a/public/themes/original/img/sprite/b_newdb.svg b/public/themes/original/img/sprite/b_newdb.svg new file mode 100644 index 0000000000..78e28921c0 --- /dev/null +++ b/public/themes/original/img/sprite/b_newdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_newtbl.png b/public/themes/original/img/sprite/b_newtbl.png similarity index 100% rename from public/themes/original/img/b_newtbl.png rename to public/themes/original/img/sprite/b_newtbl.png diff --git a/public/themes/original/img/sprite/b_newtbl.svg b/public/themes/original/img/sprite/b_newtbl.svg new file mode 100644 index 0000000000..531abd443a --- /dev/null +++ b/public/themes/original/img/sprite/b_newtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_nextpage.png b/public/themes/original/img/sprite/b_nextpage.png similarity index 100% rename from public/themes/original/img/b_nextpage.png rename to public/themes/original/img/sprite/b_nextpage.png diff --git a/public/themes/original/img/sprite/b_nextpage.svg b/public/themes/original/img/sprite/b_nextpage.svg new file mode 100644 index 0000000000..4a96fb7946 --- /dev/null +++ b/public/themes/original/img/sprite/b_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_no_favorite.png b/public/themes/original/img/sprite/b_no_favorite.png similarity index 100% rename from public/themes/original/img/b_no_favorite.png rename to public/themes/original/img/sprite/b_no_favorite.png diff --git a/public/themes/original/img/sprite/b_no_favorite.svg b/public/themes/original/img/sprite/b_no_favorite.svg new file mode 100644 index 0000000000..ff33b7ae6b --- /dev/null +++ b/public/themes/original/img/sprite/b_no_favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_pdfdoc.png b/public/themes/original/img/sprite/b_pdfdoc.png similarity index 100% rename from public/themes/pmahomme/img/b_pdfdoc.png rename to public/themes/original/img/sprite/b_pdfdoc.png diff --git a/public/themes/original/img/sprite/b_pdfdoc.svg b/public/themes/original/img/sprite/b_pdfdoc.svg new file mode 100644 index 0000000000..5c32384d6b --- /dev/null +++ b/public/themes/original/img/sprite/b_pdfdoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_plugin.png b/public/themes/original/img/sprite/b_plugin.png similarity index 100% rename from public/themes/original/img/b_plugin.png rename to public/themes/original/img/sprite/b_plugin.png diff --git a/public/themes/original/img/sprite/b_plugin.svg b/public/themes/original/img/sprite/b_plugin.svg new file mode 100644 index 0000000000..4c0b8dbe4d --- /dev/null +++ b/public/themes/original/img/sprite/b_plugin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_plus.png b/public/themes/original/img/sprite/b_plus.png similarity index 100% rename from public/themes/original/img/b_plus.png rename to public/themes/original/img/sprite/b_plus.png diff --git a/public/themes/original/img/sprite/b_plus.svg b/public/themes/original/img/sprite/b_plus.svg new file mode 100644 index 0000000000..fdeec340ff --- /dev/null +++ b/public/themes/original/img/sprite/b_plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_prevpage.png b/public/themes/original/img/sprite/b_prevpage.png similarity index 100% rename from public/themes/pmahomme/img/b_prevpage.png rename to public/themes/original/img/sprite/b_prevpage.png diff --git a/public/themes/original/img/sprite/b_prevpage.svg b/public/themes/original/img/sprite/b_prevpage.svg new file mode 100644 index 0000000000..17e6745b1e --- /dev/null +++ b/public/themes/original/img/sprite/b_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_primary.png b/public/themes/original/img/sprite/b_primary.png similarity index 100% rename from public/themes/original/img/b_primary.png rename to public/themes/original/img/sprite/b_primary.png diff --git a/public/themes/original/img/sprite/b_primary.svg b/public/themes/original/img/sprite/b_primary.svg new file mode 100644 index 0000000000..e906975b2c --- /dev/null +++ b/public/themes/original/img/sprite/b_primary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_print.png b/public/themes/original/img/sprite/b_print.png similarity index 100% rename from public/themes/original/img/b_print.png rename to public/themes/original/img/sprite/b_print.png diff --git a/public/themes/original/img/sprite/b_print.svg b/public/themes/original/img/sprite/b_print.svg new file mode 100644 index 0000000000..5a1b1c476d --- /dev/null +++ b/public/themes/original/img/sprite/b_print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_props.png b/public/themes/original/img/sprite/b_props.png similarity index 100% rename from public/themes/original/img/b_props.png rename to public/themes/original/img/sprite/b_props.png diff --git a/public/themes/original/img/sprite/b_props.svg b/public/themes/original/img/sprite/b_props.svg new file mode 100644 index 0000000000..f93d2f48a9 --- /dev/null +++ b/public/themes/original/img/sprite/b_props.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_relations.png b/public/themes/original/img/sprite/b_relations.png similarity index 100% rename from public/themes/original/img/b_relations.png rename to public/themes/original/img/sprite/b_relations.png diff --git a/public/themes/original/img/sprite/b_relations.svg b/public/themes/original/img/sprite/b_relations.svg new file mode 100644 index 0000000000..dec8811b34 --- /dev/null +++ b/public/themes/original/img/sprite/b_relations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_rename.svg b/public/themes/original/img/sprite/b_rename.svg similarity index 100% rename from public/themes/original/img/b_rename.svg rename to public/themes/original/img/sprite/b_rename.svg diff --git a/public/themes/original/img/b_report.png b/public/themes/original/img/sprite/b_report.png similarity index 100% rename from public/themes/original/img/b_report.png rename to public/themes/original/img/sprite/b_report.png diff --git a/public/themes/original/img/sprite/b_report.svg b/public/themes/original/img/sprite/b_report.svg new file mode 100644 index 0000000000..7c26d60d27 --- /dev/null +++ b/public/themes/original/img/sprite/b_report.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_right.png b/public/themes/original/img/sprite/b_right.png similarity index 100% rename from public/themes/original/img/b_right.png rename to public/themes/original/img/sprite/b_right.png diff --git a/public/themes/original/img/sprite/b_right.svg b/public/themes/original/img/sprite/b_right.svg new file mode 100644 index 0000000000..9328fb6778 --- /dev/null +++ b/public/themes/original/img/sprite/b_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_routine_add.png b/public/themes/original/img/sprite/b_routine_add.png similarity index 100% rename from public/themes/original/img/b_routine_add.png rename to public/themes/original/img/sprite/b_routine_add.png diff --git a/public/themes/original/img/sprite/b_routine_add.svg b/public/themes/original/img/sprite/b_routine_add.svg new file mode 100644 index 0000000000..bae6b87a01 --- /dev/null +++ b/public/themes/original/img/sprite/b_routine_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_routines.png b/public/themes/original/img/sprite/b_routines.png similarity index 100% rename from public/themes/original/img/b_routines.png rename to public/themes/original/img/sprite/b_routines.png diff --git a/public/themes/original/img/sprite/b_routines.svg b/public/themes/original/img/sprite/b_routines.svg new file mode 100644 index 0000000000..b7bdf165ed --- /dev/null +++ b/public/themes/original/img/sprite/b_routines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_save.png b/public/themes/original/img/sprite/b_save.png similarity index 100% rename from public/themes/original/img/b_save.png rename to public/themes/original/img/sprite/b_save.png diff --git a/public/themes/original/img/sprite/b_save.svg b/public/themes/original/img/sprite/b_save.svg new file mode 100644 index 0000000000..40e995ded2 --- /dev/null +++ b/public/themes/original/img/sprite/b_save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_saveimage.png b/public/themes/original/img/sprite/b_saveimage.png similarity index 100% rename from public/themes/original/img/b_saveimage.png rename to public/themes/original/img/sprite/b_saveimage.png diff --git a/public/themes/original/img/sprite/b_saveimage.svg b/public/themes/original/img/sprite/b_saveimage.svg new file mode 100644 index 0000000000..998cf10ac1 --- /dev/null +++ b/public/themes/original/img/sprite/b_saveimage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_sbrowse.png b/public/themes/original/img/sprite/b_sbrowse.png similarity index 100% rename from public/themes/original/img/b_sbrowse.png rename to public/themes/original/img/sprite/b_sbrowse.png diff --git a/public/themes/original/img/sprite/b_sbrowse.svg b/public/themes/original/img/sprite/b_sbrowse.svg new file mode 100644 index 0000000000..23ab226c25 --- /dev/null +++ b/public/themes/original/img/sprite/b_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_sdb.png b/public/themes/original/img/sprite/b_sdb.png similarity index 100% rename from public/themes/pmahomme/img/b_sdb.png rename to public/themes/original/img/sprite/b_sdb.png diff --git a/public/themes/original/img/sprite/b_sdb.svg b/public/themes/original/img/sprite/b_sdb.svg new file mode 100644 index 0000000000..39730d8483 --- /dev/null +++ b/public/themes/original/img/sprite/b_sdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_search.png b/public/themes/original/img/sprite/b_search.png similarity index 100% rename from public/themes/original/img/b_search.png rename to public/themes/original/img/sprite/b_search.png diff --git a/public/themes/original/img/sprite/b_search.svg b/public/themes/original/img/sprite/b_search.svg new file mode 100644 index 0000000000..87c90219aa --- /dev/null +++ b/public/themes/original/img/sprite/b_search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_select.png b/public/themes/original/img/sprite/b_select.png similarity index 100% rename from public/themes/original/img/b_select.png rename to public/themes/original/img/sprite/b_select.png diff --git a/public/themes/original/img/sprite/b_select.svg b/public/themes/original/img/sprite/b_select.svg new file mode 100644 index 0000000000..7c880c2f64 --- /dev/null +++ b/public/themes/original/img/sprite/b_select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_snewtbl.png b/public/themes/original/img/sprite/b_snewtbl.png similarity index 100% rename from public/themes/original/img/b_snewtbl.png rename to public/themes/original/img/sprite/b_snewtbl.png diff --git a/public/themes/original/img/sprite/b_snewtbl.svg b/public/themes/original/img/sprite/b_snewtbl.svg new file mode 100644 index 0000000000..56983491fb --- /dev/null +++ b/public/themes/original/img/sprite/b_snewtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_spatial.png b/public/themes/original/img/sprite/b_spatial.png similarity index 100% rename from public/themes/original/img/b_spatial.png rename to public/themes/original/img/sprite/b_spatial.png diff --git a/public/themes/original/img/sprite/b_spatial.svg b/public/themes/original/img/sprite/b_spatial.svg new file mode 100644 index 0000000000..e5d808b6d6 --- /dev/null +++ b/public/themes/original/img/sprite/b_spatial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_sql.png b/public/themes/original/img/sprite/b_sql.png similarity index 100% rename from public/themes/original/img/b_sql.png rename to public/themes/original/img/sprite/b_sql.png diff --git a/public/themes/original/img/sprite/b_sql.svg b/public/themes/original/img/sprite/b_sql.svg new file mode 100644 index 0000000000..fdd103c749 --- /dev/null +++ b/public/themes/original/img/sprite/b_sql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_sqldoc.png b/public/themes/original/img/sprite/b_sqldoc.png similarity index 100% rename from public/themes/pmahomme/img/b_sqldoc.png rename to public/themes/original/img/sprite/b_sqldoc.png diff --git a/public/themes/original/img/sprite/b_sqldoc.svg b/public/themes/original/img/sprite/b_sqldoc.svg new file mode 100644 index 0000000000..e028bea523 --- /dev/null +++ b/public/themes/original/img/sprite/b_sqldoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_sqlhelp.png b/public/themes/original/img/sprite/b_sqlhelp.png similarity index 100% rename from public/themes/original/img/b_sqlhelp.png rename to public/themes/original/img/sprite/b_sqlhelp.png diff --git a/public/themes/original/img/sprite/b_sqlhelp.svg b/public/themes/original/img/sprite/b_sqlhelp.svg new file mode 100644 index 0000000000..032fe73f30 --- /dev/null +++ b/public/themes/original/img/sprite/b_sqlhelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_table_add.png b/public/themes/original/img/sprite/b_table_add.png similarity index 100% rename from public/themes/original/img/b_table_add.png rename to public/themes/original/img/sprite/b_table_add.png diff --git a/public/themes/original/img/sprite/b_table_add.svg b/public/themes/original/img/sprite/b_table_add.svg new file mode 100644 index 0000000000..ebafa23b81 --- /dev/null +++ b/public/themes/original/img/sprite/b_table_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_tblanalyse.png b/public/themes/original/img/sprite/b_tblanalyse.png similarity index 100% rename from public/themes/original/img/b_tblanalyse.png rename to public/themes/original/img/sprite/b_tblanalyse.png diff --git a/public/themes/original/img/sprite/b_tblanalyse.svg b/public/themes/original/img/sprite/b_tblanalyse.svg new file mode 100644 index 0000000000..8e945d69b4 --- /dev/null +++ b/public/themes/original/img/sprite/b_tblanalyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_tblexport.png b/public/themes/original/img/sprite/b_tblexport.png similarity index 100% rename from public/themes/original/img/b_tblexport.png rename to public/themes/original/img/sprite/b_tblexport.png diff --git a/public/themes/original/img/sprite/b_tblexport.svg b/public/themes/original/img/sprite/b_tblexport.svg new file mode 100644 index 0000000000..79a4b90797 --- /dev/null +++ b/public/themes/original/img/sprite/b_tblexport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_tblimport.png b/public/themes/original/img/sprite/b_tblimport.png similarity index 100% rename from public/themes/original/img/b_tblimport.png rename to public/themes/original/img/sprite/b_tblimport.png diff --git a/public/themes/original/img/sprite/b_tblimport.svg b/public/themes/original/img/sprite/b_tblimport.svg new file mode 100644 index 0000000000..a7f6ed5347 --- /dev/null +++ b/public/themes/original/img/sprite/b_tblimport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_tblops.png b/public/themes/original/img/sprite/b_tblops.png similarity index 100% rename from public/themes/original/img/b_tblops.png rename to public/themes/original/img/sprite/b_tblops.png diff --git a/public/themes/original/img/sprite/b_tblops.svg b/public/themes/original/img/sprite/b_tblops.svg new file mode 100644 index 0000000000..48b9ce66ec --- /dev/null +++ b/public/themes/original/img/sprite/b_tblops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_tbloptimize.png b/public/themes/original/img/sprite/b_tbloptimize.png similarity index 100% rename from public/themes/original/img/b_tbloptimize.png rename to public/themes/original/img/sprite/b_tbloptimize.png diff --git a/public/themes/original/img/sprite/b_tbloptimize.svg b/public/themes/original/img/sprite/b_tbloptimize.svg new file mode 100644 index 0000000000..d3af55e1f8 --- /dev/null +++ b/public/themes/original/img/sprite/b_tbloptimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_tipp.png b/public/themes/original/img/sprite/b_tipp.png similarity index 100% rename from public/themes/original/img/b_tipp.png rename to public/themes/original/img/sprite/b_tipp.png diff --git a/public/themes/original/img/sprite/b_tipp.svg b/public/themes/original/img/sprite/b_tipp.svg new file mode 100644 index 0000000000..50e3461e70 --- /dev/null +++ b/public/themes/original/img/sprite/b_tipp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_trigger_add.png b/public/themes/original/img/sprite/b_trigger_add.png similarity index 100% rename from public/themes/original/img/b_trigger_add.png rename to public/themes/original/img/sprite/b_trigger_add.png diff --git a/public/themes/original/img/sprite/b_trigger_add.svg b/public/themes/original/img/sprite/b_trigger_add.svg new file mode 100644 index 0000000000..8fcec35d51 --- /dev/null +++ b/public/themes/original/img/sprite/b_trigger_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_triggers.png b/public/themes/original/img/sprite/b_triggers.png similarity index 100% rename from public/themes/original/img/b_triggers.png rename to public/themes/original/img/sprite/b_triggers.png diff --git a/public/themes/original/img/sprite/b_triggers.svg b/public/themes/original/img/sprite/b_triggers.svg new file mode 100644 index 0000000000..95e820e314 --- /dev/null +++ b/public/themes/original/img/sprite/b_triggers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_undo.png b/public/themes/original/img/sprite/b_undo.png similarity index 100% rename from public/themes/pmahomme/img/b_undo.png rename to public/themes/original/img/sprite/b_undo.png diff --git a/public/themes/original/img/sprite/b_undo.svg b/public/themes/original/img/sprite/b_undo.svg new file mode 100644 index 0000000000..10ebd6f974 --- /dev/null +++ b/public/themes/original/img/sprite/b_undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_unique.png b/public/themes/original/img/sprite/b_unique.png similarity index 100% rename from public/themes/original/img/b_unique.png rename to public/themes/original/img/sprite/b_unique.png diff --git a/public/themes/original/img/sprite/b_unique.svg b/public/themes/original/img/sprite/b_unique.svg new file mode 100644 index 0000000000..39a9b28d55 --- /dev/null +++ b/public/themes/original/img/sprite/b_unique.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_usradd.png b/public/themes/original/img/sprite/b_usradd.png similarity index 100% rename from public/themes/original/img/b_usradd.png rename to public/themes/original/img/sprite/b_usradd.png diff --git a/public/themes/original/img/sprite/b_usradd.svg b/public/themes/original/img/sprite/b_usradd.svg new file mode 100644 index 0000000000..cbcd1f13b7 --- /dev/null +++ b/public/themes/original/img/sprite/b_usradd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_usrcheck.png b/public/themes/original/img/sprite/b_usrcheck.png similarity index 100% rename from public/themes/original/img/b_usrcheck.png rename to public/themes/original/img/sprite/b_usrcheck.png diff --git a/public/themes/original/img/sprite/b_usrcheck.svg b/public/themes/original/img/sprite/b_usrcheck.svg new file mode 100644 index 0000000000..409de881f6 --- /dev/null +++ b/public/themes/original/img/sprite/b_usrcheck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_usrdrop.png b/public/themes/original/img/sprite/b_usrdrop.png similarity index 100% rename from public/themes/original/img/b_usrdrop.png rename to public/themes/original/img/sprite/b_usrdrop.png diff --git a/public/themes/original/img/sprite/b_usrdrop.svg b/public/themes/original/img/sprite/b_usrdrop.svg new file mode 100644 index 0000000000..09b29d968e --- /dev/null +++ b/public/themes/original/img/sprite/b_usrdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_usredit.png b/public/themes/original/img/sprite/b_usredit.png similarity index 100% rename from public/themes/original/img/b_usredit.png rename to public/themes/original/img/sprite/b_usredit.png diff --git a/public/themes/original/img/sprite/b_usredit.svg b/public/themes/original/img/sprite/b_usredit.svg new file mode 100644 index 0000000000..e1778accf7 --- /dev/null +++ b/public/themes/original/img/sprite/b_usredit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_usrlist.png b/public/themes/original/img/sprite/b_usrlist.png similarity index 100% rename from public/themes/original/img/b_usrlist.png rename to public/themes/original/img/sprite/b_usrlist.png diff --git a/public/themes/original/img/sprite/b_usrlist.svg b/public/themes/original/img/sprite/b_usrlist.svg new file mode 100644 index 0000000000..f8f2ad4863 --- /dev/null +++ b/public/themes/original/img/sprite/b_usrlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_versions.png b/public/themes/original/img/sprite/b_versions.png similarity index 100% rename from public/themes/original/img/b_versions.png rename to public/themes/original/img/sprite/b_versions.png diff --git a/public/themes/original/img/sprite/b_versions.svg b/public/themes/original/img/sprite/b_versions.svg new file mode 100644 index 0000000000..97ea596b82 --- /dev/null +++ b/public/themes/original/img/sprite/b_versions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_view.png b/public/themes/original/img/sprite/b_view.png similarity index 100% rename from public/themes/original/img/b_view.png rename to public/themes/original/img/sprite/b_view.png diff --git a/public/themes/original/img/sprite/b_view.svg b/public/themes/original/img/sprite/b_view.svg new file mode 100644 index 0000000000..ee48c77e3b --- /dev/null +++ b/public/themes/original/img/sprite/b_view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_view_add.png b/public/themes/original/img/sprite/b_view_add.png similarity index 100% rename from public/themes/original/img/b_view_add.png rename to public/themes/original/img/sprite/b_view_add.png diff --git a/public/themes/original/img/sprite/b_view_add.svg b/public/themes/original/img/sprite/b_view_add.svg new file mode 100644 index 0000000000..d9f05392cb --- /dev/null +++ b/public/themes/original/img/sprite/b_view_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/b_views.png b/public/themes/original/img/sprite/b_views.png similarity index 100% rename from public/themes/original/img/b_views.png rename to public/themes/original/img/sprite/b_views.png diff --git a/public/themes/original/img/sprite/b_views.svg b/public/themes/original/img/sprite/b_views.svg new file mode 100644 index 0000000000..2bb4fb99af --- /dev/null +++ b/public/themes/original/img/sprite/b_views.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_browse.png b/public/themes/original/img/sprite/bd_browse.png similarity index 100% rename from public/themes/original/img/bd_browse.png rename to public/themes/original/img/sprite/bd_browse.png diff --git a/public/themes/original/img/sprite/bd_browse.svg b/public/themes/original/img/sprite/bd_browse.svg new file mode 100644 index 0000000000..a52cbda542 --- /dev/null +++ b/public/themes/original/img/sprite/bd_browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_deltbl.png b/public/themes/original/img/sprite/bd_deltbl.png similarity index 100% rename from public/themes/original/img/bd_deltbl.png rename to public/themes/original/img/sprite/bd_deltbl.png diff --git a/public/themes/original/img/sprite/bd_deltbl.svg b/public/themes/original/img/sprite/bd_deltbl.svg new file mode 100644 index 0000000000..c8ab6fffe2 --- /dev/null +++ b/public/themes/original/img/sprite/bd_deltbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_drop.png b/public/themes/original/img/sprite/bd_drop.png similarity index 100% rename from public/themes/original/img/bd_drop.png rename to public/themes/original/img/sprite/bd_drop.png diff --git a/public/themes/original/img/sprite/bd_drop.svg b/public/themes/original/img/sprite/bd_drop.svg new file mode 100644 index 0000000000..65afaf841f --- /dev/null +++ b/public/themes/original/img/sprite/bd_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_edit.png b/public/themes/original/img/sprite/bd_edit.png similarity index 100% rename from public/themes/original/img/bd_edit.png rename to public/themes/original/img/sprite/bd_edit.png diff --git a/public/themes/original/img/sprite/bd_edit.svg b/public/themes/original/img/sprite/bd_edit.svg new file mode 100644 index 0000000000..96d9d40efc --- /dev/null +++ b/public/themes/original/img/sprite/bd_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_empty.png b/public/themes/original/img/sprite/bd_empty.png similarity index 100% rename from public/themes/original/img/bd_empty.png rename to public/themes/original/img/sprite/bd_empty.png diff --git a/public/themes/original/img/sprite/bd_empty.svg b/public/themes/original/img/sprite/bd_empty.svg new file mode 100644 index 0000000000..5373b10a9f --- /dev/null +++ b/public/themes/original/img/sprite/bd_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_export.png b/public/themes/original/img/sprite/bd_export.png similarity index 100% rename from public/themes/original/img/bd_export.png rename to public/themes/original/img/sprite/bd_export.png diff --git a/public/themes/original/img/sprite/bd_export.svg b/public/themes/original/img/sprite/bd_export.svg new file mode 100644 index 0000000000..636c8511ec --- /dev/null +++ b/public/themes/original/img/sprite/bd_export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_firstpage.png b/public/themes/original/img/sprite/bd_firstpage.png similarity index 100% rename from public/themes/pmahomme/img/bd_firstpage.png rename to public/themes/original/img/sprite/bd_firstpage.png diff --git a/public/themes/original/img/sprite/bd_firstpage.svg b/public/themes/original/img/sprite/bd_firstpage.svg new file mode 100644 index 0000000000..22bd6f5587 --- /dev/null +++ b/public/themes/original/img/sprite/bd_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_ftext.png b/public/themes/original/img/sprite/bd_ftext.png similarity index 100% rename from public/themes/original/img/bd_ftext.png rename to public/themes/original/img/sprite/bd_ftext.png diff --git a/public/themes/original/img/sprite/bd_ftext.svg b/public/themes/original/img/sprite/bd_ftext.svg new file mode 100644 index 0000000000..c6858b3a84 --- /dev/null +++ b/public/themes/original/img/sprite/bd_ftext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_index.png b/public/themes/original/img/sprite/bd_index.png similarity index 100% rename from public/themes/original/img/bd_index.png rename to public/themes/original/img/sprite/bd_index.png diff --git a/public/themes/original/img/sprite/bd_index.svg b/public/themes/original/img/sprite/bd_index.svg new file mode 100644 index 0000000000..d4f7b70e09 --- /dev/null +++ b/public/themes/original/img/sprite/bd_index.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_insrow.png b/public/themes/original/img/sprite/bd_insrow.png similarity index 100% rename from public/themes/original/img/bd_insrow.png rename to public/themes/original/img/sprite/bd_insrow.png diff --git a/public/themes/original/img/sprite/bd_insrow.svg b/public/themes/original/img/sprite/bd_insrow.svg new file mode 100644 index 0000000000..bc43e2c1fa --- /dev/null +++ b/public/themes/original/img/sprite/bd_insrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_lastpage.png b/public/themes/original/img/sprite/bd_lastpage.png similarity index 100% rename from public/themes/pmahomme/img/bd_lastpage.png rename to public/themes/original/img/sprite/bd_lastpage.png diff --git a/public/themes/original/img/sprite/bd_lastpage.svg b/public/themes/original/img/sprite/bd_lastpage.svg new file mode 100644 index 0000000000..058ac3da3c --- /dev/null +++ b/public/themes/original/img/sprite/bd_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_nextpage.png b/public/themes/original/img/sprite/bd_nextpage.png similarity index 100% rename from public/themes/original/img/bd_nextpage.png rename to public/themes/original/img/sprite/bd_nextpage.png diff --git a/public/themes/original/img/sprite/bd_nextpage.svg b/public/themes/original/img/sprite/bd_nextpage.svg new file mode 100644 index 0000000000..674dde4c45 --- /dev/null +++ b/public/themes/original/img/sprite/bd_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_prevpage.png b/public/themes/original/img/sprite/bd_prevpage.png similarity index 100% rename from public/themes/pmahomme/img/bd_prevpage.png rename to public/themes/original/img/sprite/bd_prevpage.png diff --git a/public/themes/original/img/sprite/bd_prevpage.svg b/public/themes/original/img/sprite/bd_prevpage.svg new file mode 100644 index 0000000000..32d1405e8e --- /dev/null +++ b/public/themes/original/img/sprite/bd_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_primary.png b/public/themes/original/img/sprite/bd_primary.png similarity index 100% rename from public/themes/original/img/bd_primary.png rename to public/themes/original/img/sprite/bd_primary.png diff --git a/public/themes/original/img/sprite/bd_primary.svg b/public/themes/original/img/sprite/bd_primary.svg new file mode 100644 index 0000000000..06ea8bc2f8 --- /dev/null +++ b/public/themes/original/img/sprite/bd_primary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_routine_add.png b/public/themes/original/img/sprite/bd_routine_add.png similarity index 100% rename from public/themes/original/img/bd_routine_add.png rename to public/themes/original/img/sprite/bd_routine_add.png diff --git a/public/themes/original/img/sprite/bd_routine_add.svg b/public/themes/original/img/sprite/bd_routine_add.svg new file mode 100644 index 0000000000..e4b8792fce --- /dev/null +++ b/public/themes/original/img/sprite/bd_routine_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_sbrowse.png b/public/themes/original/img/sprite/bd_sbrowse.png similarity index 100% rename from public/themes/original/img/bd_sbrowse.png rename to public/themes/original/img/sprite/bd_sbrowse.png diff --git a/public/themes/original/img/sprite/bd_sbrowse.svg b/public/themes/original/img/sprite/bd_sbrowse.svg new file mode 100644 index 0000000000..868deff361 --- /dev/null +++ b/public/themes/original/img/sprite/bd_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_select.png b/public/themes/original/img/sprite/bd_select.png similarity index 100% rename from public/themes/original/img/bd_select.png rename to public/themes/original/img/sprite/bd_select.png diff --git a/public/themes/original/img/sprite/bd_select.svg b/public/themes/original/img/sprite/bd_select.svg new file mode 100644 index 0000000000..0f1aceb394 --- /dev/null +++ b/public/themes/original/img/sprite/bd_select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_spatial.png b/public/themes/original/img/sprite/bd_spatial.png similarity index 100% rename from public/themes/original/img/bd_spatial.png rename to public/themes/original/img/sprite/bd_spatial.png diff --git a/public/themes/original/img/sprite/bd_spatial.svg b/public/themes/original/img/sprite/bd_spatial.svg new file mode 100644 index 0000000000..c3d9df0f18 --- /dev/null +++ b/public/themes/original/img/sprite/bd_spatial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/bd_unique.png b/public/themes/original/img/sprite/bd_unique.png similarity index 100% rename from public/themes/original/img/bd_unique.png rename to public/themes/original/img/sprite/bd_unique.png diff --git a/public/themes/original/img/sprite/bd_unique.svg b/public/themes/original/img/sprite/bd_unique.svg new file mode 100644 index 0000000000..243166b02a --- /dev/null +++ b/public/themes/original/img/sprite/bd_unique.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/centralColumns.png b/public/themes/original/img/sprite/centralColumns.png similarity index 100% rename from public/themes/original/img/centralColumns.png rename to public/themes/original/img/sprite/centralColumns.png diff --git a/public/themes/original/img/sprite/centralColumns.svg b/public/themes/original/img/sprite/centralColumns.svg new file mode 100644 index 0000000000..68cf2526e8 --- /dev/null +++ b/public/themes/original/img/sprite/centralColumns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/centralColumns_add.png b/public/themes/original/img/sprite/centralColumns_add.png similarity index 100% rename from public/themes/original/img/centralColumns_add.png rename to public/themes/original/img/sprite/centralColumns_add.png diff --git a/public/themes/original/img/sprite/centralColumns_add.svg b/public/themes/original/img/sprite/centralColumns_add.svg new file mode 100644 index 0000000000..331b0da741 --- /dev/null +++ b/public/themes/original/img/sprite/centralColumns_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/centralColumns_delete.png b/public/themes/original/img/sprite/centralColumns_delete.png similarity index 100% rename from public/themes/original/img/centralColumns_delete.png rename to public/themes/original/img/sprite/centralColumns_delete.png diff --git a/public/themes/original/img/sprite/centralColumns_delete.svg b/public/themes/original/img/sprite/centralColumns_delete.svg new file mode 100644 index 0000000000..023048b17c --- /dev/null +++ b/public/themes/original/img/sprite/centralColumns_delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/col_drop.png b/public/themes/original/img/sprite/col_drop.png similarity index 100% rename from public/themes/original/img/col_drop.png rename to public/themes/original/img/sprite/col_drop.png diff --git a/public/themes/original/img/sprite/col_drop.svg b/public/themes/original/img/sprite/col_drop.svg new file mode 100644 index 0000000000..a515e93259 --- /dev/null +++ b/public/themes/original/img/sprite/col_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/console.png b/public/themes/original/img/sprite/console.png similarity index 100% rename from public/themes/original/img/console.png rename to public/themes/original/img/sprite/console.png diff --git a/public/themes/original/img/sprite/console.svg b/public/themes/original/img/sprite/console.svg new file mode 100644 index 0000000000..8322399c46 --- /dev/null +++ b/public/themes/original/img/sprite/console.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/database.png b/public/themes/original/img/sprite/database.png similarity index 100% rename from public/themes/pmahomme/img/database.png rename to public/themes/original/img/sprite/database.png diff --git a/public/themes/original/img/sprite/database.svg b/public/themes/original/img/sprite/database.svg new file mode 100644 index 0000000000..600dfe3677 --- /dev/null +++ b/public/themes/original/img/sprite/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/sprite/db_drop.png b/public/themes/original/img/sprite/db_drop.png new file mode 100644 index 0000000000..2144bce45e Binary files /dev/null and b/public/themes/original/img/sprite/db_drop.png differ diff --git a/public/themes/original/img/sprite/db_drop.svg b/public/themes/original/img/sprite/db_drop.svg new file mode 100644 index 0000000000..2811c8ce04 --- /dev/null +++ b/public/themes/original/img/sprite/db_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/eye.png b/public/themes/original/img/sprite/eye.png similarity index 100% rename from public/themes/original/img/eye.png rename to public/themes/original/img/sprite/eye.png diff --git a/public/themes/original/img/sprite/eye.svg b/public/themes/original/img/sprite/eye.svg new file mode 100644 index 0000000000..06e81d9aa4 --- /dev/null +++ b/public/themes/original/img/sprite/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/eye_grey.png b/public/themes/original/img/sprite/eye_grey.png similarity index 100% rename from public/themes/original/img/eye_grey.png rename to public/themes/original/img/sprite/eye_grey.png diff --git a/public/themes/original/img/sprite/eye_grey.svg b/public/themes/original/img/sprite/eye_grey.svg new file mode 100644 index 0000000000..a0f4b87a1c --- /dev/null +++ b/public/themes/original/img/sprite/eye_grey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/hide.png b/public/themes/original/img/sprite/hide.png similarity index 100% rename from public/themes/original/img/hide.png rename to public/themes/original/img/sprite/hide.png diff --git a/public/themes/original/img/sprite/hide.svg b/public/themes/original/img/sprite/hide.svg new file mode 100644 index 0000000000..7385051748 --- /dev/null +++ b/public/themes/original/img/sprite/hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/item.png b/public/themes/original/img/sprite/item.png similarity index 100% rename from public/themes/pmahomme/img/item.png rename to public/themes/original/img/sprite/item.png diff --git a/public/themes/original/img/sprite/item.svg b/public/themes/original/img/sprite/item.svg new file mode 100644 index 0000000000..0342643015 --- /dev/null +++ b/public/themes/original/img/sprite/item.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/lightbulb.png b/public/themes/original/img/sprite/lightbulb.png similarity index 100% rename from public/themes/original/img/lightbulb.png rename to public/themes/original/img/sprite/lightbulb.png diff --git a/public/themes/original/img/sprite/lightbulb.svg b/public/themes/original/img/sprite/lightbulb.svg new file mode 100644 index 0000000000..5b6219e598 --- /dev/null +++ b/public/themes/original/img/sprite/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/lightbulb_off.png b/public/themes/original/img/sprite/lightbulb_off.png similarity index 100% rename from public/themes/original/img/lightbulb_off.png rename to public/themes/original/img/sprite/lightbulb_off.png diff --git a/public/themes/original/img/sprite/lightbulb_off.svg b/public/themes/original/img/sprite/lightbulb_off.svg new file mode 100644 index 0000000000..3d7116e063 --- /dev/null +++ b/public/themes/original/img/sprite/lightbulb_off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/more.png b/public/themes/original/img/sprite/more.png similarity index 100% rename from public/themes/original/img/more.png rename to public/themes/original/img/sprite/more.png diff --git a/public/themes/original/img/sprite/more.svg b/public/themes/original/img/sprite/more.svg new file mode 100644 index 0000000000..a7b902e062 --- /dev/null +++ b/public/themes/original/img/sprite/more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_data.png b/public/themes/original/img/sprite/new_data.png similarity index 100% rename from public/themes/original/img/new_data.png rename to public/themes/original/img/sprite/new_data.png diff --git a/public/themes/original/img/sprite/new_data.svg b/public/themes/original/img/sprite/new_data.svg new file mode 100644 index 0000000000..32d4d529ad --- /dev/null +++ b/public/themes/original/img/sprite/new_data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_data_hovered.png b/public/themes/original/img/sprite/new_data_hovered.png similarity index 100% rename from public/themes/original/img/new_data_hovered.png rename to public/themes/original/img/sprite/new_data_hovered.png diff --git a/public/themes/original/img/sprite/new_data_hovered.svg b/public/themes/original/img/sprite/new_data_hovered.svg new file mode 100644 index 0000000000..2d5365ec24 --- /dev/null +++ b/public/themes/original/img/sprite/new_data_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_data_selected.png b/public/themes/original/img/sprite/new_data_selected.png similarity index 100% rename from public/themes/original/img/new_data_selected.png rename to public/themes/original/img/sprite/new_data_selected.png diff --git a/public/themes/original/img/sprite/new_data_selected.svg b/public/themes/original/img/sprite/new_data_selected.svg new file mode 100644 index 0000000000..cfd2563e3c --- /dev/null +++ b/public/themes/original/img/sprite/new_data_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_data_selected_hovered.png b/public/themes/original/img/sprite/new_data_selected_hovered.png similarity index 100% rename from public/themes/original/img/new_data_selected_hovered.png rename to public/themes/original/img/sprite/new_data_selected_hovered.png diff --git a/public/themes/original/img/sprite/new_data_selected_hovered.svg b/public/themes/original/img/sprite/new_data_selected_hovered.svg new file mode 100644 index 0000000000..ff8a524dd7 --- /dev/null +++ b/public/themes/original/img/sprite/new_data_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_struct.png b/public/themes/original/img/sprite/new_struct.png similarity index 100% rename from public/themes/original/img/new_struct.png rename to public/themes/original/img/sprite/new_struct.png diff --git a/public/themes/original/img/sprite/new_struct.svg b/public/themes/original/img/sprite/new_struct.svg new file mode 100644 index 0000000000..f080451b8a --- /dev/null +++ b/public/themes/original/img/sprite/new_struct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_struct_hovered.png b/public/themes/original/img/sprite/new_struct_hovered.png similarity index 100% rename from public/themes/original/img/new_struct_hovered.png rename to public/themes/original/img/sprite/new_struct_hovered.png diff --git a/public/themes/original/img/sprite/new_struct_hovered.svg b/public/themes/original/img/sprite/new_struct_hovered.svg new file mode 100644 index 0000000000..33c327f5a6 --- /dev/null +++ b/public/themes/original/img/sprite/new_struct_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_struct_selected.png b/public/themes/original/img/sprite/new_struct_selected.png similarity index 100% rename from public/themes/original/img/new_struct_selected.png rename to public/themes/original/img/sprite/new_struct_selected.png diff --git a/public/themes/original/img/sprite/new_struct_selected.svg b/public/themes/original/img/sprite/new_struct_selected.svg new file mode 100644 index 0000000000..7ce9e02f77 --- /dev/null +++ b/public/themes/original/img/sprite/new_struct_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/new_struct_selected_hovered.png b/public/themes/original/img/sprite/new_struct_selected_hovered.png similarity index 100% rename from public/themes/original/img/new_struct_selected_hovered.png rename to public/themes/original/img/sprite/new_struct_selected_hovered.png diff --git a/public/themes/original/img/sprite/new_struct_selected_hovered.svg b/public/themes/original/img/sprite/new_struct_selected_hovered.svg new file mode 100644 index 0000000000..71cf86a7fb --- /dev/null +++ b/public/themes/original/img/sprite/new_struct_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/normalize.png b/public/themes/original/img/sprite/normalize.png similarity index 100% rename from public/themes/original/img/normalize.png rename to public/themes/original/img/sprite/normalize.png diff --git a/public/themes/original/img/sprite/normalize.svg b/public/themes/original/img/sprite/normalize.svg new file mode 100644 index 0000000000..96d7c7da53 --- /dev/null +++ b/public/themes/original/img/sprite/normalize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/pause.png b/public/themes/original/img/sprite/pause.png similarity index 100% rename from public/themes/original/img/pause.png rename to public/themes/original/img/sprite/pause.png diff --git a/public/themes/original/img/sprite/pause.svg b/public/themes/original/img/sprite/pause.svg new file mode 100644 index 0000000000..21a01ef988 --- /dev/null +++ b/public/themes/original/img/sprite/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/php_sym.png b/public/themes/original/img/sprite/php_sym.png similarity index 100% rename from public/themes/pmahomme/img/php_sym.png rename to public/themes/original/img/sprite/php_sym.png diff --git a/public/themes/original/img/sprite/php_sym.svg b/public/themes/original/img/sprite/php_sym.svg new file mode 100644 index 0000000000..745f036158 --- /dev/null +++ b/public/themes/original/img/sprite/php_sym.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/play.png b/public/themes/original/img/sprite/play.png similarity index 100% rename from public/themes/original/img/play.png rename to public/themes/original/img/sprite/play.png diff --git a/public/themes/original/img/sprite/play.svg b/public/themes/original/img/sprite/play.svg new file mode 100644 index 0000000000..1e5eda9e38 --- /dev/null +++ b/public/themes/original/img/sprite/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_asc.png b/public/themes/original/img/sprite/s_asc.png similarity index 100% rename from public/themes/original/img/s_asc.png rename to public/themes/original/img/sprite/s_asc.png diff --git a/public/themes/original/img/sprite/s_asc.svg b/public/themes/original/img/sprite/s_asc.svg new file mode 100644 index 0000000000..3bb13d2ba7 --- /dev/null +++ b/public/themes/original/img/sprite/s_asc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_asci.png b/public/themes/original/img/sprite/s_asci.png similarity index 100% rename from public/themes/original/img/s_asci.png rename to public/themes/original/img/sprite/s_asci.png diff --git a/public/themes/original/img/sprite/s_asci.svg b/public/themes/original/img/sprite/s_asci.svg new file mode 100644 index 0000000000..178bbb52b5 --- /dev/null +++ b/public/themes/original/img/sprite/s_asci.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_attention.png b/public/themes/original/img/sprite/s_attention.png similarity index 100% rename from public/themes/original/img/s_attention.png rename to public/themes/original/img/sprite/s_attention.png diff --git a/public/themes/original/img/sprite/s_attention.svg b/public/themes/original/img/sprite/s_attention.svg new file mode 100644 index 0000000000..44897cf52e --- /dev/null +++ b/public/themes/original/img/sprite/s_attention.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_cancel.png b/public/themes/original/img/sprite/s_cancel.png similarity index 100% rename from public/themes/original/img/s_cancel.png rename to public/themes/original/img/sprite/s_cancel.png diff --git a/public/themes/original/img/sprite/s_cancel.svg b/public/themes/original/img/sprite/s_cancel.svg new file mode 100644 index 0000000000..9dfa50ccb2 --- /dev/null +++ b/public/themes/original/img/sprite/s_cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_cancel2.png b/public/themes/original/img/sprite/s_cancel2.png similarity index 100% rename from public/themes/pmahomme/img/s_cancel2.png rename to public/themes/original/img/sprite/s_cancel2.png diff --git a/public/themes/original/img/sprite/s_cancel2.svg b/public/themes/original/img/sprite/s_cancel2.svg new file mode 100644 index 0000000000..f5f44720f9 --- /dev/null +++ b/public/themes/original/img/sprite/s_cancel2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_cog.png b/public/themes/original/img/sprite/s_cog.png similarity index 100% rename from public/themes/original/img/s_cog.png rename to public/themes/original/img/sprite/s_cog.png diff --git a/public/themes/original/img/sprite/s_cog.svg b/public/themes/original/img/sprite/s_cog.svg new file mode 100644 index 0000000000..6d2102689f --- /dev/null +++ b/public/themes/original/img/sprite/s_cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_collapseall.png b/public/themes/original/img/sprite/s_collapseall.png similarity index 100% rename from public/themes/original/img/s_collapseall.png rename to public/themes/original/img/sprite/s_collapseall.png diff --git a/public/themes/original/img/sprite/s_collapseall.svg b/public/themes/original/img/sprite/s_collapseall.svg new file mode 100644 index 0000000000..44ee374fe8 --- /dev/null +++ b/public/themes/original/img/sprite/s_collapseall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_db.png b/public/themes/original/img/sprite/s_db.png similarity index 100% rename from public/themes/original/img/s_db.png rename to public/themes/original/img/sprite/s_db.png diff --git a/public/themes/original/img/sprite/s_db.svg b/public/themes/original/img/sprite/s_db.svg new file mode 100644 index 0000000000..583f30ac57 --- /dev/null +++ b/public/themes/original/img/sprite/s_db.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_desc.png b/public/themes/original/img/sprite/s_desc.png similarity index 100% rename from public/themes/original/img/s_desc.png rename to public/themes/original/img/sprite/s_desc.png diff --git a/public/themes/original/img/sprite/s_desc.svg b/public/themes/original/img/sprite/s_desc.svg new file mode 100644 index 0000000000..4b1ea7ea25 --- /dev/null +++ b/public/themes/original/img/sprite/s_desc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_error.png b/public/themes/original/img/sprite/s_error.png similarity index 100% rename from public/themes/original/img/s_error.png rename to public/themes/original/img/sprite/s_error.png diff --git a/public/themes/original/img/sprite/s_error.svg b/public/themes/original/img/sprite/s_error.svg new file mode 100644 index 0000000000..337c7c65a5 --- /dev/null +++ b/public/themes/original/img/sprite/s_error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_fulltext.png b/public/themes/original/img/sprite/s_fulltext.png similarity index 100% rename from public/themes/original/img/s_fulltext.png rename to public/themes/original/img/sprite/s_fulltext.png diff --git a/public/themes/original/img/sprite/s_fulltext.svg b/public/themes/original/img/sprite/s_fulltext.svg new file mode 100644 index 0000000000..bc02ca66e0 --- /dev/null +++ b/public/themes/original/img/sprite/s_fulltext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_host.png b/public/themes/original/img/sprite/s_host.png similarity index 100% rename from public/themes/original/img/s_host.png rename to public/themes/original/img/sprite/s_host.png diff --git a/public/themes/original/img/sprite/s_host.svg b/public/themes/original/img/sprite/s_host.svg new file mode 100644 index 0000000000..23008de0ca --- /dev/null +++ b/public/themes/original/img/sprite/s_host.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_info.png b/public/themes/original/img/sprite/s_info.png similarity index 100% rename from public/themes/original/img/s_info.png rename to public/themes/original/img/sprite/s_info.png diff --git a/public/themes/original/img/sprite/s_info.svg b/public/themes/original/img/sprite/s_info.svg new file mode 100644 index 0000000000..14edc886aa --- /dev/null +++ b/public/themes/original/img/sprite/s_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_lang.png b/public/themes/original/img/sprite/s_lang.png similarity index 100% rename from public/themes/original/img/s_lang.png rename to public/themes/original/img/sprite/s_lang.png diff --git a/public/themes/original/img/sprite/s_lang.svg b/public/themes/original/img/sprite/s_lang.svg new file mode 100644 index 0000000000..aa99afc417 --- /dev/null +++ b/public/themes/original/img/sprite/s_lang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_link.png b/public/themes/original/img/sprite/s_link.png similarity index 100% rename from public/themes/original/img/s_link.png rename to public/themes/original/img/sprite/s_link.png diff --git a/public/themes/original/img/sprite/s_link.svg b/public/themes/original/img/sprite/s_link.svg new file mode 100644 index 0000000000..ee4c1475f9 --- /dev/null +++ b/public/themes/original/img/sprite/s_link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_lock.png b/public/themes/original/img/sprite/s_lock.png similarity index 100% rename from public/themes/original/img/s_lock.png rename to public/themes/original/img/sprite/s_lock.png diff --git a/public/themes/original/img/sprite/s_lock.svg b/public/themes/original/img/sprite/s_lock.svg new file mode 100644 index 0000000000..c39a460bb2 --- /dev/null +++ b/public/themes/original/img/sprite/s_lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_loggoff.png b/public/themes/original/img/sprite/s_loggoff.png similarity index 100% rename from public/themes/original/img/s_loggoff.png rename to public/themes/original/img/sprite/s_loggoff.png diff --git a/public/themes/original/img/sprite/s_loggoff.svg b/public/themes/original/img/sprite/s_loggoff.svg new file mode 100644 index 0000000000..fcff99dd5e --- /dev/null +++ b/public/themes/original/img/sprite/s_loggoff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_notice.png b/public/themes/original/img/sprite/s_notice.png similarity index 100% rename from public/themes/original/img/s_notice.png rename to public/themes/original/img/sprite/s_notice.png diff --git a/public/themes/original/img/sprite/s_notice.svg b/public/themes/original/img/sprite/s_notice.svg new file mode 100644 index 0000000000..d43b61b27c --- /dev/null +++ b/public/themes/original/img/sprite/s_notice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_okay.png b/public/themes/original/img/sprite/s_okay.png similarity index 100% rename from public/themes/original/img/s_okay.png rename to public/themes/original/img/sprite/s_okay.png diff --git a/public/themes/original/img/sprite/s_okay.svg b/public/themes/original/img/sprite/s_okay.svg new file mode 100644 index 0000000000..318c151dc0 --- /dev/null +++ b/public/themes/original/img/sprite/s_okay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_partialtext.png b/public/themes/original/img/sprite/s_partialtext.png similarity index 100% rename from public/themes/original/img/s_partialtext.png rename to public/themes/original/img/sprite/s_partialtext.png diff --git a/public/themes/original/img/sprite/s_partialtext.svg b/public/themes/original/img/sprite/s_partialtext.svg new file mode 100644 index 0000000000..0d24cde380 --- /dev/null +++ b/public/themes/original/img/sprite/s_partialtext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_passwd.png b/public/themes/original/img/sprite/s_passwd.png similarity index 100% rename from public/themes/original/img/s_passwd.png rename to public/themes/original/img/sprite/s_passwd.png diff --git a/public/themes/original/img/sprite/s_passwd.svg b/public/themes/original/img/sprite/s_passwd.svg new file mode 100644 index 0000000000..964896df15 --- /dev/null +++ b/public/themes/original/img/sprite/s_passwd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_process.png b/public/themes/original/img/sprite/s_process.png similarity index 100% rename from public/themes/pmahomme/img/s_process.png rename to public/themes/original/img/sprite/s_process.png diff --git a/public/themes/original/img/sprite/s_process.svg b/public/themes/original/img/sprite/s_process.svg new file mode 100644 index 0000000000..5096458760 --- /dev/null +++ b/public/themes/original/img/sprite/s_process.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_really.png b/public/themes/original/img/sprite/s_really.png similarity index 100% rename from public/themes/original/img/s_really.png rename to public/themes/original/img/sprite/s_really.png diff --git a/public/themes/original/img/sprite/s_really.svg b/public/themes/original/img/sprite/s_really.svg new file mode 100644 index 0000000000..be8397e878 --- /dev/null +++ b/public/themes/original/img/sprite/s_really.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_reload.png b/public/themes/original/img/sprite/s_reload.png similarity index 100% rename from public/themes/original/img/s_reload.png rename to public/themes/original/img/sprite/s_reload.png diff --git a/public/themes/original/img/sprite/s_reload.svg b/public/themes/original/img/sprite/s_reload.svg new file mode 100644 index 0000000000..566652faed --- /dev/null +++ b/public/themes/original/img/sprite/s_reload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_replication.png b/public/themes/original/img/sprite/s_replication.png similarity index 100% rename from public/themes/original/img/s_replication.png rename to public/themes/original/img/sprite/s_replication.png diff --git a/public/themes/original/img/sprite/s_replication.svg b/public/themes/original/img/sprite/s_replication.svg new file mode 100644 index 0000000000..a65f66beff --- /dev/null +++ b/public/themes/original/img/sprite/s_replication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_rights.png b/public/themes/original/img/sprite/s_rights.png similarity index 100% rename from public/themes/original/img/s_rights.png rename to public/themes/original/img/sprite/s_rights.png diff --git a/public/themes/original/img/sprite/s_rights.svg b/public/themes/original/img/sprite/s_rights.svg new file mode 100644 index 0000000000..8c21f2848f --- /dev/null +++ b/public/themes/original/img/sprite/s_rights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_sortable.png b/public/themes/original/img/sprite/s_sortable.png similarity index 100% rename from public/themes/original/img/s_sortable.png rename to public/themes/original/img/sprite/s_sortable.png diff --git a/public/themes/original/img/sprite/s_sortable.svg b/public/themes/original/img/sprite/s_sortable.svg new file mode 100644 index 0000000000..93c87db016 --- /dev/null +++ b/public/themes/original/img/sprite/s_sortable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_status.png b/public/themes/original/img/sprite/s_status.png similarity index 100% rename from public/themes/original/img/s_status.png rename to public/themes/original/img/sprite/s_status.png diff --git a/public/themes/original/img/sprite/s_status.svg b/public/themes/original/img/sprite/s_status.svg new file mode 100644 index 0000000000..be3557eb68 --- /dev/null +++ b/public/themes/original/img/sprite/s_status.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_success.png b/public/themes/original/img/sprite/s_success.png similarity index 100% rename from public/themes/original/img/s_success.png rename to public/themes/original/img/sprite/s_success.png diff --git a/public/themes/original/img/sprite/s_success.svg b/public/themes/original/img/sprite/s_success.svg new file mode 100644 index 0000000000..20d13003cc --- /dev/null +++ b/public/themes/original/img/sprite/s_success.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_sync.png b/public/themes/original/img/sprite/s_sync.png similarity index 100% rename from public/themes/original/img/s_sync.png rename to public/themes/original/img/sprite/s_sync.png diff --git a/public/themes/original/img/sprite/s_sync.svg b/public/themes/original/img/sprite/s_sync.svg new file mode 100644 index 0000000000..f68cefe128 --- /dev/null +++ b/public/themes/original/img/sprite/s_sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_tbl.png b/public/themes/original/img/sprite/s_tbl.png similarity index 100% rename from public/themes/original/img/s_tbl.png rename to public/themes/original/img/sprite/s_tbl.png diff --git a/public/themes/original/img/sprite/s_tbl.svg b/public/themes/original/img/sprite/s_tbl.svg new file mode 100644 index 0000000000..c6f03cc5ae --- /dev/null +++ b/public/themes/original/img/sprite/s_tbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_theme.png b/public/themes/original/img/sprite/s_theme.png similarity index 100% rename from public/themes/original/img/s_theme.png rename to public/themes/original/img/sprite/s_theme.png diff --git a/public/themes/original/img/sprite/s_theme.svg b/public/themes/original/img/sprite/s_theme.svg new file mode 100644 index 0000000000..b637410af1 --- /dev/null +++ b/public/themes/original/img/sprite/s_theme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_top.png b/public/themes/original/img/sprite/s_top.png similarity index 100% rename from public/themes/original/img/s_top.png rename to public/themes/original/img/sprite/s_top.png diff --git a/public/themes/original/img/sprite/s_top.svg b/public/themes/original/img/sprite/s_top.svg new file mode 100644 index 0000000000..415bce48ed --- /dev/null +++ b/public/themes/original/img/sprite/s_top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_unlink.png b/public/themes/original/img/sprite/s_unlink.png similarity index 100% rename from public/themes/original/img/s_unlink.png rename to public/themes/original/img/sprite/s_unlink.png diff --git a/public/themes/original/img/sprite/s_unlink.svg b/public/themes/original/img/sprite/s_unlink.svg new file mode 100644 index 0000000000..50958598f7 --- /dev/null +++ b/public/themes/original/img/sprite/s_unlink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/lock_open.png b/public/themes/original/img/sprite/s_unlock.png similarity index 100% rename from public/themes/pmahomme/img/lock_open.png rename to public/themes/original/img/sprite/s_unlock.png diff --git a/public/themes/original/img/sprite/s_unlock.svg b/public/themes/original/img/sprite/s_unlock.svg new file mode 100644 index 0000000000..dea3db3eef --- /dev/null +++ b/public/themes/original/img/sprite/s_unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_vars.png b/public/themes/original/img/sprite/s_vars.png similarity index 100% rename from public/themes/original/img/s_vars.png rename to public/themes/original/img/sprite/s_vars.png diff --git a/public/themes/original/img/sprite/s_vars.svg b/public/themes/original/img/sprite/s_vars.svg new file mode 100644 index 0000000000..a3b2f43f7f --- /dev/null +++ b/public/themes/original/img/sprite/s_vars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/s_views.png b/public/themes/original/img/sprite/s_views.png similarity index 100% rename from public/themes/original/img/s_views.png rename to public/themes/original/img/sprite/s_views.png diff --git a/public/themes/original/img/sprite/s_views.svg b/public/themes/original/img/sprite/s_views.svg new file mode 100644 index 0000000000..6c750f1630 --- /dev/null +++ b/public/themes/original/img/sprite/s_views.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/show.png b/public/themes/original/img/sprite/show.png similarity index 100% rename from public/themes/original/img/show.png rename to public/themes/original/img/sprite/show.png diff --git a/public/themes/original/img/sprite/show.svg b/public/themes/original/img/sprite/show.svg new file mode 100644 index 0000000000..06875bc900 --- /dev/null +++ b/public/themes/original/img/sprite/show.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/img/window-new.png b/public/themes/original/img/sprite/window-new.png similarity index 100% rename from public/themes/original/img/window-new.png rename to public/themes/original/img/sprite/window-new.png diff --git a/public/themes/original/img/sprite/window-new.svg b/public/themes/original/img/sprite/window-new.svg new file mode 100644 index 0000000000..2c514b9bd7 --- /dev/null +++ b/public/themes/original/img/sprite/window-new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/original/scss/_icons.scss b/public/themes/original/scss/_icons.scss index 9735a03fde..27d755aa7f 100644 --- a/public/themes/original/scss/_icons.scss +++ b/public/themes/original/scss/_icons.scss @@ -23,690 +23,21 @@ } } -.ic_asc_order { - background-image: url('../../pmahomme/img/asc_order.png'); -} - -.ic_b_bookmark { - background-image: url('../img/b_bookmark.png'); -} - -.ic_b_browse { - background-image: url('../img/b_browse.png'); -} - -.ic_b_calendar { - background-image: url('../img/b_calendar.png'); -} - -.ic_b_chart { - background-image: url('../img/b_chart.png'); -} - -.ic_b_close { - background-image: url('../img/b_close.png'); -} - -.ic_b_column_add { - background-image: url('../img/b_column_add.png'); -} - -.ic_b_comment { - background-image: url('../img/b_comment.png'); -} - -.ic_b_dbstatistics { - background-image: url('../img/b_dbstatistics.png'); -} - -.ic_b_deltbl { - background-image: url('../img/b_deltbl.png'); -} - -.ic_b_docs { - background-image: url('../img/b_docs.png'); -} - -.ic_b_docsql { - background-image: url('../../pmahomme/img/b_docsql.png'); -} - -.ic_b_drop { - background-image: url('../img/b_drop.png'); -} - -.ic_b_edit { - background-image: url('../img/b_edit.png'); -} - -.ic_b_empty { - background-image: url('../img/b_empty.png'); -} - -.ic_b_engine { - background-image: url('../img/b_engine.png'); -} - -.ic_b_event_add { - background-image: url('../img/b_event_add.png'); -} - -.ic_b_events { - background-image: url('../img/b_events.png'); -} - -.ic_b_export { - background-image: url('../img/b_export.png'); -} - -.ic_b_favorite { - background-image: url('../img/b_favorite.png'); -} - -.ic_b_find_replace { - background-image: url('../img/b_find_replace.png'); -} - -.ic_b_firstpage { - background-image: url('../../pmahomme/img/b_firstpage.png'); -} - -.ic_b_ftext { - background-image: url('../img/b_ftext.png'); -} - -.ic_b_globe { - background-image: url('../img/b_globe.gif'); -} - -.ic_b_group { - background-image: url('../img/b_group.png'); -} - -.ic_b_help { - background-image: url('../img/b_help.png'); -} - -.ic_b_home { - background-image: url('../img/b_home.png'); -} - -.ic_b_import { - background-image: url('../img/b_import.png'); -} - -.ic_b_index { - background-image: url('../img/b_index.png'); -} - -.ic_b_index_add { - background-image: url('../img/b_index_add.png'); -} - -.ic_b_inline_edit { - background-image: url('../img/b_inline_edit.png'); -} - -.ic_b_insrow { - background-image: url('../img/b_insrow.png'); -} - -.ic_b_lastpage { - background-image: url('../../pmahomme/img/b_lastpage.png'); -} - -.ic_b_minus { - background-image: url('../img/b_minus.png'); -} - -.ic_b_more { - background-image: url('../img/b_more.png'); -} - -.ic_b_move { - background-image: url('../img/b_move.png'); -} - -.ic_b_newdb { - background-image: url('../img/b_newdb.png'); -} - -.ic_db_drop { - background-image: url('../img/b_deltbl.png'); -} - -.ic_b_newtbl { - background-image: url('../img/b_newtbl.png'); -} - -.ic_b_nextpage { - background-image: url('../img/b_nextpage.png'); -} - -.ic_b_no_favorite { - background-image: url('../img/b_no_favorite.png'); -} - -.ic_b_pdfdoc { - background-image: url('../../pmahomme/img/b_pdfdoc.png'); -} - -.ic_b_plugin { - background-image: url('../img/b_plugin.png'); -} - -.ic_b_plus { - background-image: url('../img/b_plus.png'); -} - -.ic_b_prevpage { - background-image: url('../../pmahomme/img/b_prevpage.png'); -} - -.ic_b_primary { - background-image: url('../img/b_primary.png'); -} - -.ic_b_print { - background-image: url('../img/b_print.png'); -} - -.ic_b_props { - background-image: url('../img/b_props.png'); -} - -.ic_b_relations { - background-image: url('../img/b_relations.png'); -} - -.ic_b_report { - background-image: url('../img/b_report.png'); -} - -.ic_b_rename { - background-image: url('../img/b_rename.svg'); -} - -.ic_b_routine_add { - background-image: url('../img/b_routine_add.png'); -} - -.ic_b_routines { - background-image: url('../img/b_routines.png'); -} - -.ic_b_save { - background-image: url('../img/b_save.png'); -} - -.ic_b_saveimage { - background-image: url('../img/b_saveimage.png'); -} - -.ic_b_sbrowse { - background-image: url('../img/b_sbrowse.png'); -} - .ic_b_sdb { - background-image: url('../../pmahomme/img/b_sdb.png'); width: 10px; height: 10px; } -.ic_b_search { - background-image: url('../img/b_search.png'); -} - -.ic_b_select { - background-image: url('../img/b_select.png'); -} - -.ic_b_snewtbl { - background-image: url('../img/b_snewtbl.png'); -} - -.ic_b_spatial { - background-image: url('../img/b_spatial.png'); -} - -.ic_b_sql { - background-image: url('../img/b_sql.png'); -} - -.ic_b_sqldoc { - background-image: url('../../pmahomme/img/b_sqldoc.png'); -} - -.ic_b_sqlhelp { - background-image: url('../img/b_sqlhelp.png'); -} - -.ic_b_table_add { - background-image: url('../img/b_table_add.png'); -} - -.ic_b_tblanalyse { - background-image: url('../img/b_tblanalyse.png'); -} - -.ic_b_tblexport { - background-image: url('../img/b_tblexport.png'); -} - -.ic_b_tblimport { - background-image: url('../img/b_tblimport.png'); -} - -.ic_b_tblops { - background-image: url('../img/b_tblops.png'); -} - -.ic_b_tbloptimize { - background-image: url('../img/b_tbloptimize.png'); -} - -.ic_b_tipp { - background-image: url('../img/b_tipp.png'); -} - -.ic_b_trigger_add { - background-image: url('../img/b_trigger_add.png'); -} - -.ic_b_triggers { - background-image: url('../img/b_triggers.png'); -} - -.ic_b_undo { - background-image: url('../img/b_undo.png'); -} - -.ic_b_unique { - background-image: url('../img/b_unique.png'); -} - -.ic_b_usradd { - background-image: url('../img/b_usradd.png'); -} - -.ic_b_usrcheck { - background-image: url('../img/b_usrcheck.png'); -} - -.ic_b_usrdrop { - background-image: url('../img/b_usrdrop.png'); -} - -.ic_b_usredit { - background-image: url('../img/b_usredit.png'); -} - -.ic_b_usrlist { - background-image: url('../img/b_usrlist.png'); -} - -.ic_b_versions { - background-image: url('../img/b_versions.png'); -} - -.ic_b_view { - background-image: url('../img/b_view.png'); -} - -.ic_b_view_add { - background-image: url('../img/b_view_add.png'); -} - -.ic_b_views { - background-image: url('../img/b_views.png'); -} - -.ic_b_left { - background-image: url('../img/b_left.png'); -} - -.ic_b_right { - background-image: url('../img/b_right.png'); -} - -.ic_bd_browse { - background-image: url('../img/bd_browse.png'); -} - -.ic_bd_deltbl { - background-image: url('../img/bd_deltbl.png'); -} - -.ic_bd_drop { - background-image: url('../img/bd_drop.png'); -} - -.ic_bd_edit { - background-image: url('../img/bd_edit.png'); -} - -.ic_bd_empty { - background-image: url('../img/bd_empty.png'); -} - -.ic_bd_export { - background-image: url('../img/bd_export.png'); -} - -.ic_bd_firstpage { - background-image: url('../../pmahomme/img/bd_firstpage.png'); -} - -.ic_bd_ftext { - background-image: url('../img/bd_ftext.png'); -} - -.ic_bd_index { - background-image: url('../img/bd_index.png'); -} - -.ic_bd_insrow { - background-image: url('../img/bd_insrow.png'); -} - -.ic_bd_lastpage { - background-image: url('../../pmahomme/img/bd_lastpage.png'); -} - -.ic_bd_nextpage { - background-image: url('../img/bd_nextpage.png'); -} - -.ic_bd_prevpage { - background-image: url('../../pmahomme/img/bd_prevpage.png'); -} - -.ic_bd_primary { - background-image: url('../img/bd_primary.png'); -} - -.ic_bd_routine_add { - background-image: url('../img/bd_routine_add.png'); -} - -.ic_bd_sbrowse { - background-image: url('../img/bd_sbrowse.png'); -} - -.ic_bd_select { - background-image: url('../img/bd_select.png'); -} - -.ic_bd_spatial { - background-image: url('../img/bd_spatial.png'); -} - -.ic_bd_unique { - background-image: url('../img/bd_unique.png'); -} - -.ic_centralColumns { - background-image: url('../img/centralColumns.png'); -} - -.ic_centralColumns_add { - background-image: url('../img/centralColumns_add.png'); -} - -.ic_centralColumns_delete { - background-image: url('../img/centralColumns_delete.png'); -} - -.ic_col_drop { - background-image: url('../img/col_drop.png'); -} - -.ic_console { - background-image: url('../img/console.png'); -} - -.ic_database { - background-image: url('../../pmahomme/img/database.png'); -} - -.ic_eye { - background-image: url('../img/eye.png'); -} - -.ic_eye_grey { - background-image: url('../img/eye_grey.png'); -} - -.ic_hide { - background-image: url('../img/hide.png'); -} - .ic_item { - background-image: url('../../pmahomme/img/item.png'); width: 9px; height: 9px; } -.ic_lightbulb { - background-image: url('../img/lightbulb.png'); -} - -.ic_lightbulb_off { - background-image: url('../img/lightbulb_off.png'); -} - -.ic_more { - background-image: url('../img/more.png'); - width: 13px; -} - -.ic_new_data { - background-image: url('../img/new_data.png'); -} - -.ic_new_data_hovered { - background-image: url('../img/new_data_hovered.png'); -} - -.ic_new_data_selected { - background-image: url('../img/new_data_selected.png'); -} - -.ic_new_data_selected_hovered { - background-image: url('../img/new_data_selected_hovered.png'); -} - -.ic_new_struct { - background-image: url('../img/new_struct.png'); -} - -.ic_new_struct_hovered { - background-image: url('../img/new_struct_hovered.png'); -} - -.ic_new_struct_selected { - background-image: url('../img/new_struct_selected.png'); -} - -.ic_new_struct_selected_hovered { - background-image: url('../img/new_struct_selected_hovered.png'); -} - -.ic_normalize { - background-image: url('../img/normalize.png'); -} - -.ic_pause { - background-image: url('../img/pause.png'); -} - -.ic_php_sym { - background-image: url('../../pmahomme/img/php_sym.png'); -} - -.ic_play { - background-image: url('../img/play.png'); -} - -.ic_s_asc { - background-image: url('../img/s_asc.png'); -} - -.ic_s_asci { - background-image: url('../img/s_asci.png'); -} - -.ic_s_attention { - background-image: url('../img/s_attention.png'); -} - -.ic_s_cancel { - background-image: url('../img/s_cancel.png'); -} - -.ic_s_cancel2 { - background-image: url('../../pmahomme/img/s_cancel2.png'); -} - -.ic_s_cog { - background-image: url('../img/s_cog.png'); -} - .ic_s_collapseall { - background-image: url('../img/s_collapseall.png'); background-position: center; } -.ic_s_db { - background-image: url('../img/s_db.png'); -} - -.ic_s_desc { - background-image: url('../img/s_desc.png'); -} - -.ic_s_error { - background-image: url('../img/s_error.png'); -} - -.ic_s_host { - background-image: url('../img/s_host.png'); -} - -.ic_s_info { - background-image: url('../img/s_info.png'); -} - -.ic_s_lang { - background-image: url('../img/s_lang.png'); -} - -.ic_s_link { - background-image: url('../img/s_link.png'); -} - -.ic_s_lock { - background-image: url('../img/s_lock.png'); -} - -.ic_s_unlock { - background-image: url('../../pmahomme/img/lock_open.png'); -} - -.ic_s_loggoff { - background-image: url('../img/s_loggoff.png'); -} - -.ic_s_notice { - background-image: url('../img/s_notice.png'); -} - -.ic_s_okay { - background-image: url('../img/s_okay.png'); -} - -.ic_s_passwd { - background-image: url('../img/s_passwd.png'); -} - -.ic_s_process { - background-image: url('../../pmahomme/img/s_process.png'); -} - .ic_s_really { - background-image: url('../img/s_really.png'); width: 11px; height: 11px; } - -.ic_s_reload { - background-image: url('../img/s_reload.png'); -} - -.ic_s_replication { - background-image: url('../img/s_replication.png'); -} - -.ic_s_rights { - background-image: url('../img/s_rights.png'); -} - -.ic_s_sortable { - background-image: url('../img/s_sortable.png'); -} - -.ic_s_status { - background-image: url('../img/s_status.png'); -} - -.ic_s_success { - background-image: url('../img/s_success.png'); -} - -.ic_s_sync { - background-image: url('../img/s_sync.png'); -} - -.ic_s_tbl { - background-image: url('../img/s_tbl.png'); -} - -.ic_s_theme { - background-image: url('../img/s_theme.png'); -} - -.ic_s_top { - background-image: url('../img/s_top.png'); -} - -.ic_s_unlink { - background-image: url('../img/s_unlink.png'); -} - -.ic_s_vars { - background-image: url('../img/s_vars.png'); -} - -.ic_s_views { - background-image: url('../img/s_views.png'); -} - -.ic_show { - background-image: url('../img/show.png'); -} - -.ic_window-new { - background-image: url('../img/window-new.png'); -} - -.ic_ajax_clock_small { - background-image: url('../img/ajax_clock_small.gif'); -} - -.ic_s_partialtext { - background-image: url('../img/s_partialtext.png'); -} - -.ic_s_fulltext { - background-image: url('../img/s_fulltext.png'); -} diff --git a/public/themes/original/scss/_navigation.scss b/public/themes/original/scss/_navigation.scss index 4e97fd02d3..f49401a0e1 100644 --- a/public/themes/original/scss/_navigation.scss +++ b/public/themes/original/scss/_navigation.scss @@ -282,7 +282,7 @@ } } - img { + .icon { position: relative; top: -0.6em; left: 0; diff --git a/public/themes/pmahomme/img/icons.svg b/public/themes/pmahomme/img/icons.svg new file mode 100644 index 0000000000..e736cea989 --- /dev/null +++ b/public/themes/pmahomme/img/icons.svg @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/pmahomme/img/ajax_clock_small.gif b/public/themes/pmahomme/img/sprite/ajax_clock_small.gif similarity index 100% rename from public/themes/pmahomme/img/ajax_clock_small.gif rename to public/themes/pmahomme/img/sprite/ajax_clock_small.gif diff --git a/public/themes/pmahomme/img/sprite/ajax_clock_small.svg b/public/themes/pmahomme/img/sprite/ajax_clock_small.svg new file mode 100644 index 0000000000..d5ad743de2 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/ajax_clock_small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_desc.png b/public/themes/pmahomme/img/sprite/asc_order.png similarity index 100% rename from public/themes/pmahomme/img/s_desc.png rename to public/themes/pmahomme/img/sprite/asc_order.png diff --git a/public/themes/pmahomme/img/sprite/asc_order.svg b/public/themes/pmahomme/img/sprite/asc_order.svg new file mode 100644 index 0000000000..f68ed6278f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/asc_order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_bookmark.png b/public/themes/pmahomme/img/sprite/b_bookmark.png similarity index 100% rename from public/themes/pmahomme/img/b_bookmark.png rename to public/themes/pmahomme/img/sprite/b_bookmark.png diff --git a/public/themes/pmahomme/img/sprite/b_bookmark.svg b/public/themes/pmahomme/img/sprite/b_bookmark.svg new file mode 100644 index 0000000000..d619ab6f1b --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_browse.png b/public/themes/pmahomme/img/sprite/b_browse.png similarity index 100% rename from public/themes/pmahomme/img/b_browse.png rename to public/themes/pmahomme/img/sprite/b_browse.png diff --git a/public/themes/pmahomme/img/sprite/b_browse.svg b/public/themes/pmahomme/img/sprite/b_browse.svg new file mode 100644 index 0000000000..6e4f9d6f2f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_calendar.png b/public/themes/pmahomme/img/sprite/b_calendar.png similarity index 100% rename from public/themes/pmahomme/img/b_calendar.png rename to public/themes/pmahomme/img/sprite/b_calendar.png diff --git a/public/themes/pmahomme/img/sprite/b_calendar.svg b/public/themes/pmahomme/img/sprite/b_calendar.svg new file mode 100644 index 0000000000..1ad0ac3a5d --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_chart.png b/public/themes/pmahomme/img/sprite/b_chart.png similarity index 100% rename from public/themes/pmahomme/img/b_chart.png rename to public/themes/pmahomme/img/sprite/b_chart.png diff --git a/public/themes/pmahomme/img/sprite/b_chart.svg b/public/themes/pmahomme/img/sprite/b_chart.svg new file mode 100644 index 0000000000..6b5bc3eab6 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_close.png b/public/themes/pmahomme/img/sprite/b_close.png similarity index 100% rename from public/themes/pmahomme/img/b_close.png rename to public/themes/pmahomme/img/sprite/b_close.png diff --git a/public/themes/pmahomme/img/sprite/b_close.svg b/public/themes/pmahomme/img/sprite/b_close.svg new file mode 100644 index 0000000000..18515dc24c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_column_add.png b/public/themes/pmahomme/img/sprite/b_column_add.png similarity index 100% rename from public/themes/pmahomme/img/b_column_add.png rename to public/themes/pmahomme/img/sprite/b_column_add.png diff --git a/public/themes/pmahomme/img/sprite/b_column_add.svg b/public/themes/pmahomme/img/sprite/b_column_add.svg new file mode 100644 index 0000000000..fcef3757e2 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_column_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_comment.png b/public/themes/pmahomme/img/sprite/b_comment.png similarity index 100% rename from public/themes/pmahomme/img/b_comment.png rename to public/themes/pmahomme/img/sprite/b_comment.png diff --git a/public/themes/pmahomme/img/sprite/b_comment.svg b/public/themes/pmahomme/img/sprite/b_comment.svg new file mode 100644 index 0000000000..ad071f8d45 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_dbstatistics.png b/public/themes/pmahomme/img/sprite/b_dbstatistics.png similarity index 100% rename from public/themes/pmahomme/img/b_dbstatistics.png rename to public/themes/pmahomme/img/sprite/b_dbstatistics.png diff --git a/public/themes/pmahomme/img/sprite/b_dbstatistics.svg b/public/themes/pmahomme/img/sprite/b_dbstatistics.svg new file mode 100644 index 0000000000..9efc2480be --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_dbstatistics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_deltbl.png b/public/themes/pmahomme/img/sprite/b_deltbl.png similarity index 100% rename from public/themes/pmahomme/img/b_deltbl.png rename to public/themes/pmahomme/img/sprite/b_deltbl.png diff --git a/public/themes/pmahomme/img/sprite/b_deltbl.svg b/public/themes/pmahomme/img/sprite/b_deltbl.svg new file mode 100644 index 0000000000..c357de6b68 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_deltbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_docs.png b/public/themes/pmahomme/img/sprite/b_docs.png similarity index 100% rename from public/themes/pmahomme/img/b_docs.png rename to public/themes/pmahomme/img/sprite/b_docs.png diff --git a/public/themes/pmahomme/img/sprite/b_docs.svg b/public/themes/pmahomme/img/sprite/b_docs.svg new file mode 100644 index 0000000000..8ef22699fb --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_docs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_docsql.png b/public/themes/pmahomme/img/sprite/b_docsql.png new file mode 100644 index 0000000000..2f6f0561dc Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_docsql.png differ diff --git a/public/themes/pmahomme/img/sprite/b_docsql.svg b/public/themes/pmahomme/img/sprite/b_docsql.svg new file mode 100644 index 0000000000..71428e8c81 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_docsql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_drop.png b/public/themes/pmahomme/img/sprite/b_drop.png similarity index 100% rename from public/themes/pmahomme/img/b_drop.png rename to public/themes/pmahomme/img/sprite/b_drop.png diff --git a/public/themes/pmahomme/img/sprite/b_drop.svg b/public/themes/pmahomme/img/sprite/b_drop.svg new file mode 100644 index 0000000000..bf54ea66ac --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_edit.png b/public/themes/pmahomme/img/sprite/b_edit.png similarity index 100% rename from public/themes/pmahomme/img/b_edit.png rename to public/themes/pmahomme/img/sprite/b_edit.png diff --git a/public/themes/pmahomme/img/sprite/b_edit.svg b/public/themes/pmahomme/img/sprite/b_edit.svg new file mode 100644 index 0000000000..2881197f0a --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_empty.png b/public/themes/pmahomme/img/sprite/b_empty.png similarity index 100% rename from public/themes/pmahomme/img/b_empty.png rename to public/themes/pmahomme/img/sprite/b_empty.png diff --git a/public/themes/pmahomme/img/sprite/b_empty.svg b/public/themes/pmahomme/img/sprite/b_empty.svg new file mode 100644 index 0000000000..3990ec47c5 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_engine.png b/public/themes/pmahomme/img/sprite/b_engine.png similarity index 100% rename from public/themes/pmahomme/img/b_engine.png rename to public/themes/pmahomme/img/sprite/b_engine.png diff --git a/public/themes/pmahomme/img/sprite/b_engine.svg b/public/themes/pmahomme/img/sprite/b_engine.svg new file mode 100644 index 0000000000..614b227649 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_engine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_event_add.png b/public/themes/pmahomme/img/sprite/b_event_add.png similarity index 100% rename from public/themes/pmahomme/img/b_event_add.png rename to public/themes/pmahomme/img/sprite/b_event_add.png diff --git a/public/themes/pmahomme/img/sprite/b_event_add.svg b/public/themes/pmahomme/img/sprite/b_event_add.svg new file mode 100644 index 0000000000..db28d97414 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_event_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_events.png b/public/themes/pmahomme/img/sprite/b_events.png similarity index 100% rename from public/themes/pmahomme/img/b_events.png rename to public/themes/pmahomme/img/sprite/b_events.png diff --git a/public/themes/pmahomme/img/sprite/b_events.svg b/public/themes/pmahomme/img/sprite/b_events.svg new file mode 100644 index 0000000000..30d864149a --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_events.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_export.png b/public/themes/pmahomme/img/sprite/b_export.png similarity index 100% rename from public/themes/pmahomme/img/b_export.png rename to public/themes/pmahomme/img/sprite/b_export.png diff --git a/public/themes/pmahomme/img/sprite/b_export.svg b/public/themes/pmahomme/img/sprite/b_export.svg new file mode 100644 index 0000000000..7ea001a671 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_favorite.png b/public/themes/pmahomme/img/sprite/b_favorite.png similarity index 100% rename from public/themes/pmahomme/img/b_favorite.png rename to public/themes/pmahomme/img/sprite/b_favorite.png diff --git a/public/themes/pmahomme/img/sprite/b_favorite.svg b/public/themes/pmahomme/img/sprite/b_favorite.svg new file mode 100644 index 0000000000..541003566d --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_find_replace.png b/public/themes/pmahomme/img/sprite/b_find_replace.png similarity index 100% rename from public/themes/pmahomme/img/b_find_replace.png rename to public/themes/pmahomme/img/sprite/b_find_replace.png diff --git a/public/themes/pmahomme/img/sprite/b_find_replace.svg b/public/themes/pmahomme/img/sprite/b_find_replace.svg new file mode 100644 index 0000000000..0d98a2cfe0 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_find_replace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_firstpage.png b/public/themes/pmahomme/img/sprite/b_firstpage.png new file mode 100644 index 0000000000..8e768efe66 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_firstpage.png differ diff --git a/public/themes/pmahomme/img/sprite/b_firstpage.svg b/public/themes/pmahomme/img/sprite/b_firstpage.svg new file mode 100644 index 0000000000..d2e0f39403 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_ftext.png b/public/themes/pmahomme/img/sprite/b_ftext.png similarity index 100% rename from public/themes/pmahomme/img/b_ftext.png rename to public/themes/pmahomme/img/sprite/b_ftext.png diff --git a/public/themes/pmahomme/img/sprite/b_ftext.svg b/public/themes/pmahomme/img/sprite/b_ftext.svg new file mode 100644 index 0000000000..ce0ce59c5f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_ftext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_globe.gif b/public/themes/pmahomme/img/sprite/b_globe.gif similarity index 100% rename from public/themes/pmahomme/img/b_globe.gif rename to public/themes/pmahomme/img/sprite/b_globe.gif diff --git a/public/themes/pmahomme/img/sprite/b_globe.svg b/public/themes/pmahomme/img/sprite/b_globe.svg new file mode 100644 index 0000000000..331f5bb311 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_group.png b/public/themes/pmahomme/img/sprite/b_group.png similarity index 100% rename from public/themes/pmahomme/img/b_group.png rename to public/themes/pmahomme/img/sprite/b_group.png diff --git a/public/themes/pmahomme/img/sprite/b_group.svg b/public/themes/pmahomme/img/sprite/b_group.svg new file mode 100644 index 0000000000..862cde5b7b --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_help.png b/public/themes/pmahomme/img/sprite/b_help.png similarity index 100% rename from public/themes/pmahomme/img/b_help.png rename to public/themes/pmahomme/img/sprite/b_help.png diff --git a/public/themes/pmahomme/img/sprite/b_help.svg b/public/themes/pmahomme/img/sprite/b_help.svg new file mode 100644 index 0000000000..a6011f35fb --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_home.png b/public/themes/pmahomme/img/sprite/b_home.png similarity index 100% rename from public/themes/pmahomme/img/b_home.png rename to public/themes/pmahomme/img/sprite/b_home.png diff --git a/public/themes/pmahomme/img/sprite/b_home.svg b/public/themes/pmahomme/img/sprite/b_home.svg new file mode 100644 index 0000000000..07783d1fe4 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_import.png b/public/themes/pmahomme/img/sprite/b_import.png similarity index 100% rename from public/themes/pmahomme/img/b_import.png rename to public/themes/pmahomme/img/sprite/b_import.png diff --git a/public/themes/pmahomme/img/sprite/b_import.svg b/public/themes/pmahomme/img/sprite/b_import.svg new file mode 100644 index 0000000000..b43d3c7a91 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_import.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_index.png b/public/themes/pmahomme/img/sprite/b_index.png similarity index 100% rename from public/themes/pmahomme/img/b_index.png rename to public/themes/pmahomme/img/sprite/b_index.png diff --git a/public/themes/pmahomme/img/sprite/b_index.svg b/public/themes/pmahomme/img/sprite/b_index.svg new file mode 100644 index 0000000000..bc4f981532 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_index.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_index_add.png b/public/themes/pmahomme/img/sprite/b_index_add.png similarity index 100% rename from public/themes/pmahomme/img/b_index_add.png rename to public/themes/pmahomme/img/sprite/b_index_add.png diff --git a/public/themes/pmahomme/img/sprite/b_index_add.svg b/public/themes/pmahomme/img/sprite/b_index_add.svg new file mode 100644 index 0000000000..bd6957fb69 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_index_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_inline_edit.png b/public/themes/pmahomme/img/sprite/b_inline_edit.png similarity index 100% rename from public/themes/pmahomme/img/b_inline_edit.png rename to public/themes/pmahomme/img/sprite/b_inline_edit.png diff --git a/public/themes/pmahomme/img/sprite/b_inline_edit.svg b/public/themes/pmahomme/img/sprite/b_inline_edit.svg new file mode 100644 index 0000000000..7a637f0a71 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_inline_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_insrow.png b/public/themes/pmahomme/img/sprite/b_insrow.png similarity index 100% rename from public/themes/pmahomme/img/b_insrow.png rename to public/themes/pmahomme/img/sprite/b_insrow.png diff --git a/public/themes/pmahomme/img/sprite/b_insrow.svg b/public/themes/pmahomme/img/sprite/b_insrow.svg new file mode 100644 index 0000000000..0454a137a9 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_insrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_lastpage.png b/public/themes/pmahomme/img/sprite/b_lastpage.png new file mode 100644 index 0000000000..1b4ac09269 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_lastpage.png differ diff --git a/public/themes/pmahomme/img/sprite/b_lastpage.svg b/public/themes/pmahomme/img/sprite/b_lastpage.svg new file mode 100644 index 0000000000..089af1aba6 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_left.png b/public/themes/pmahomme/img/sprite/b_left.png similarity index 100% rename from public/themes/pmahomme/img/b_left.png rename to public/themes/pmahomme/img/sprite/b_left.png diff --git a/public/themes/pmahomme/img/sprite/b_left.svg b/public/themes/pmahomme/img/sprite/b_left.svg new file mode 100644 index 0000000000..2751b5a70f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_minus.png b/public/themes/pmahomme/img/sprite/b_minus.png similarity index 100% rename from public/themes/pmahomme/img/b_minus.png rename to public/themes/pmahomme/img/sprite/b_minus.png diff --git a/public/themes/pmahomme/img/sprite/b_minus.svg b/public/themes/pmahomme/img/sprite/b_minus.svg new file mode 100644 index 0000000000..451e573f81 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_more.png b/public/themes/pmahomme/img/sprite/b_more.png similarity index 100% rename from public/themes/pmahomme/img/b_more.png rename to public/themes/pmahomme/img/sprite/b_more.png diff --git a/public/themes/pmahomme/img/sprite/b_more.svg b/public/themes/pmahomme/img/sprite/b_more.svg new file mode 100644 index 0000000000..38f23438ea --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_move.png b/public/themes/pmahomme/img/sprite/b_move.png similarity index 100% rename from public/themes/pmahomme/img/b_move.png rename to public/themes/pmahomme/img/sprite/b_move.png diff --git a/public/themes/pmahomme/img/sprite/b_move.svg b/public/themes/pmahomme/img/sprite/b_move.svg new file mode 100644 index 0000000000..838d7d7974 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_newdb.png b/public/themes/pmahomme/img/sprite/b_newdb.png similarity index 100% rename from public/themes/pmahomme/img/b_newdb.png rename to public/themes/pmahomme/img/sprite/b_newdb.png diff --git a/public/themes/pmahomme/img/sprite/b_newdb.svg b/public/themes/pmahomme/img/sprite/b_newdb.svg new file mode 100644 index 0000000000..78e28921c0 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_newdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_newtbl.png b/public/themes/pmahomme/img/sprite/b_newtbl.png similarity index 100% rename from public/themes/pmahomme/img/b_newtbl.png rename to public/themes/pmahomme/img/sprite/b_newtbl.png diff --git a/public/themes/pmahomme/img/sprite/b_newtbl.svg b/public/themes/pmahomme/img/sprite/b_newtbl.svg new file mode 100644 index 0000000000..531abd443a --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_newtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_nextpage.png b/public/themes/pmahomme/img/sprite/b_nextpage.png similarity index 100% rename from public/themes/pmahomme/img/b_nextpage.png rename to public/themes/pmahomme/img/sprite/b_nextpage.png diff --git a/public/themes/pmahomme/img/sprite/b_nextpage.svg b/public/themes/pmahomme/img/sprite/b_nextpage.svg new file mode 100644 index 0000000000..4a96fb7946 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_no_favorite.png b/public/themes/pmahomme/img/sprite/b_no_favorite.png similarity index 100% rename from public/themes/pmahomme/img/b_no_favorite.png rename to public/themes/pmahomme/img/sprite/b_no_favorite.png diff --git a/public/themes/pmahomme/img/sprite/b_no_favorite.svg b/public/themes/pmahomme/img/sprite/b_no_favorite.svg new file mode 100644 index 0000000000..ff33b7ae6b --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_no_favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_pdfdoc.png b/public/themes/pmahomme/img/sprite/b_pdfdoc.png new file mode 100644 index 0000000000..a8074cf4ad Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_pdfdoc.png differ diff --git a/public/themes/pmahomme/img/sprite/b_pdfdoc.svg b/public/themes/pmahomme/img/sprite/b_pdfdoc.svg new file mode 100644 index 0000000000..5c32384d6b --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_pdfdoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_plugin.png b/public/themes/pmahomme/img/sprite/b_plugin.png similarity index 100% rename from public/themes/pmahomme/img/b_plugin.png rename to public/themes/pmahomme/img/sprite/b_plugin.png diff --git a/public/themes/pmahomme/img/sprite/b_plugin.svg b/public/themes/pmahomme/img/sprite/b_plugin.svg new file mode 100644 index 0000000000..4c0b8dbe4d --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_plugin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_plus.png b/public/themes/pmahomme/img/sprite/b_plus.png similarity index 100% rename from public/themes/pmahomme/img/b_plus.png rename to public/themes/pmahomme/img/sprite/b_plus.png diff --git a/public/themes/pmahomme/img/sprite/b_plus.svg b/public/themes/pmahomme/img/sprite/b_plus.svg new file mode 100644 index 0000000000..ff79126a9c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_prevpage.png b/public/themes/pmahomme/img/sprite/b_prevpage.png new file mode 100644 index 0000000000..752478ae98 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_prevpage.png differ diff --git a/public/themes/pmahomme/img/sprite/b_prevpage.svg b/public/themes/pmahomme/img/sprite/b_prevpage.svg new file mode 100644 index 0000000000..17e6745b1e --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_primary.png b/public/themes/pmahomme/img/sprite/b_primary.png similarity index 100% rename from public/themes/pmahomme/img/b_primary.png rename to public/themes/pmahomme/img/sprite/b_primary.png diff --git a/public/themes/pmahomme/img/sprite/b_primary.svg b/public/themes/pmahomme/img/sprite/b_primary.svg new file mode 100644 index 0000000000..e906975b2c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_primary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_print.png b/public/themes/pmahomme/img/sprite/b_print.png similarity index 100% rename from public/themes/pmahomme/img/b_print.png rename to public/themes/pmahomme/img/sprite/b_print.png diff --git a/public/themes/pmahomme/img/sprite/b_print.svg b/public/themes/pmahomme/img/sprite/b_print.svg new file mode 100644 index 0000000000..5a1b1c476d --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_props.png b/public/themes/pmahomme/img/sprite/b_props.png similarity index 100% rename from public/themes/pmahomme/img/b_props.png rename to public/themes/pmahomme/img/sprite/b_props.png diff --git a/public/themes/pmahomme/img/sprite/b_props.svg b/public/themes/pmahomme/img/sprite/b_props.svg new file mode 100644 index 0000000000..f93d2f48a9 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_props.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_relations.png b/public/themes/pmahomme/img/sprite/b_relations.png similarity index 100% rename from public/themes/pmahomme/img/b_relations.png rename to public/themes/pmahomme/img/sprite/b_relations.png diff --git a/public/themes/pmahomme/img/sprite/b_relations.svg b/public/themes/pmahomme/img/sprite/b_relations.svg new file mode 100644 index 0000000000..dec8811b34 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_relations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_rename.svg b/public/themes/pmahomme/img/sprite/b_rename.svg similarity index 100% rename from public/themes/pmahomme/img/b_rename.svg rename to public/themes/pmahomme/img/sprite/b_rename.svg diff --git a/public/themes/pmahomme/img/b_report.png b/public/themes/pmahomme/img/sprite/b_report.png similarity index 100% rename from public/themes/pmahomme/img/b_report.png rename to public/themes/pmahomme/img/sprite/b_report.png diff --git a/public/themes/pmahomme/img/sprite/b_report.svg b/public/themes/pmahomme/img/sprite/b_report.svg new file mode 100644 index 0000000000..7c26d60d27 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_report.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_right.png b/public/themes/pmahomme/img/sprite/b_right.png similarity index 100% rename from public/themes/pmahomme/img/b_right.png rename to public/themes/pmahomme/img/sprite/b_right.png diff --git a/public/themes/pmahomme/img/sprite/b_right.svg b/public/themes/pmahomme/img/sprite/b_right.svg new file mode 100644 index 0000000000..9328fb6778 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_routine_add.png b/public/themes/pmahomme/img/sprite/b_routine_add.png similarity index 100% rename from public/themes/pmahomme/img/b_routine_add.png rename to public/themes/pmahomme/img/sprite/b_routine_add.png diff --git a/public/themes/pmahomme/img/sprite/b_routine_add.svg b/public/themes/pmahomme/img/sprite/b_routine_add.svg new file mode 100644 index 0000000000..bae6b87a01 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_routine_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_routines.png b/public/themes/pmahomme/img/sprite/b_routines.png similarity index 100% rename from public/themes/pmahomme/img/b_routines.png rename to public/themes/pmahomme/img/sprite/b_routines.png diff --git a/public/themes/pmahomme/img/sprite/b_routines.svg b/public/themes/pmahomme/img/sprite/b_routines.svg new file mode 100644 index 0000000000..b7bdf165ed --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_routines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_save.png b/public/themes/pmahomme/img/sprite/b_save.png similarity index 100% rename from public/themes/pmahomme/img/b_save.png rename to public/themes/pmahomme/img/sprite/b_save.png diff --git a/public/themes/pmahomme/img/sprite/b_save.svg b/public/themes/pmahomme/img/sprite/b_save.svg new file mode 100644 index 0000000000..40e995ded2 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_saveimage.png b/public/themes/pmahomme/img/sprite/b_saveimage.png similarity index 100% rename from public/themes/pmahomme/img/b_saveimage.png rename to public/themes/pmahomme/img/sprite/b_saveimage.png diff --git a/public/themes/pmahomme/img/sprite/b_saveimage.svg b/public/themes/pmahomme/img/sprite/b_saveimage.svg new file mode 100644 index 0000000000..998cf10ac1 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_saveimage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_sbrowse.png b/public/themes/pmahomme/img/sprite/b_sbrowse.png similarity index 100% rename from public/themes/pmahomme/img/b_sbrowse.png rename to public/themes/pmahomme/img/sprite/b_sbrowse.png diff --git a/public/themes/pmahomme/img/sprite/b_sbrowse.svg b/public/themes/pmahomme/img/sprite/b_sbrowse.svg new file mode 100644 index 0000000000..36b8f9db93 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_sdb.png b/public/themes/pmahomme/img/sprite/b_sdb.png new file mode 100644 index 0000000000..ceb793495f Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_sdb.png differ diff --git a/public/themes/pmahomme/img/sprite/b_sdb.svg b/public/themes/pmahomme/img/sprite/b_sdb.svg new file mode 100644 index 0000000000..39730d8483 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_sdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_search.png b/public/themes/pmahomme/img/sprite/b_search.png similarity index 100% rename from public/themes/pmahomme/img/b_search.png rename to public/themes/pmahomme/img/sprite/b_search.png diff --git a/public/themes/pmahomme/img/sprite/b_search.svg b/public/themes/pmahomme/img/sprite/b_search.svg new file mode 100644 index 0000000000..87c90219aa --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_select.png b/public/themes/pmahomme/img/sprite/b_select.png similarity index 100% rename from public/themes/pmahomme/img/b_select.png rename to public/themes/pmahomme/img/sprite/b_select.png diff --git a/public/themes/pmahomme/img/sprite/b_select.svg b/public/themes/pmahomme/img/sprite/b_select.svg new file mode 100644 index 0000000000..7c880c2f64 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_snewtbl.png b/public/themes/pmahomme/img/sprite/b_snewtbl.png similarity index 100% rename from public/themes/pmahomme/img/b_snewtbl.png rename to public/themes/pmahomme/img/sprite/b_snewtbl.png diff --git a/public/themes/pmahomme/img/sprite/b_snewtbl.svg b/public/themes/pmahomme/img/sprite/b_snewtbl.svg new file mode 100644 index 0000000000..42f4832db2 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_snewtbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_spatial.png b/public/themes/pmahomme/img/sprite/b_spatial.png similarity index 100% rename from public/themes/pmahomme/img/b_spatial.png rename to public/themes/pmahomme/img/sprite/b_spatial.png diff --git a/public/themes/pmahomme/img/sprite/b_spatial.svg b/public/themes/pmahomme/img/sprite/b_spatial.svg new file mode 100644 index 0000000000..e5d808b6d6 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_spatial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_sql.png b/public/themes/pmahomme/img/sprite/b_sql.png similarity index 100% rename from public/themes/pmahomme/img/b_sql.png rename to public/themes/pmahomme/img/sprite/b_sql.png diff --git a/public/themes/pmahomme/img/sprite/b_sql.svg b/public/themes/pmahomme/img/sprite/b_sql.svg new file mode 100644 index 0000000000..fdd103c749 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_sql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_sqldoc.png b/public/themes/pmahomme/img/sprite/b_sqldoc.png new file mode 100644 index 0000000000..7762f49917 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_sqldoc.png differ diff --git a/public/themes/pmahomme/img/sprite/b_sqldoc.svg b/public/themes/pmahomme/img/sprite/b_sqldoc.svg new file mode 100644 index 0000000000..e028bea523 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_sqldoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_sqlhelp.png b/public/themes/pmahomme/img/sprite/b_sqlhelp.png similarity index 100% rename from public/themes/pmahomme/img/b_sqlhelp.png rename to public/themes/pmahomme/img/sprite/b_sqlhelp.png diff --git a/public/themes/pmahomme/img/sprite/b_sqlhelp.svg b/public/themes/pmahomme/img/sprite/b_sqlhelp.svg new file mode 100644 index 0000000000..032fe73f30 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_sqlhelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_table_add.png b/public/themes/pmahomme/img/sprite/b_table_add.png similarity index 100% rename from public/themes/pmahomme/img/b_table_add.png rename to public/themes/pmahomme/img/sprite/b_table_add.png diff --git a/public/themes/pmahomme/img/sprite/b_table_add.svg b/public/themes/pmahomme/img/sprite/b_table_add.svg new file mode 100644 index 0000000000..ebafa23b81 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_table_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_tblanalyse.png b/public/themes/pmahomme/img/sprite/b_tblanalyse.png similarity index 100% rename from public/themes/pmahomme/img/b_tblanalyse.png rename to public/themes/pmahomme/img/sprite/b_tblanalyse.png diff --git a/public/themes/pmahomme/img/sprite/b_tblanalyse.svg b/public/themes/pmahomme/img/sprite/b_tblanalyse.svg new file mode 100644 index 0000000000..8e945d69b4 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_tblanalyse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_tblexport.png b/public/themes/pmahomme/img/sprite/b_tblexport.png similarity index 100% rename from public/themes/pmahomme/img/b_tblexport.png rename to public/themes/pmahomme/img/sprite/b_tblexport.png diff --git a/public/themes/pmahomme/img/sprite/b_tblexport.svg b/public/themes/pmahomme/img/sprite/b_tblexport.svg new file mode 100644 index 0000000000..79a4b90797 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_tblexport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_tblimport.png b/public/themes/pmahomme/img/sprite/b_tblimport.png similarity index 100% rename from public/themes/pmahomme/img/b_tblimport.png rename to public/themes/pmahomme/img/sprite/b_tblimport.png diff --git a/public/themes/pmahomme/img/sprite/b_tblimport.svg b/public/themes/pmahomme/img/sprite/b_tblimport.svg new file mode 100644 index 0000000000..a7f6ed5347 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_tblimport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_tblops.png b/public/themes/pmahomme/img/sprite/b_tblops.png similarity index 100% rename from public/themes/pmahomme/img/b_tblops.png rename to public/themes/pmahomme/img/sprite/b_tblops.png diff --git a/public/themes/pmahomme/img/sprite/b_tblops.svg b/public/themes/pmahomme/img/sprite/b_tblops.svg new file mode 100644 index 0000000000..48b9ce66ec --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_tblops.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_tbloptimize.png b/public/themes/pmahomme/img/sprite/b_tbloptimize.png similarity index 100% rename from public/themes/pmahomme/img/b_tbloptimize.png rename to public/themes/pmahomme/img/sprite/b_tbloptimize.png diff --git a/public/themes/pmahomme/img/sprite/b_tbloptimize.svg b/public/themes/pmahomme/img/sprite/b_tbloptimize.svg new file mode 100644 index 0000000000..d3af55e1f8 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_tbloptimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_tipp.png b/public/themes/pmahomme/img/sprite/b_tipp.png similarity index 100% rename from public/themes/pmahomme/img/b_tipp.png rename to public/themes/pmahomme/img/sprite/b_tipp.png diff --git a/public/themes/pmahomme/img/sprite/b_tipp.svg b/public/themes/pmahomme/img/sprite/b_tipp.svg new file mode 100644 index 0000000000..50e3461e70 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_tipp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_trigger_add.png b/public/themes/pmahomme/img/sprite/b_trigger_add.png similarity index 100% rename from public/themes/pmahomme/img/b_trigger_add.png rename to public/themes/pmahomme/img/sprite/b_trigger_add.png diff --git a/public/themes/pmahomme/img/sprite/b_trigger_add.svg b/public/themes/pmahomme/img/sprite/b_trigger_add.svg new file mode 100644 index 0000000000..8fcec35d51 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_trigger_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_triggers.png b/public/themes/pmahomme/img/sprite/b_triggers.png similarity index 100% rename from public/themes/pmahomme/img/b_triggers.png rename to public/themes/pmahomme/img/sprite/b_triggers.png diff --git a/public/themes/pmahomme/img/sprite/b_triggers.svg b/public/themes/pmahomme/img/sprite/b_triggers.svg new file mode 100644 index 0000000000..95e820e314 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_triggers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/b_undo.png b/public/themes/pmahomme/img/sprite/b_undo.png new file mode 100644 index 0000000000..fef0fa4efe Binary files /dev/null and b/public/themes/pmahomme/img/sprite/b_undo.png differ diff --git a/public/themes/pmahomme/img/sprite/b_undo.svg b/public/themes/pmahomme/img/sprite/b_undo.svg new file mode 100644 index 0000000000..10ebd6f974 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_unique.png b/public/themes/pmahomme/img/sprite/b_unique.png similarity index 100% rename from public/themes/pmahomme/img/b_unique.png rename to public/themes/pmahomme/img/sprite/b_unique.png diff --git a/public/themes/pmahomme/img/sprite/b_unique.svg b/public/themes/pmahomme/img/sprite/b_unique.svg new file mode 100644 index 0000000000..39a9b28d55 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_unique.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_usradd.png b/public/themes/pmahomme/img/sprite/b_usradd.png similarity index 100% rename from public/themes/pmahomme/img/b_usradd.png rename to public/themes/pmahomme/img/sprite/b_usradd.png diff --git a/public/themes/pmahomme/img/sprite/b_usradd.svg b/public/themes/pmahomme/img/sprite/b_usradd.svg new file mode 100644 index 0000000000..cbcd1f13b7 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_usradd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_usrcheck.png b/public/themes/pmahomme/img/sprite/b_usrcheck.png similarity index 100% rename from public/themes/pmahomme/img/b_usrcheck.png rename to public/themes/pmahomme/img/sprite/b_usrcheck.png diff --git a/public/themes/pmahomme/img/sprite/b_usrcheck.svg b/public/themes/pmahomme/img/sprite/b_usrcheck.svg new file mode 100644 index 0000000000..409de881f6 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_usrcheck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_usrdrop.png b/public/themes/pmahomme/img/sprite/b_usrdrop.png similarity index 100% rename from public/themes/pmahomme/img/b_usrdrop.png rename to public/themes/pmahomme/img/sprite/b_usrdrop.png diff --git a/public/themes/pmahomme/img/sprite/b_usrdrop.svg b/public/themes/pmahomme/img/sprite/b_usrdrop.svg new file mode 100644 index 0000000000..09b29d968e --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_usrdrop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_usredit.png b/public/themes/pmahomme/img/sprite/b_usredit.png similarity index 100% rename from public/themes/pmahomme/img/b_usredit.png rename to public/themes/pmahomme/img/sprite/b_usredit.png diff --git a/public/themes/pmahomme/img/sprite/b_usredit.svg b/public/themes/pmahomme/img/sprite/b_usredit.svg new file mode 100644 index 0000000000..e1778accf7 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_usredit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_usrlist.png b/public/themes/pmahomme/img/sprite/b_usrlist.png similarity index 100% rename from public/themes/pmahomme/img/b_usrlist.png rename to public/themes/pmahomme/img/sprite/b_usrlist.png diff --git a/public/themes/pmahomme/img/sprite/b_usrlist.svg b/public/themes/pmahomme/img/sprite/b_usrlist.svg new file mode 100644 index 0000000000..f8f2ad4863 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_usrlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_versions.png b/public/themes/pmahomme/img/sprite/b_versions.png similarity index 100% rename from public/themes/pmahomme/img/b_versions.png rename to public/themes/pmahomme/img/sprite/b_versions.png diff --git a/public/themes/pmahomme/img/sprite/b_versions.svg b/public/themes/pmahomme/img/sprite/b_versions.svg new file mode 100644 index 0000000000..97ea596b82 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_versions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_view.png b/public/themes/pmahomme/img/sprite/b_view.png similarity index 100% rename from public/themes/pmahomme/img/b_view.png rename to public/themes/pmahomme/img/sprite/b_view.png diff --git a/public/themes/pmahomme/img/sprite/b_view.svg b/public/themes/pmahomme/img/sprite/b_view.svg new file mode 100644 index 0000000000..ee48c77e3b --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_view_add.png b/public/themes/pmahomme/img/sprite/b_view_add.png similarity index 100% rename from public/themes/pmahomme/img/b_view_add.png rename to public/themes/pmahomme/img/sprite/b_view_add.png diff --git a/public/themes/pmahomme/img/sprite/b_view_add.svg b/public/themes/pmahomme/img/sprite/b_view_add.svg new file mode 100644 index 0000000000..d9f05392cb --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_view_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/b_views.png b/public/themes/pmahomme/img/sprite/b_views.png similarity index 100% rename from public/themes/pmahomme/img/b_views.png rename to public/themes/pmahomme/img/sprite/b_views.png diff --git a/public/themes/pmahomme/img/sprite/b_views.svg b/public/themes/pmahomme/img/sprite/b_views.svg new file mode 100644 index 0000000000..2bb4fb99af --- /dev/null +++ b/public/themes/pmahomme/img/sprite/b_views.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_browse.png b/public/themes/pmahomme/img/sprite/bd_browse.png similarity index 100% rename from public/themes/pmahomme/img/bd_browse.png rename to public/themes/pmahomme/img/sprite/bd_browse.png diff --git a/public/themes/pmahomme/img/sprite/bd_browse.svg b/public/themes/pmahomme/img/sprite/bd_browse.svg new file mode 100644 index 0000000000..a52cbda542 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_browse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_deltbl.png b/public/themes/pmahomme/img/sprite/bd_deltbl.png similarity index 100% rename from public/themes/pmahomme/img/bd_deltbl.png rename to public/themes/pmahomme/img/sprite/bd_deltbl.png diff --git a/public/themes/pmahomme/img/sprite/bd_deltbl.svg b/public/themes/pmahomme/img/sprite/bd_deltbl.svg new file mode 100644 index 0000000000..c8ab6fffe2 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_deltbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_drop.png b/public/themes/pmahomme/img/sprite/bd_drop.png similarity index 100% rename from public/themes/pmahomme/img/bd_drop.png rename to public/themes/pmahomme/img/sprite/bd_drop.png diff --git a/public/themes/pmahomme/img/sprite/bd_drop.svg b/public/themes/pmahomme/img/sprite/bd_drop.svg new file mode 100644 index 0000000000..65afaf841f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_edit.png b/public/themes/pmahomme/img/sprite/bd_edit.png similarity index 100% rename from public/themes/pmahomme/img/bd_edit.png rename to public/themes/pmahomme/img/sprite/bd_edit.png diff --git a/public/themes/pmahomme/img/sprite/bd_edit.svg b/public/themes/pmahomme/img/sprite/bd_edit.svg new file mode 100644 index 0000000000..96d9d40efc --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_empty.png b/public/themes/pmahomme/img/sprite/bd_empty.png similarity index 100% rename from public/themes/pmahomme/img/bd_empty.png rename to public/themes/pmahomme/img/sprite/bd_empty.png diff --git a/public/themes/pmahomme/img/sprite/bd_empty.svg b/public/themes/pmahomme/img/sprite/bd_empty.svg new file mode 100644 index 0000000000..5373b10a9f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_export.png b/public/themes/pmahomme/img/sprite/bd_export.png similarity index 100% rename from public/themes/pmahomme/img/bd_export.png rename to public/themes/pmahomme/img/sprite/bd_export.png diff --git a/public/themes/pmahomme/img/sprite/bd_export.svg b/public/themes/pmahomme/img/sprite/bd_export.svg new file mode 100644 index 0000000000..636c8511ec --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/bd_firstpage.png b/public/themes/pmahomme/img/sprite/bd_firstpage.png new file mode 100644 index 0000000000..9abaad5f99 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/bd_firstpage.png differ diff --git a/public/themes/pmahomme/img/sprite/bd_firstpage.svg b/public/themes/pmahomme/img/sprite/bd_firstpage.svg new file mode 100644 index 0000000000..22bd6f5587 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_firstpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_ftext.png b/public/themes/pmahomme/img/sprite/bd_ftext.png similarity index 100% rename from public/themes/pmahomme/img/bd_ftext.png rename to public/themes/pmahomme/img/sprite/bd_ftext.png diff --git a/public/themes/pmahomme/img/sprite/bd_ftext.svg b/public/themes/pmahomme/img/sprite/bd_ftext.svg new file mode 100644 index 0000000000..c6858b3a84 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_ftext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_index.png b/public/themes/pmahomme/img/sprite/bd_index.png similarity index 100% rename from public/themes/pmahomme/img/bd_index.png rename to public/themes/pmahomme/img/sprite/bd_index.png diff --git a/public/themes/pmahomme/img/sprite/bd_index.svg b/public/themes/pmahomme/img/sprite/bd_index.svg new file mode 100644 index 0000000000..d4f7b70e09 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_index.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_insrow.png b/public/themes/pmahomme/img/sprite/bd_insrow.png similarity index 100% rename from public/themes/pmahomme/img/bd_insrow.png rename to public/themes/pmahomme/img/sprite/bd_insrow.png diff --git a/public/themes/pmahomme/img/sprite/bd_insrow.svg b/public/themes/pmahomme/img/sprite/bd_insrow.svg new file mode 100644 index 0000000000..bc43e2c1fa --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_insrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/bd_lastpage.png b/public/themes/pmahomme/img/sprite/bd_lastpage.png new file mode 100644 index 0000000000..48985174e8 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/bd_lastpage.png differ diff --git a/public/themes/pmahomme/img/sprite/bd_lastpage.svg b/public/themes/pmahomme/img/sprite/bd_lastpage.svg new file mode 100644 index 0000000000..058ac3da3c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_lastpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_nextpage.png b/public/themes/pmahomme/img/sprite/bd_nextpage.png similarity index 100% rename from public/themes/pmahomme/img/bd_nextpage.png rename to public/themes/pmahomme/img/sprite/bd_nextpage.png diff --git a/public/themes/pmahomme/img/sprite/bd_nextpage.svg b/public/themes/pmahomme/img/sprite/bd_nextpage.svg new file mode 100644 index 0000000000..491c047591 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_nextpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/bd_prevpage.png b/public/themes/pmahomme/img/sprite/bd_prevpage.png new file mode 100644 index 0000000000..f1e98321b2 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/bd_prevpage.png differ diff --git a/public/themes/pmahomme/img/sprite/bd_prevpage.svg b/public/themes/pmahomme/img/sprite/bd_prevpage.svg new file mode 100644 index 0000000000..32d1405e8e --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_prevpage.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_primary.png b/public/themes/pmahomme/img/sprite/bd_primary.png similarity index 100% rename from public/themes/pmahomme/img/bd_primary.png rename to public/themes/pmahomme/img/sprite/bd_primary.png diff --git a/public/themes/pmahomme/img/sprite/bd_primary.svg b/public/themes/pmahomme/img/sprite/bd_primary.svg new file mode 100644 index 0000000000..06ea8bc2f8 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_primary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_routine_add.png b/public/themes/pmahomme/img/sprite/bd_routine_add.png similarity index 100% rename from public/themes/pmahomme/img/bd_routine_add.png rename to public/themes/pmahomme/img/sprite/bd_routine_add.png diff --git a/public/themes/pmahomme/img/sprite/bd_routine_add.svg b/public/themes/pmahomme/img/sprite/bd_routine_add.svg new file mode 100644 index 0000000000..e4b8792fce --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_routine_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_sbrowse.png b/public/themes/pmahomme/img/sprite/bd_sbrowse.png similarity index 100% rename from public/themes/pmahomme/img/bd_sbrowse.png rename to public/themes/pmahomme/img/sprite/bd_sbrowse.png diff --git a/public/themes/pmahomme/img/sprite/bd_sbrowse.svg b/public/themes/pmahomme/img/sprite/bd_sbrowse.svg new file mode 100644 index 0000000000..c0330cdc63 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_sbrowse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_select.png b/public/themes/pmahomme/img/sprite/bd_select.png similarity index 100% rename from public/themes/pmahomme/img/bd_select.png rename to public/themes/pmahomme/img/sprite/bd_select.png diff --git a/public/themes/pmahomme/img/sprite/bd_select.svg b/public/themes/pmahomme/img/sprite/bd_select.svg new file mode 100644 index 0000000000..0f1aceb394 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_select.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_spatial.png b/public/themes/pmahomme/img/sprite/bd_spatial.png similarity index 100% rename from public/themes/pmahomme/img/bd_spatial.png rename to public/themes/pmahomme/img/sprite/bd_spatial.png diff --git a/public/themes/pmahomme/img/sprite/bd_spatial.svg b/public/themes/pmahomme/img/sprite/bd_spatial.svg new file mode 100644 index 0000000000..c3d9df0f18 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_spatial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/bd_unique.png b/public/themes/pmahomme/img/sprite/bd_unique.png similarity index 100% rename from public/themes/pmahomme/img/bd_unique.png rename to public/themes/pmahomme/img/sprite/bd_unique.png diff --git a/public/themes/pmahomme/img/sprite/bd_unique.svg b/public/themes/pmahomme/img/sprite/bd_unique.svg new file mode 100644 index 0000000000..243166b02a --- /dev/null +++ b/public/themes/pmahomme/img/sprite/bd_unique.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/centralColumns.png b/public/themes/pmahomme/img/sprite/centralColumns.png similarity index 100% rename from public/themes/pmahomme/img/centralColumns.png rename to public/themes/pmahomme/img/sprite/centralColumns.png diff --git a/public/themes/pmahomme/img/sprite/centralColumns.svg b/public/themes/pmahomme/img/sprite/centralColumns.svg new file mode 100644 index 0000000000..68cf2526e8 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/centralColumns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/centralColumns_add.png b/public/themes/pmahomme/img/sprite/centralColumns_add.png similarity index 100% rename from public/themes/pmahomme/img/centralColumns_add.png rename to public/themes/pmahomme/img/sprite/centralColumns_add.png diff --git a/public/themes/pmahomme/img/sprite/centralColumns_add.svg b/public/themes/pmahomme/img/sprite/centralColumns_add.svg new file mode 100644 index 0000000000..331b0da741 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/centralColumns_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/centralColumns_delete.png b/public/themes/pmahomme/img/sprite/centralColumns_delete.png similarity index 100% rename from public/themes/pmahomme/img/centralColumns_delete.png rename to public/themes/pmahomme/img/sprite/centralColumns_delete.png diff --git a/public/themes/pmahomme/img/sprite/centralColumns_delete.svg b/public/themes/pmahomme/img/sprite/centralColumns_delete.svg new file mode 100644 index 0000000000..023048b17c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/centralColumns_delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/col_drop.png b/public/themes/pmahomme/img/sprite/col_drop.png similarity index 100% rename from public/themes/pmahomme/img/col_drop.png rename to public/themes/pmahomme/img/sprite/col_drop.png diff --git a/public/themes/pmahomme/img/sprite/col_drop.svg b/public/themes/pmahomme/img/sprite/col_drop.svg new file mode 100644 index 0000000000..a515e93259 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/col_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/console.png b/public/themes/pmahomme/img/sprite/console.png similarity index 100% rename from public/themes/pmahomme/img/console.png rename to public/themes/pmahomme/img/sprite/console.png diff --git a/public/themes/pmahomme/img/sprite/console.svg b/public/themes/pmahomme/img/sprite/console.svg new file mode 100644 index 0000000000..8322399c46 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/console.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_db.png b/public/themes/pmahomme/img/sprite/database.png similarity index 100% rename from public/themes/pmahomme/img/s_db.png rename to public/themes/pmahomme/img/sprite/database.png diff --git a/public/themes/pmahomme/img/sprite/database.svg b/public/themes/pmahomme/img/sprite/database.svg new file mode 100644 index 0000000000..600dfe3677 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/db_drop.png b/public/themes/pmahomme/img/sprite/db_drop.png new file mode 100644 index 0000000000..de93628824 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/db_drop.png differ diff --git a/public/themes/pmahomme/img/sprite/db_drop.svg b/public/themes/pmahomme/img/sprite/db_drop.svg new file mode 100644 index 0000000000..2811c8ce04 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/db_drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/eye.png b/public/themes/pmahomme/img/sprite/eye.png similarity index 100% rename from public/themes/pmahomme/img/eye.png rename to public/themes/pmahomme/img/sprite/eye.png diff --git a/public/themes/pmahomme/img/sprite/eye.svg b/public/themes/pmahomme/img/sprite/eye.svg new file mode 100644 index 0000000000..06e81d9aa4 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/eye_grey.png b/public/themes/pmahomme/img/sprite/eye_grey.png similarity index 100% rename from public/themes/pmahomme/img/eye_grey.png rename to public/themes/pmahomme/img/sprite/eye_grey.png diff --git a/public/themes/pmahomme/img/sprite/eye_grey.svg b/public/themes/pmahomme/img/sprite/eye_grey.svg new file mode 100644 index 0000000000..a0f4b87a1c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/eye_grey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/hide.png b/public/themes/pmahomme/img/sprite/hide.png similarity index 100% rename from public/themes/pmahomme/img/hide.png rename to public/themes/pmahomme/img/sprite/hide.png diff --git a/public/themes/pmahomme/img/sprite/hide.svg b/public/themes/pmahomme/img/sprite/hide.svg new file mode 100644 index 0000000000..7385051748 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/item.png b/public/themes/pmahomme/img/sprite/item.png new file mode 100644 index 0000000000..f2c33904b1 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/item.png differ diff --git a/public/themes/pmahomme/img/sprite/item.svg b/public/themes/pmahomme/img/sprite/item.svg new file mode 100644 index 0000000000..0342643015 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/item.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/lightbulb.png b/public/themes/pmahomme/img/sprite/lightbulb.png similarity index 100% rename from public/themes/pmahomme/img/lightbulb.png rename to public/themes/pmahomme/img/sprite/lightbulb.png diff --git a/public/themes/pmahomme/img/sprite/lightbulb.svg b/public/themes/pmahomme/img/sprite/lightbulb.svg new file mode 100644 index 0000000000..5b6219e598 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/lightbulb_off.png b/public/themes/pmahomme/img/sprite/lightbulb_off.png similarity index 100% rename from public/themes/pmahomme/img/lightbulb_off.png rename to public/themes/pmahomme/img/sprite/lightbulb_off.png diff --git a/public/themes/pmahomme/img/sprite/lightbulb_off.svg b/public/themes/pmahomme/img/sprite/lightbulb_off.svg new file mode 100644 index 0000000000..3d7116e063 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/lightbulb_off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/more.png b/public/themes/pmahomme/img/sprite/more.png similarity index 100% rename from public/themes/pmahomme/img/more.png rename to public/themes/pmahomme/img/sprite/more.png diff --git a/public/themes/pmahomme/img/sprite/more.svg b/public/themes/pmahomme/img/sprite/more.svg new file mode 100644 index 0000000000..a7b902e062 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_data.png b/public/themes/pmahomme/img/sprite/new_data.png similarity index 100% rename from public/themes/pmahomme/img/new_data.png rename to public/themes/pmahomme/img/sprite/new_data.png diff --git a/public/themes/pmahomme/img/sprite/new_data.svg b/public/themes/pmahomme/img/sprite/new_data.svg new file mode 100644 index 0000000000..32d4d529ad --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_data_hovered.png b/public/themes/pmahomme/img/sprite/new_data_hovered.png similarity index 100% rename from public/themes/pmahomme/img/new_data_hovered.png rename to public/themes/pmahomme/img/sprite/new_data_hovered.png diff --git a/public/themes/pmahomme/img/sprite/new_data_hovered.svg b/public/themes/pmahomme/img/sprite/new_data_hovered.svg new file mode 100644 index 0000000000..2d5365ec24 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_data_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_data_selected.png b/public/themes/pmahomme/img/sprite/new_data_selected.png similarity index 100% rename from public/themes/pmahomme/img/new_data_selected.png rename to public/themes/pmahomme/img/sprite/new_data_selected.png diff --git a/public/themes/pmahomme/img/sprite/new_data_selected.svg b/public/themes/pmahomme/img/sprite/new_data_selected.svg new file mode 100644 index 0000000000..cfd2563e3c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_data_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_data_selected_hovered.png b/public/themes/pmahomme/img/sprite/new_data_selected_hovered.png similarity index 100% rename from public/themes/pmahomme/img/new_data_selected_hovered.png rename to public/themes/pmahomme/img/sprite/new_data_selected_hovered.png diff --git a/public/themes/pmahomme/img/sprite/new_data_selected_hovered.svg b/public/themes/pmahomme/img/sprite/new_data_selected_hovered.svg new file mode 100644 index 0000000000..ff8a524dd7 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_data_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_struct.png b/public/themes/pmahomme/img/sprite/new_struct.png similarity index 100% rename from public/themes/pmahomme/img/new_struct.png rename to public/themes/pmahomme/img/sprite/new_struct.png diff --git a/public/themes/pmahomme/img/sprite/new_struct.svg b/public/themes/pmahomme/img/sprite/new_struct.svg new file mode 100644 index 0000000000..f080451b8a --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_struct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_struct_hovered.png b/public/themes/pmahomme/img/sprite/new_struct_hovered.png similarity index 100% rename from public/themes/pmahomme/img/new_struct_hovered.png rename to public/themes/pmahomme/img/sprite/new_struct_hovered.png diff --git a/public/themes/pmahomme/img/sprite/new_struct_hovered.svg b/public/themes/pmahomme/img/sprite/new_struct_hovered.svg new file mode 100644 index 0000000000..33c327f5a6 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_struct_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_struct_selected.png b/public/themes/pmahomme/img/sprite/new_struct_selected.png similarity index 100% rename from public/themes/pmahomme/img/new_struct_selected.png rename to public/themes/pmahomme/img/sprite/new_struct_selected.png diff --git a/public/themes/pmahomme/img/sprite/new_struct_selected.svg b/public/themes/pmahomme/img/sprite/new_struct_selected.svg new file mode 100644 index 0000000000..7ce9e02f77 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_struct_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/new_struct_selected_hovered.png b/public/themes/pmahomme/img/sprite/new_struct_selected_hovered.png similarity index 100% rename from public/themes/pmahomme/img/new_struct_selected_hovered.png rename to public/themes/pmahomme/img/sprite/new_struct_selected_hovered.png diff --git a/public/themes/pmahomme/img/sprite/new_struct_selected_hovered.svg b/public/themes/pmahomme/img/sprite/new_struct_selected_hovered.svg new file mode 100644 index 0000000000..71cf86a7fb --- /dev/null +++ b/public/themes/pmahomme/img/sprite/new_struct_selected_hovered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/normalize.png b/public/themes/pmahomme/img/sprite/normalize.png similarity index 100% rename from public/themes/pmahomme/img/normalize.png rename to public/themes/pmahomme/img/sprite/normalize.png diff --git a/public/themes/pmahomme/img/sprite/normalize.svg b/public/themes/pmahomme/img/sprite/normalize.svg new file mode 100644 index 0000000000..96d7c7da53 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/normalize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/pause.png b/public/themes/pmahomme/img/sprite/pause.png similarity index 100% rename from public/themes/pmahomme/img/pause.png rename to public/themes/pmahomme/img/sprite/pause.png diff --git a/public/themes/pmahomme/img/sprite/pause.svg b/public/themes/pmahomme/img/sprite/pause.svg new file mode 100644 index 0000000000..21a01ef988 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/php_sym.png b/public/themes/pmahomme/img/sprite/php_sym.png new file mode 100644 index 0000000000..20b8350fd4 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/php_sym.png differ diff --git a/public/themes/pmahomme/img/sprite/php_sym.svg b/public/themes/pmahomme/img/sprite/php_sym.svg new file mode 100644 index 0000000000..745f036158 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/php_sym.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/play.png b/public/themes/pmahomme/img/sprite/play.png similarity index 100% rename from public/themes/pmahomme/img/play.png rename to public/themes/pmahomme/img/sprite/play.png diff --git a/public/themes/pmahomme/img/sprite/play.svg b/public/themes/pmahomme/img/sprite/play.svg new file mode 100644 index 0000000000..1e5eda9e38 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_asc.png b/public/themes/pmahomme/img/sprite/s_asc.png similarity index 100% rename from public/themes/pmahomme/img/s_asc.png rename to public/themes/pmahomme/img/sprite/s_asc.png diff --git a/public/themes/pmahomme/img/sprite/s_asc.svg b/public/themes/pmahomme/img/sprite/s_asc.svg new file mode 100644 index 0000000000..2d9713107a --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_asc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_asci.png b/public/themes/pmahomme/img/sprite/s_asci.png similarity index 100% rename from public/themes/pmahomme/img/s_asci.png rename to public/themes/pmahomme/img/sprite/s_asci.png diff --git a/public/themes/pmahomme/img/sprite/s_asci.svg b/public/themes/pmahomme/img/sprite/s_asci.svg new file mode 100644 index 0000000000..178bbb52b5 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_asci.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_attention.png b/public/themes/pmahomme/img/sprite/s_attention.png similarity index 100% rename from public/themes/pmahomme/img/s_attention.png rename to public/themes/pmahomme/img/sprite/s_attention.png diff --git a/public/themes/pmahomme/img/sprite/s_attention.svg b/public/themes/pmahomme/img/sprite/s_attention.svg new file mode 100644 index 0000000000..44897cf52e --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_attention.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_cancel.png b/public/themes/pmahomme/img/sprite/s_cancel.png similarity index 100% rename from public/themes/pmahomme/img/s_cancel.png rename to public/themes/pmahomme/img/sprite/s_cancel.png diff --git a/public/themes/pmahomme/img/sprite/s_cancel.svg b/public/themes/pmahomme/img/sprite/s_cancel.svg new file mode 100644 index 0000000000..9dfa50ccb2 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_cancel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/s_cancel2.png b/public/themes/pmahomme/img/sprite/s_cancel2.png new file mode 100644 index 0000000000..dd5dccc792 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/s_cancel2.png differ diff --git a/public/themes/pmahomme/img/sprite/s_cancel2.svg b/public/themes/pmahomme/img/sprite/s_cancel2.svg new file mode 100644 index 0000000000..f5f44720f9 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_cancel2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_cog.png b/public/themes/pmahomme/img/sprite/s_cog.png similarity index 100% rename from public/themes/pmahomme/img/s_cog.png rename to public/themes/pmahomme/img/sprite/s_cog.png diff --git a/public/themes/pmahomme/img/sprite/s_cog.svg b/public/themes/pmahomme/img/sprite/s_cog.svg new file mode 100644 index 0000000000..6d2102689f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_collapseall.png b/public/themes/pmahomme/img/sprite/s_collapseall.png similarity index 100% rename from public/themes/pmahomme/img/s_collapseall.png rename to public/themes/pmahomme/img/sprite/s_collapseall.png diff --git a/public/themes/pmahomme/img/sprite/s_collapseall.svg b/public/themes/pmahomme/img/sprite/s_collapseall.svg new file mode 100644 index 0000000000..44ee374fe8 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_collapseall.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/s_db.png b/public/themes/pmahomme/img/sprite/s_db.png new file mode 100644 index 0000000000..0d0e388fe4 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/s_db.png differ diff --git a/public/themes/pmahomme/img/sprite/s_db.svg b/public/themes/pmahomme/img/sprite/s_db.svg new file mode 100644 index 0000000000..583f30ac57 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_db.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/s_desc.png b/public/themes/pmahomme/img/sprite/s_desc.png new file mode 100644 index 0000000000..51ce21b130 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/s_desc.png differ diff --git a/public/themes/pmahomme/img/sprite/s_desc.svg b/public/themes/pmahomme/img/sprite/s_desc.svg new file mode 100644 index 0000000000..4b1f637603 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_desc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_error.png b/public/themes/pmahomme/img/sprite/s_error.png similarity index 100% rename from public/themes/pmahomme/img/s_error.png rename to public/themes/pmahomme/img/sprite/s_error.png diff --git a/public/themes/pmahomme/img/sprite/s_error.svg b/public/themes/pmahomme/img/sprite/s_error.svg new file mode 100644 index 0000000000..337c7c65a5 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_fulltext.png b/public/themes/pmahomme/img/sprite/s_fulltext.png similarity index 100% rename from public/themes/pmahomme/img/s_fulltext.png rename to public/themes/pmahomme/img/sprite/s_fulltext.png diff --git a/public/themes/pmahomme/img/sprite/s_fulltext.svg b/public/themes/pmahomme/img/sprite/s_fulltext.svg new file mode 100644 index 0000000000..bc02ca66e0 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_fulltext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_host.png b/public/themes/pmahomme/img/sprite/s_host.png similarity index 100% rename from public/themes/pmahomme/img/s_host.png rename to public/themes/pmahomme/img/sprite/s_host.png diff --git a/public/themes/pmahomme/img/sprite/s_host.svg b/public/themes/pmahomme/img/sprite/s_host.svg new file mode 100644 index 0000000000..23008de0ca --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_host.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_info.png b/public/themes/pmahomme/img/sprite/s_info.png similarity index 100% rename from public/themes/pmahomme/img/s_info.png rename to public/themes/pmahomme/img/sprite/s_info.png diff --git a/public/themes/pmahomme/img/sprite/s_info.svg b/public/themes/pmahomme/img/sprite/s_info.svg new file mode 100644 index 0000000000..a176d2ab85 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_lang.png b/public/themes/pmahomme/img/sprite/s_lang.png similarity index 100% rename from public/themes/pmahomme/img/s_lang.png rename to public/themes/pmahomme/img/sprite/s_lang.png diff --git a/public/themes/pmahomme/img/sprite/s_lang.svg b/public/themes/pmahomme/img/sprite/s_lang.svg new file mode 100644 index 0000000000..aa99afc417 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_lang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_link.png b/public/themes/pmahomme/img/sprite/s_link.png similarity index 100% rename from public/themes/pmahomme/img/s_link.png rename to public/themes/pmahomme/img/sprite/s_link.png diff --git a/public/themes/pmahomme/img/sprite/s_link.svg b/public/themes/pmahomme/img/sprite/s_link.svg new file mode 100644 index 0000000000..ee4c1475f9 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_lock.png b/public/themes/pmahomme/img/sprite/s_lock.png similarity index 100% rename from public/themes/pmahomme/img/s_lock.png rename to public/themes/pmahomme/img/sprite/s_lock.png diff --git a/public/themes/pmahomme/img/sprite/s_lock.svg b/public/themes/pmahomme/img/sprite/s_lock.svg new file mode 100644 index 0000000000..c39a460bb2 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_loggoff.png b/public/themes/pmahomme/img/sprite/s_loggoff.png similarity index 100% rename from public/themes/pmahomme/img/s_loggoff.png rename to public/themes/pmahomme/img/sprite/s_loggoff.png diff --git a/public/themes/pmahomme/img/sprite/s_loggoff.svg b/public/themes/pmahomme/img/sprite/s_loggoff.svg new file mode 100644 index 0000000000..fcff99dd5e --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_loggoff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_notice.png b/public/themes/pmahomme/img/sprite/s_notice.png similarity index 100% rename from public/themes/pmahomme/img/s_notice.png rename to public/themes/pmahomme/img/sprite/s_notice.png diff --git a/public/themes/pmahomme/img/sprite/s_notice.svg b/public/themes/pmahomme/img/sprite/s_notice.svg new file mode 100644 index 0000000000..d43b61b27c --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_notice.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_okay.png b/public/themes/pmahomme/img/sprite/s_okay.png similarity index 100% rename from public/themes/pmahomme/img/s_okay.png rename to public/themes/pmahomme/img/sprite/s_okay.png diff --git a/public/themes/pmahomme/img/sprite/s_okay.svg b/public/themes/pmahomme/img/sprite/s_okay.svg new file mode 100644 index 0000000000..318c151dc0 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_okay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_partialtext.png b/public/themes/pmahomme/img/sprite/s_partialtext.png similarity index 100% rename from public/themes/pmahomme/img/s_partialtext.png rename to public/themes/pmahomme/img/sprite/s_partialtext.png diff --git a/public/themes/pmahomme/img/sprite/s_partialtext.svg b/public/themes/pmahomme/img/sprite/s_partialtext.svg new file mode 100644 index 0000000000..0d24cde380 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_partialtext.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_passwd.png b/public/themes/pmahomme/img/sprite/s_passwd.png similarity index 100% rename from public/themes/pmahomme/img/s_passwd.png rename to public/themes/pmahomme/img/sprite/s_passwd.png diff --git a/public/themes/pmahomme/img/sprite/s_passwd.svg b/public/themes/pmahomme/img/sprite/s_passwd.svg new file mode 100644 index 0000000000..964896df15 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_passwd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/s_process.png b/public/themes/pmahomme/img/sprite/s_process.png new file mode 100644 index 0000000000..a9cbc244ae Binary files /dev/null and b/public/themes/pmahomme/img/sprite/s_process.png differ diff --git a/public/themes/pmahomme/img/sprite/s_process.svg b/public/themes/pmahomme/img/sprite/s_process.svg new file mode 100644 index 0000000000..5096458760 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_process.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_really.png b/public/themes/pmahomme/img/sprite/s_really.png similarity index 100% rename from public/themes/pmahomme/img/s_really.png rename to public/themes/pmahomme/img/sprite/s_really.png diff --git a/public/themes/pmahomme/img/sprite/s_really.svg b/public/themes/pmahomme/img/sprite/s_really.svg new file mode 100644 index 0000000000..be8397e878 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_really.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_reload.png b/public/themes/pmahomme/img/sprite/s_reload.png similarity index 100% rename from public/themes/pmahomme/img/s_reload.png rename to public/themes/pmahomme/img/sprite/s_reload.png diff --git a/public/themes/pmahomme/img/sprite/s_reload.svg b/public/themes/pmahomme/img/sprite/s_reload.svg new file mode 100644 index 0000000000..566652faed --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_reload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_replication.png b/public/themes/pmahomme/img/sprite/s_replication.png similarity index 100% rename from public/themes/pmahomme/img/s_replication.png rename to public/themes/pmahomme/img/sprite/s_replication.png diff --git a/public/themes/pmahomme/img/sprite/s_replication.svg b/public/themes/pmahomme/img/sprite/s_replication.svg new file mode 100644 index 0000000000..a65f66beff --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_replication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_rights.png b/public/themes/pmahomme/img/sprite/s_rights.png similarity index 100% rename from public/themes/pmahomme/img/s_rights.png rename to public/themes/pmahomme/img/sprite/s_rights.png diff --git a/public/themes/pmahomme/img/sprite/s_rights.svg b/public/themes/pmahomme/img/sprite/s_rights.svg new file mode 100644 index 0000000000..8c21f2848f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_rights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_sortable.png b/public/themes/pmahomme/img/sprite/s_sortable.png similarity index 100% rename from public/themes/pmahomme/img/s_sortable.png rename to public/themes/pmahomme/img/sprite/s_sortable.png diff --git a/public/themes/pmahomme/img/sprite/s_sortable.svg b/public/themes/pmahomme/img/sprite/s_sortable.svg new file mode 100644 index 0000000000..84a3622139 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_sortable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_status.png b/public/themes/pmahomme/img/sprite/s_status.png similarity index 100% rename from public/themes/pmahomme/img/s_status.png rename to public/themes/pmahomme/img/sprite/s_status.png diff --git a/public/themes/pmahomme/img/sprite/s_status.svg b/public/themes/pmahomme/img/sprite/s_status.svg new file mode 100644 index 0000000000..be3557eb68 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_status.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_success.png b/public/themes/pmahomme/img/sprite/s_success.png similarity index 100% rename from public/themes/pmahomme/img/s_success.png rename to public/themes/pmahomme/img/sprite/s_success.png diff --git a/public/themes/pmahomme/img/sprite/s_success.svg b/public/themes/pmahomme/img/sprite/s_success.svg new file mode 100644 index 0000000000..20d13003cc --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_success.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_sync.png b/public/themes/pmahomme/img/sprite/s_sync.png similarity index 100% rename from public/themes/pmahomme/img/s_sync.png rename to public/themes/pmahomme/img/sprite/s_sync.png diff --git a/public/themes/pmahomme/img/sprite/s_sync.svg b/public/themes/pmahomme/img/sprite/s_sync.svg new file mode 100644 index 0000000000..f68cefe128 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_tbl.png b/public/themes/pmahomme/img/sprite/s_tbl.png similarity index 100% rename from public/themes/pmahomme/img/s_tbl.png rename to public/themes/pmahomme/img/sprite/s_tbl.png diff --git a/public/themes/pmahomme/img/sprite/s_tbl.svg b/public/themes/pmahomme/img/sprite/s_tbl.svg new file mode 100644 index 0000000000..c6f03cc5ae --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_tbl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_theme.png b/public/themes/pmahomme/img/sprite/s_theme.png similarity index 100% rename from public/themes/pmahomme/img/s_theme.png rename to public/themes/pmahomme/img/sprite/s_theme.png diff --git a/public/themes/pmahomme/img/sprite/s_theme.svg b/public/themes/pmahomme/img/sprite/s_theme.svg new file mode 100644 index 0000000000..b637410af1 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_theme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_top.png b/public/themes/pmahomme/img/sprite/s_top.png similarity index 100% rename from public/themes/pmahomme/img/s_top.png rename to public/themes/pmahomme/img/sprite/s_top.png diff --git a/public/themes/pmahomme/img/sprite/s_top.svg b/public/themes/pmahomme/img/sprite/s_top.svg new file mode 100644 index 0000000000..415bce48ed --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_unlink.png b/public/themes/pmahomme/img/sprite/s_unlink.png similarity index 100% rename from public/themes/pmahomme/img/s_unlink.png rename to public/themes/pmahomme/img/sprite/s_unlink.png diff --git a/public/themes/pmahomme/img/sprite/s_unlink.svg b/public/themes/pmahomme/img/sprite/s_unlink.svg new file mode 100644 index 0000000000..50958598f7 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_unlink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/sprite/s_unlock.png b/public/themes/pmahomme/img/sprite/s_unlock.png new file mode 100644 index 0000000000..a471765ff1 Binary files /dev/null and b/public/themes/pmahomme/img/sprite/s_unlock.png differ diff --git a/public/themes/pmahomme/img/sprite/s_unlock.svg b/public/themes/pmahomme/img/sprite/s_unlock.svg new file mode 100644 index 0000000000..dea3db3eef --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_vars.png b/public/themes/pmahomme/img/sprite/s_vars.png similarity index 100% rename from public/themes/pmahomme/img/s_vars.png rename to public/themes/pmahomme/img/sprite/s_vars.png diff --git a/public/themes/pmahomme/img/sprite/s_vars.svg b/public/themes/pmahomme/img/sprite/s_vars.svg new file mode 100644 index 0000000000..a3b2f43f7f --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_vars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/s_views.png b/public/themes/pmahomme/img/sprite/s_views.png similarity index 100% rename from public/themes/pmahomme/img/s_views.png rename to public/themes/pmahomme/img/sprite/s_views.png diff --git a/public/themes/pmahomme/img/sprite/s_views.svg b/public/themes/pmahomme/img/sprite/s_views.svg new file mode 100644 index 0000000000..63e8c765dc --- /dev/null +++ b/public/themes/pmahomme/img/sprite/s_views.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/show.png b/public/themes/pmahomme/img/sprite/show.png similarity index 100% rename from public/themes/pmahomme/img/show.png rename to public/themes/pmahomme/img/sprite/show.png diff --git a/public/themes/pmahomme/img/sprite/show.svg b/public/themes/pmahomme/img/sprite/show.svg new file mode 100644 index 0000000000..06875bc900 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/show.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/img/window-new.png b/public/themes/pmahomme/img/sprite/window-new.png similarity index 100% rename from public/themes/pmahomme/img/window-new.png rename to public/themes/pmahomme/img/sprite/window-new.png diff --git a/public/themes/pmahomme/img/sprite/window-new.svg b/public/themes/pmahomme/img/sprite/window-new.svg new file mode 100644 index 0000000000..2c514b9bd7 --- /dev/null +++ b/public/themes/pmahomme/img/sprite/window-new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/themes/pmahomme/scss/_icons.scss b/public/themes/pmahomme/scss/_icons.scss index 3ee3880be5..7f77ed23fe 100644 --- a/public/themes/pmahomme/scss/_icons.scss +++ b/public/themes/pmahomme/scss/_icons.scss @@ -23,690 +23,25 @@ } } -.ic_asc_order { - background-image: url('../img/asc_order.png'); -} - -.ic_b_bookmark { - background-image: url('../img/b_bookmark.png'); -} - -.ic_b_browse { - background-image: url('../img/b_browse.png'); -} - -.ic_b_calendar { - background-image: url('../img/b_calendar.png'); -} - -.ic_b_chart { - background-image: url('../img/b_chart.png'); -} - -.ic_b_close { - background-image: url('../img/b_close.png'); -} - -.ic_b_column_add { - background-image: url('../img/b_column_add.png'); -} - -.ic_b_comment { - background-image: url('../img/b_comment.png'); -} - -.ic_b_dbstatistics { - background-image: url('../img/b_dbstatistics.png'); -} - -.ic_b_deltbl { - background-image: url('../img/b_deltbl.png'); -} - -.ic_b_docs { - background-image: url('../img/b_docs.png'); -} - -.ic_b_docsql { - background-image: url('../img/b_docsql.png'); -} - -.ic_b_drop { - background-image: url('../img/b_drop.png'); -} - -.ic_b_edit { - background-image: url('../img/b_edit.png'); -} - -.ic_b_empty { - background-image: url('../img/b_empty.png'); -} - -.ic_b_engine { - background-image: url('../img/b_engine.png'); -} - -.ic_b_event_add { - background-image: url('../img/b_event_add.png'); -} - -.ic_b_events { - background-image: url('../img/b_events.png'); -} - -.ic_b_export { - background-image: url('../img/b_export.png'); -} - -.ic_b_favorite { - background-image: url('../img/b_favorite.png'); -} - -.ic_b_find_replace { - background-image: url('../img/b_find_replace.png'); -} - -.ic_b_firstpage { - background-image: url('../img/b_firstpage.png'); -} - -.ic_b_ftext { - background-image: url('../img/b_ftext.png'); -} - -.ic_b_globe { - background-image: url('../img/b_globe.gif'); -} - -.ic_b_group { - background-image: url('../img/b_group.png'); -} - -.ic_b_help { - background-image: url('../img/b_help.png'); -} - -.ic_b_home { - background-image: url('../img/b_home.png'); -} - -.ic_b_import { - background-image: url('../img/b_import.png'); -} - -.ic_b_index { - background-image: url('../img/b_index.png'); -} - -.ic_b_index_add { - background-image: url('../img/b_index_add.png'); -} - -.ic_b_inline_edit { - background-image: url('../img/b_inline_edit.png'); -} - -.ic_b_insrow { - background-image: url('../img/b_insrow.png'); -} - -.ic_b_lastpage { - background-image: url('../img/b_lastpage.png'); -} - -.ic_b_minus { - background-image: url('../img/b_minus.png'); -} - -.ic_b_more { - background-image: url('../img/b_more.png'); -} - -.ic_b_move { - background-image: url('../img/b_move.png'); -} - -.ic_b_newdb { - background-image: url('../img/b_newdb.png'); -} - -.ic_db_drop { - background-image: url('../img/b_deltbl.png'); -} - -.ic_b_newtbl { - background-image: url('../img/b_newtbl.png'); -} - -.ic_b_nextpage { - background-image: url('../img/b_nextpage.png'); -} - -.ic_b_no_favorite { - background-image: url('../img/b_no_favorite.png'); -} - -.ic_b_pdfdoc { - background-image: url('../img/b_pdfdoc.png'); -} - -.ic_b_plugin { - background-image: url('../img/b_plugin.png'); -} - -.ic_b_plus { - background-image: url('../img/b_plus.png'); -} - -.ic_b_prevpage { - background-image: url('../img/b_prevpage.png'); -} - -.ic_b_primary { - background-image: url('../img/b_primary.png'); -} - -.ic_b_print { - background-image: url('../img/b_print.png'); -} - -.ic_b_props { - background-image: url('../img/b_props.png'); -} - -.ic_b_relations { - background-image: url('../img/b_relations.png'); -} - -.ic_b_report { - background-image: url('../img/b_report.png'); -} - -.ic_b_rename { - background-image: url('../img/b_rename.svg'); -} - -.ic_b_routine_add { - background-image: url('../img/b_routine_add.png'); -} - -.ic_b_routines { - background-image: url('../img/b_routines.png'); -} - -.ic_b_save { - background-image: url('../img/b_save.png'); -} - -.ic_b_saveimage { - background-image: url('../img/b_saveimage.png'); -} - -.ic_b_sbrowse { - background-image: url('../img/b_sbrowse.png'); -} - .ic_b_sdb { - background-image: url('../img/b_sdb.png'); width: 10px; height: 10px; } -.ic_b_search { - background-image: url('../img/b_search.png'); -} - -.ic_b_select { - background-image: url('../img/b_select.png'); -} - -.ic_b_snewtbl { - background-image: url('../img/b_snewtbl.png'); -} - -.ic_b_spatial { - background-image: url('../img/b_spatial.png'); -} - -.ic_b_sql { - background-image: url('../img/b_sql.png'); -} - -.ic_b_sqldoc { - background-image: url('../img/b_sqldoc.png'); -} - -.ic_b_sqlhelp { - background-image: url('../img/b_sqlhelp.png'); -} - -.ic_b_table_add { - background-image: url('../img/b_table_add.png'); -} - -.ic_b_tblanalyse { - background-image: url('../img/b_tblanalyse.png'); -} - -.ic_b_tblexport { - background-image: url('../img/b_tblexport.png'); -} - -.ic_b_tblimport { - background-image: url('../img/b_tblimport.png'); -} - -.ic_b_tblops { - background-image: url('../img/b_tblops.png'); -} - -.ic_b_tbloptimize { - background-image: url('../img/b_tbloptimize.png'); -} - -.ic_b_tipp { - background-image: url('../img/b_tipp.png'); -} - -.ic_b_trigger_add { - background-image: url('../img/b_trigger_add.png'); -} - -.ic_b_triggers { - background-image: url('../img/b_triggers.png'); -} - -.ic_b_undo { - background-image: url('../img/b_undo.png'); -} - -.ic_b_unique { - background-image: url('../img/b_unique.png'); -} - -.ic_b_usradd { - background-image: url('../img/b_usradd.png'); -} - -.ic_b_usrcheck { - background-image: url('../img/b_usrcheck.png'); -} - -.ic_b_usrdrop { - background-image: url('../img/b_usrdrop.png'); -} - -.ic_b_usredit { - background-image: url('../img/b_usredit.png'); -} - -.ic_b_usrlist { - background-image: url('../img/b_usrlist.png'); -} - -.ic_b_versions { - background-image: url('../img/b_versions.png'); -} - -.ic_b_view { - background-image: url('../img/b_view.png'); -} - -.ic_b_view_add { - background-image: url('../img/b_view_add.png'); -} - -.ic_b_views { - background-image: url('../img/b_views.png'); -} - -.ic_b_left { - background-image: url('../img/b_left.png'); -} - -.ic_b_right { - background-image: url('../img/b_right.png'); -} - -.ic_bd_browse { - background-image: url('../img/bd_browse.png'); -} - -.ic_bd_deltbl { - background-image: url('../img/bd_deltbl.png'); -} - -.ic_bd_drop { - background-image: url('../img/bd_drop.png'); -} - -.ic_bd_edit { - background-image: url('../img/bd_edit.png'); -} - -.ic_bd_empty { - background-image: url('../img/bd_empty.png'); -} - -.ic_bd_export { - background-image: url('../img/bd_export.png'); -} - -.ic_bd_firstpage { - background-image: url('../img/bd_firstpage.png'); -} - -.ic_bd_ftext { - background-image: url('../img/bd_ftext.png'); -} - -.ic_bd_index { - background-image: url('../img/bd_index.png'); -} - -.ic_bd_insrow { - background-image: url('../img/bd_insrow.png'); -} - -.ic_bd_lastpage { - background-image: url('../img/bd_lastpage.png'); -} - -.ic_bd_nextpage { - background-image: url('../img/bd_nextpage.png'); -} - -.ic_bd_prevpage { - background-image: url('../img/bd_prevpage.png'); -} - -.ic_bd_primary { - background-image: url('../img/bd_primary.png'); -} - -.ic_bd_routine_add { - background-image: url('../img/bd_routine_add.png'); -} - -.ic_bd_sbrowse { - background-image: url('../img/bd_sbrowse.png'); -} - -.ic_bd_select { - background-image: url('../img/bd_select.png'); -} - -.ic_bd_spatial { - background-image: url('../img/bd_spatial.png'); -} - -.ic_bd_unique { - background-image: url('../img/bd_unique.png'); -} - -.ic_centralColumns { - background-image: url('../img/centralColumns.png'); -} - -.ic_centralColumns_add { - background-image: url('../img/centralColumns_add.png'); -} - -.ic_centralColumns_delete { - background-image: url('../img/centralColumns_delete.png'); -} - -.ic_col_drop { - background-image: url('../img/col_drop.png'); -} - -.ic_console { - background-image: url('../img/console.png'); -} - -.ic_database { - background-image: url('../img/database.png'); -} - -.ic_eye { - background-image: url('../img/eye.png'); -} - -.ic_eye_grey { - background-image: url('../img/eye_grey.png'); -} - -.ic_hide { - background-image: url('../img/hide.png'); -} - .ic_item { - background-image: url('../img/item.png'); width: 9px; height: 9px; } -.ic_lightbulb { - background-image: url('../img/lightbulb.png'); -} - -.ic_lightbulb_off { - background-image: url('../img/lightbulb_off.png'); -} - .ic_more { - background-image: url('../img/more.png'); width: 13px; } -.ic_new_data { - background-image: url('../img/new_data.png'); -} - -.ic_new_data_hovered { - background-image: url('../img/new_data_hovered.png'); -} - -.ic_new_data_selected { - background-image: url('../img/new_data_selected.png'); -} - -.ic_new_data_selected_hovered { - background-image: url('../img/new_data_selected_hovered.png'); -} - -.ic_new_struct { - background-image: url('../img/new_struct.png'); -} - -.ic_new_struct_hovered { - background-image: url('../img/new_struct_hovered.png'); -} - -.ic_new_struct_selected { - background-image: url('../img/new_struct_selected.png'); -} - -.ic_new_struct_selected_hovered { - background-image: url('../img/new_struct_selected_hovered.png'); -} - -.ic_normalize { - background-image: url('../img/normalize.png'); -} - -.ic_pause { - background-image: url('../img/pause.png'); -} - -.ic_php_sym { - background-image: url('../img/php_sym.png'); -} - -.ic_play { - background-image: url('../img/play.png'); -} - -.ic_s_asc { - background-image: url('../img/s_asc.png'); -} - -.ic_s_asci { - background-image: url('../img/s_asci.png'); -} - -.ic_s_attention { - background-image: url('../img/s_attention.png'); -} - -.ic_s_cancel { - background-image: url('../img/s_cancel.png'); -} - -.ic_s_cancel2 { - background-image: url('../img/s_cancel2.png'); -} - -.ic_s_cog { - background-image: url('../img/s_cog.png'); -} - .ic_s_collapseall { - background-image: url('../img/s_collapseall.png'); background-position: center; } -.ic_s_db { - background-image: url('../img/s_db.png'); -} - -.ic_s_desc { - background-image: url('../img/s_desc.png'); -} - -.ic_s_error { - background-image: url('../img/s_error.png'); -} - -.ic_s_host { - background-image: url('../img/s_host.png'); -} - -.ic_s_info { - background-image: url('../img/s_info.png'); -} - -.ic_s_lang { - background-image: url('../img/s_lang.png'); -} - -.ic_s_link { - background-image: url('../img/s_link.png'); -} - -.ic_s_lock { - background-image: url('../img/s_lock.png'); -} - -.ic_s_unlock { - background-image: url('../img/lock_open.png'); -} - -.ic_s_loggoff { - background-image: url('../img/s_loggoff.png'); -} - -.ic_s_notice { - background-image: url('../img/s_notice.png'); -} - -.ic_s_okay { - background-image: url('../img/s_okay.png'); -} - -.ic_s_passwd { - background-image: url('../img/s_passwd.png'); -} - -.ic_s_process { - background-image: url('../img/s_process.png'); -} - .ic_s_really { - background-image: url('../img/s_really.png'); width: 11px; height: 11px; } - -.ic_s_reload { - background-image: url('../img/s_reload.png'); -} - -.ic_s_replication { - background-image: url('../img/s_replication.png'); -} - -.ic_s_rights { - background-image: url('../img/s_rights.png'); -} - -.ic_s_sortable { - background-image: url('../img/s_sortable.png'); -} - -.ic_s_status { - background-image: url('../img/s_status.png'); -} - -.ic_s_success { - background-image: url('../img/s_success.png'); -} - -.ic_s_sync { - background-image: url('../img/s_sync.png'); -} - -.ic_s_tbl { - background-image: url('../img/s_tbl.png'); -} - -.ic_s_theme { - background-image: url('../img/s_theme.png'); -} - -.ic_s_top { - background-image: url('../img/s_top.png'); -} - -.ic_s_unlink { - background-image: url('../img/s_unlink.png'); -} - -.ic_s_vars { - background-image: url('../img/s_vars.png'); -} - -.ic_s_views { - background-image: url('../img/s_views.png'); -} - -.ic_show { - background-image: url('../img/show.png'); -} - -.ic_window-new { - background-image: url('../img/window-new.png'); -} - -.ic_ajax_clock_small { - background-image: url('../img/ajax_clock_small.gif'); -} - -.ic_s_partialtext { - background-image: url('../img/s_partialtext.png'); -} - -.ic_s_fulltext { - background-image: url('../img/s_fulltext.png'); -} diff --git a/public/themes/pmahomme/scss/_navigation.scss b/public/themes/pmahomme/scss/_navigation.scss index d5a711a732..83ecb8bee3 100644 --- a/public/themes/pmahomme/scss/_navigation.scss +++ b/public/themes/pmahomme/scss/_navigation.scss @@ -268,7 +268,7 @@ } } - img { + .icon { position: relative; top: -0.6em; left: 0; diff --git a/resources/js/src/modules/navigation.ts b/resources/js/src/modules/navigation.ts index 3431f90e09..a5e363629d 100644 --- a/resources/js/src/modules/navigation.ts +++ b/resources/js/src/modules/navigation.ts @@ -203,7 +203,7 @@ function loadChildNodes (isNode, $expandElem, callback): void { } else { var $throbber = $expandElem.find('img.throbber'); $throbber.hide(); - var $icon = $expandElem.find('img.ic_b_plus'); + var $icon = $expandElem.find('.icon.ic_b_plus'); $icon.show(); ajaxShowMessage(data.error, false); } @@ -246,7 +246,7 @@ function traverseForPaths () { var count = 0; $('#pma_navigation_tree').find('a.expander:visible').each(function () { - if ($(this).find('img').is('.ic_b_minus') && + if ($(this).find('.icon').is('.ic_b_minus') && $(this).closest('li').find('div.list_container .ic_b_minus').length === 0 ) { var pathsNav = $(this).find('span.paths_nav'); @@ -284,7 +284,7 @@ function traverseForPaths () { */ function expandTreeNode ($expandElem, callback = undefined): void { var $children = $expandElem.closest('li').children('div.list_container'); - var $icon = $expandElem.find('img'); + var $icon = $expandElem.find('.icon'); if ($expandElem.hasClass('loaded')) { if ($icon.is('.ic_b_plus')) { $icon.removeClass('ic_b_plus').addClass('ic_b_minus'); @@ -428,7 +428,7 @@ function showCurrent (): void { var $expander = $dbItem.children('div').first().children('a.expander'); // if not loaded or loaded but collapsed if (! $expander.hasClass('loaded') || - $expander.find('img').is('.ic_b_plus') + $expander.find('.icon').is('.ic_b_plus') ) { Navigation.expandTreeNode($expander, function () { handleTableOrDb(table, $dbItem); diff --git a/resources/js/src/modules/navigation/event-loader.ts b/resources/js/src/modules/navigation/event-loader.ts index 6cd4173112..bade124955 100644 --- a/resources/js/src/modules/navigation/event-loader.ts +++ b/resources/js/src/modules/navigation/event-loader.ts @@ -31,7 +31,7 @@ export default function onloadNavigation () { $(document).on('click', '#pma_navigation_tree a.expander', function (event) { event.preventDefault(); event.stopImmediatePropagation(); - var $icon = $(this).find('img'); + var $icon = $(this).find('.icon'); if ($icon.is('.ic_b_plus')) { Navigation.expandTreeNode($(this)); } else { @@ -77,7 +77,7 @@ export default function onloadNavigation () { $(document).on('click', '#pma_navigation_collapse', function (event) { event.preventDefault(); $('#pma_navigation_tree').find('a.expander').each(function () { - var $icon = $(this).find('img'); + var $icon = $(this).find('.icon'); if ($icon.is('.ic_b_minus')) { $(this).trigger('click'); } @@ -91,7 +91,7 @@ export default function onloadNavigation () { $(document).on('mouseenter', '#pma_navigation_sync', function (event) { event.preventDefault(); var synced = $('#pma_navigation_tree').hasClass('synced'); - var $img = $('#pma_navigation_sync').children('img'); + var $img = $('#pma_navigation_sync').children('.icon'); if (synced) { $img.removeClass('ic_s_link').addClass('ic_s_unlink'); } else { @@ -106,7 +106,7 @@ export default function onloadNavigation () { $(document).on('mouseout', '#pma_navigation_sync', function (event) { event.preventDefault(); var synced = $('#pma_navigation_tree').hasClass('synced'); - var $img = $('#pma_navigation_sync').children('img'); + var $img = $('#pma_navigation_sync').children('.icon'); if (synced) { $img.removeClass('ic_s_unlink').addClass('ic_s_link'); } else { diff --git a/resources/templates/database/privileges/index.twig b/resources/templates/database/privileges/index.twig index 51a4c83c4e..2567fe5321 100644 --- a/resources/templates/database/privileges/index.twig +++ b/resources/templates/database/privileges/index.twig @@ -108,7 +108,7 @@
- {{ get_image('select_all_arrow', 'With selected:'|trans, {'dir': text_dir, 'width': '38', 'height': '22'}) }} + {{ 'With selected:'|trans }} {% trans 'With selected:' %} diff --git a/resources/templates/database/structure/check_all_tables.twig b/resources/templates/database/structure/check_all_tables.twig index 2473a43b44..ab3ec79c2c 100644 --- a/resources/templates/database/structure/check_all_tables.twig +++ b/resources/templates/database/structure/check_all_tables.twig @@ -1,5 +1,5 @@
- {{ get_image('select_all_arrow', 'With selected:'|trans, {'dir': text_dir, 'width': '38', 'height': '22'}) }} + {{ 'With selected:'|trans }} {% if overhead_check != '' %} diff --git a/resources/templates/display/results/table.twig b/resources/templates/display/results/table.twig index 72e6a3bf9f..975ea6c4b7 100644 --- a/resources/templates/display/results/table.twig +++ b/resources/templates/display/results/table.twig @@ -311,7 +311,7 @@ {% if has_bulk_links is defined and has_bulk_links %}
- {{ get_image('select_all_arrow', 'With selected:'|trans, {'dir': text_dir, 'width': '38', 'height': '22'}) }} + {{ 'With selected:'|trans }} {% trans 'With selected:' %} diff --git a/resources/templates/select_all.twig b/resources/templates/select_all.twig index 4d1fcd8801..f34f90c298 100644 --- a/resources/templates/select_all.twig +++ b/resources/templates/select_all.twig @@ -1,4 +1,4 @@ -{{ get_image('select_all_arrow', 'With selected:'|trans, {'dir': text_dir, 'width': '38', 'height': '22'}) }} +{{ 'With selected:'|trans }} diff --git a/resources/templates/server/privileges/users_overview.twig b/resources/templates/server/privileges/users_overview.twig index d49da172e2..9d217263e3 100644 --- a/resources/templates/server/privileges/users_overview.twig +++ b/resources/templates/server/privileges/users_overview.twig @@ -116,7 +116,7 @@
- {{ get_image('select_all_arrow', 'With selected:'|trans, {'dir': text_dir, 'width': '38', 'height': '22'}) }} + {{ 'With selected:'|trans }} {% trans 'With selected:' %} diff --git a/resources/templates/table/privileges/index.twig b/resources/templates/table/privileges/index.twig index 2044706b3b..94df0e3c6d 100644 --- a/resources/templates/table/privileges/index.twig +++ b/resources/templates/table/privileges/index.twig @@ -112,7 +112,7 @@
- {{ get_image('select_all_arrow', 'With selected:'|trans, {'dir': text_dir, 'width': '38', 'height': '22'}) }} + {{ 'With selected:'|trans }} {% trans 'With selected:' %} diff --git a/src/Html/Generator.php b/src/Html/Generator.php index dd81ac2bb2..a99f212684 100644 --- a/src/Html/Generator.php +++ b/src/Html/Generator.php @@ -19,6 +19,7 @@ use PhpMyAdmin\SqlParser\Lexer; use PhpMyAdmin\SqlParser\Parser; use PhpMyAdmin\SqlParser\Utils\Error as ParserError; use PhpMyAdmin\Template; +use PhpMyAdmin\Theme\Theme; use PhpMyAdmin\Url; use PhpMyAdmin\Util; use Throwable; @@ -921,8 +922,12 @@ class Generator // override the title attribute $title = $attributes['title'] ?? $alternate; - // generate the IMG tag - $template = '%s'; + /** @var Theme $theme */ + $theme = $GLOBALS['theme']; + + $template = ''; return sprintf($template, $title, $alt, $attributeString); } diff --git a/svg-sprite.json b/svg-sprite.json new file mode 100644 index 0000000000..c8ba01ed10 --- /dev/null +++ b/svg-sprite.json @@ -0,0 +1,49 @@ +{ + "mode": { + "symbol": { + "sprite": "icons.svg" + } + }, + "svg": { + "namespaceClassnames": false, + "xmlDeclaration": false + }, + "shape": { + "transform": [ + { + "svgo": { + "multipass": true, + "js2svg": { + "indent": 2, + "pretty": true + }, + "plugins": [ + { + "name": "preset-default", + "params": { + "overrides": { + "removeUnknownsAndDefaults": { + "keepRoleAttr": true + }, + "removeViewBox": false + } + } + }, + "cleanupListOfValues", + "removeXMLNS", + { + "name": "removeAttrs", + "params": { + "attrs": [ + "clip-rule", + "data-name", + "fill" + ] + } + } + ] + } + } + ] + } +} diff --git a/test/classes/Config/DescriptionTest.php b/test/classes/Config/DescriptionTest.php index e3520fa562..4e3e838796 100644 --- a/test/classes/Config/DescriptionTest.php +++ b/test/classes/Config/DescriptionTest.php @@ -25,6 +25,8 @@ class DescriptionTest extends AbstractTestCase parent::setUp(); parent::setGlobalConfig(); + + $this->setTheme(); } /** diff --git a/test/classes/Config/FormDisplayTemplateTest.php b/test/classes/Config/FormDisplayTemplateTest.php index 945a232f3f..2fb103f4c9 100644 --- a/test/classes/Config/FormDisplayTemplateTest.php +++ b/test/classes/Config/FormDisplayTemplateTest.php @@ -27,6 +27,8 @@ class FormDisplayTemplateTest extends AbstractTestCase $this->config = $this->createConfig(); $this->formDisplayTemplate = new FormDisplayTemplate($this->config); + + $this->setTheme(); } /** @@ -59,7 +61,8 @@ class FormDisplayTemplateTest extends AbstractTestCase $this->assertStringContainsString('assertStringContainsString( - 'Documentation', $result, ); diff --git a/test/classes/Config/ServerConfigChecksTest.php b/test/classes/Config/ServerConfigChecksTest.php index 832f72c545..aa46138828 100644 --- a/test/classes/Config/ServerConfigChecksTest.php +++ b/test/classes/Config/ServerConfigChecksTest.php @@ -30,6 +30,8 @@ class ServerConfigChecksTest extends AbstractTestCase parent::setGlobalConfig(); + $this->setTheme(); + $config = Config::getInstance(); $config->settings['AvailableCharsets'] = []; $config->settings['ServerDefault'] = 0; diff --git a/test/classes/ConfigStorage/UserGroupsTest.php b/test/classes/ConfigStorage/UserGroupsTest.php index 040741f0a1..309ddeeef2 100644 --- a/test/classes/ConfigStorage/UserGroupsTest.php +++ b/test/classes/ConfigStorage/UserGroupsTest.php @@ -38,6 +38,8 @@ class UserGroupsTest extends AbstractTestCase TableName::from('usergroups'), TableName::from('users'), ); + + $this->setTheme(); } /** diff --git a/test/classes/Controllers/AbstractControllerTest.php b/test/classes/Controllers/AbstractControllerTest.php index b74da5bdd6..c9ac567b01 100644 --- a/test/classes/Controllers/AbstractControllerTest.php +++ b/test/classes/Controllers/AbstractControllerTest.php @@ -21,6 +21,8 @@ class AbstractControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + DatabaseInterface::$instance = $this->createDatabaseInterface(); } diff --git a/test/classes/Controllers/CheckRelationsControllerTest.php b/test/classes/Controllers/CheckRelationsControllerTest.php index f14f28642e..ea12c27594 100644 --- a/test/classes/Controllers/CheckRelationsControllerTest.php +++ b/test/classes/Controllers/CheckRelationsControllerTest.php @@ -27,6 +27,8 @@ class CheckRelationsControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; diff --git a/test/classes/Controllers/Database/EventsControllerTest.php b/test/classes/Controllers/Database/EventsControllerTest.php index ddd513ff5e..4917625418 100644 --- a/test/classes/Controllers/Database/EventsControllerTest.php +++ b/test/classes/Controllers/Database/EventsControllerTest.php @@ -19,6 +19,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(Events::class)] final class EventsControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testWithEvents(): void { $GLOBALS['server'] = 2; @@ -69,8 +76,8 @@ final class EventsControllerTest extends AbstractTestCase $expected = <<<'HTML'

- Events Events - Documentation +  Events +

@@ -82,16 +89,16 @@ final class EventsControllerTest extends AbstractTestCase
@@ -101,7 +108,7 @@ final class EventsControllerTest extends AbstractTestCase
@@ -135,16 +142,16 @@ final class EventsControllerTest extends AbstractTestCase - Edit Edit +  Edit - Export Export +  Export - Drop Drop +  Drop @@ -158,7 +165,7 @@ final class EventsControllerTest extends AbstractTestCase
- + @@ -240,14 +247,14 @@ HTML; $expected = <<<'HTML'

- Events Events - Documentation +  Events +

@@ -257,7 +264,7 @@ HTML;
@@ -286,7 +293,7 @@ HTML;
- +
diff --git a/test/classes/Controllers/Database/RoutinesControllerTest.php b/test/classes/Controllers/Database/RoutinesControllerTest.php index 795b0b0c27..ce8e7314df 100644 --- a/test/classes/Controllers/Database/RoutinesControllerTest.php +++ b/test/classes/Controllers/Database/RoutinesControllerTest.php @@ -20,6 +20,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(Routines::class)] final class RoutinesControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testWithRoutines(): void { $GLOBALS['server'] = 2; @@ -118,8 +125,8 @@ final class RoutinesControllerTest extends AbstractTestCase $expected = <<<'HTML'

- Routines Routines - Documentation +  Routines +

@@ -131,23 +138,23 @@ final class RoutinesControllerTest extends AbstractTestCase
- Search +
@@ -157,7 +164,7 @@ final class RoutinesControllerTest extends AbstractTestCase
@@ -185,21 +192,21 @@ final class RoutinesControllerTest extends AbstractTestCase @@ -214,21 +221,21 @@ final class RoutinesControllerTest extends AbstractTestCase @@ -292,14 +299,14 @@ HTML; $expected = <<<'HTML'

- Routines Routines - Documentation +  Routines +

@@ -309,7 +316,7 @@ HTML;
diff --git a/test/classes/Controllers/NavigationControllerTest.php b/test/classes/Controllers/NavigationControllerTest.php index 5d2c98bf7f..7599f96d4b 100644 --- a/test/classes/Controllers/NavigationControllerTest.php +++ b/test/classes/Controllers/NavigationControllerTest.php @@ -26,6 +26,8 @@ class NavigationControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; @@ -150,16 +152,18 @@ class NavigationControllerTest extends AbstractTestCase . ' ' . "\n" - . ' Expand/Collapse' . "\n" + . ' ' + . '' . "\n" . ' ' . "\n" . '
' . "\n" . ' ' . "\n" . '
' . "\n" . ' ' - . 'Database operations' . "\n" + . '' + . '' . "\n" . '
' . "\n" . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" - . ' Expand/Collapse' . "\n" + . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . '
' . "\n" . ' ' - . 'Database operations' . "\n" + . '' . "\n" . '
' . "\n" . "\n" . ' node is removed . ' ' . "\n" . ' ' . "\n" - . ' Expand/Collapse' . "\n" + . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . '
' . "\n" . ' ' - . 'Database operations' . "\n" + . '' . "\n" . '
' . "\n" . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" - . ' ' . "\n"// Icon changes + . ' ' + . '' . "\n"// Icon changes . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . '
' . "\n" . ' ' - . 'Database operations' . "\n" + . '' . "\n" . '
' . "\n" . "\n" . ' ' . "\n" - . ' ' . "\n" + . ' ' + . '' . "\n" . ' ' . "\n" . ' ' . "\n" . '
' . "\n" . ' ' . "\n" . '
' . "\n" - . ' Groups' . "\n" + . ' ' . "\n" . '
' . "\n" . '  air-balloon' . "\n" . ' ' . "\n" diff --git a/test/classes/Controllers/Normalization/AddNewPrimaryControllerTest.php b/test/classes/Controllers/Normalization/AddNewPrimaryControllerTest.php index af77635329..02bc188e32 100644 --- a/test/classes/Controllers/Normalization/AddNewPrimaryControllerTest.php +++ b/test/classes/Controllers/Normalization/AddNewPrimaryControllerTest.php @@ -19,6 +19,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(AddNewPrimaryController::class)] class AddNewPrimaryControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testDefault(): void { Config::getInstance()->selectedServer['DisableIS'] = false; diff --git a/test/classes/Controllers/Normalization/CreateNewColumnControllerTest.php b/test/classes/Controllers/Normalization/CreateNewColumnControllerTest.php index b7fc90be21..bc86cbbe25 100644 --- a/test/classes/Controllers/Normalization/CreateNewColumnControllerTest.php +++ b/test/classes/Controllers/Normalization/CreateNewColumnControllerTest.php @@ -19,6 +19,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(CreateNewColumnController::class)] class CreateNewColumnControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testDefault(): void { Config::getInstance()->selectedServer['DisableIS'] = false; diff --git a/test/classes/Controllers/Normalization/MoveRepeatingGroupTest.php b/test/classes/Controllers/Normalization/MoveRepeatingGroupTest.php index b4afc48e67..941cac93d4 100644 --- a/test/classes/Controllers/Normalization/MoveRepeatingGroupTest.php +++ b/test/classes/Controllers/Normalization/MoveRepeatingGroupTest.php @@ -19,6 +19,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(MoveRepeatingGroup::class)] class MoveRepeatingGroupTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testDefault(): void { $GLOBALS['db'] = 'test_db'; diff --git a/test/classes/Controllers/Server/Databases/CreateControllerTest.php b/test/classes/Controllers/Server/Databases/CreateControllerTest.php index 16fd35c954..d101718c53 100644 --- a/test/classes/Controllers/Server/Databases/CreateControllerTest.php +++ b/test/classes/Controllers/Server/Databases/CreateControllerTest.php @@ -28,6 +28,8 @@ final class CreateControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; diff --git a/test/classes/Controllers/Server/Databases/DestroyControllerTest.php b/test/classes/Controllers/Server/Databases/DestroyControllerTest.php index bc792ded9e..d38fa6eeb3 100644 --- a/test/classes/Controllers/Server/Databases/DestroyControllerTest.php +++ b/test/classes/Controllers/Server/Databases/DestroyControllerTest.php @@ -25,6 +25,8 @@ class DestroyControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + DatabaseInterface::$instance = $this->createDatabaseInterface(); } diff --git a/test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php b/test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php index 738f7128c2..a69615210a 100644 --- a/test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php +++ b/test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php @@ -33,6 +33,8 @@ class AccountLockControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + DatabaseInterface::$instance = $this->createDatabaseInterface(); $GLOBALS['server'] = 1; diff --git a/test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php b/test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php index 46e76b138d..d497f11e9c 100644 --- a/test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php +++ b/test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php @@ -33,6 +33,8 @@ class AccountUnlockControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + DatabaseInterface::$instance = $this->createDatabaseInterface(); $GLOBALS['server'] = 1; diff --git a/test/classes/Controllers/Server/PrivilegesControllerTest.php b/test/classes/Controllers/Server/PrivilegesControllerTest.php index 0e4c25fcd5..ff3e26cf69 100644 --- a/test/classes/Controllers/Server/PrivilegesControllerTest.php +++ b/test/classes/Controllers/Server/PrivilegesControllerTest.php @@ -26,6 +26,8 @@ class PrivilegesControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; diff --git a/test/classes/Controllers/Table/AddFieldControllerTest.php b/test/classes/Controllers/Table/AddFieldControllerTest.php index 67dfe411e6..eba861cc3d 100644 --- a/test/classes/Controllers/Table/AddFieldControllerTest.php +++ b/test/classes/Controllers/Table/AddFieldControllerTest.php @@ -20,6 +20,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(AddFieldController::class)] class AddFieldControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testInvoke(): void { $GLOBALS['db'] = 'test_db'; diff --git a/test/classes/Controllers/Table/ChangeControllerTest.php b/test/classes/Controllers/Table/ChangeControllerTest.php index e65073219b..f0aed5ad5f 100644 --- a/test/classes/Controllers/Table/ChangeControllerTest.php +++ b/test/classes/Controllers/Table/ChangeControllerTest.php @@ -23,6 +23,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(ChangeController::class)] final class ChangeControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testChangeController(): void { $GLOBALS['db'] = 'test_db'; diff --git a/test/classes/Controllers/Table/ChartControllerTest.php b/test/classes/Controllers/Table/ChartControllerTest.php index f1583b5b29..fcc7b7e44b 100644 --- a/test/classes/Controllers/Table/ChartControllerTest.php +++ b/test/classes/Controllers/Table/ChartControllerTest.php @@ -23,6 +23,13 @@ use const MYSQLI_TYPE_LONG; #[CoversClass(ChartController::class)] class ChartControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testChartController(): void { $GLOBALS['db'] = 'test_db'; diff --git a/test/classes/Controllers/Table/CreateControllerTest.php b/test/classes/Controllers/Table/CreateControllerTest.php index 317f33a320..10c502e976 100644 --- a/test/classes/Controllers/Table/CreateControllerTest.php +++ b/test/classes/Controllers/Table/CreateControllerTest.php @@ -21,6 +21,13 @@ use function array_merge; #[CoversClass(CreateController::class)] class CreateControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testCreateController(): void { $GLOBALS['db'] = 'test_db'; diff --git a/test/classes/Controllers/Table/DeleteConfirmControllerTest.php b/test/classes/Controllers/Table/DeleteConfirmControllerTest.php index b1cc3ae286..66de35d853 100644 --- a/test/classes/Controllers/Table/DeleteConfirmControllerTest.php +++ b/test/classes/Controllers/Table/DeleteConfirmControllerTest.php @@ -16,6 +16,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(DeleteConfirmController::class)] class DeleteConfirmControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testDeleteConfirmController(): void { $GLOBALS['db'] = 'test_db'; diff --git a/test/classes/Controllers/Table/DeleteRowsControllerTest.php b/test/classes/Controllers/Table/DeleteRowsControllerTest.php index fb05a4eb21..bee7fcc3f9 100644 --- a/test/classes/Controllers/Table/DeleteRowsControllerTest.php +++ b/test/classes/Controllers/Table/DeleteRowsControllerTest.php @@ -65,7 +65,8 @@ class DeleteRowsControllerTest extends AbstractTestCase $this->assertStringContainsString( '', $actual, diff --git a/test/classes/Controllers/Table/DropColumnControllerTest.php b/test/classes/Controllers/Table/DropColumnControllerTest.php index 3ec99061bf..0494304f3a 100644 --- a/test/classes/Controllers/Table/DropColumnControllerTest.php +++ b/test/classes/Controllers/Table/DropColumnControllerTest.php @@ -22,6 +22,8 @@ class DropColumnControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + DatabaseInterface::$instance = $this->createDatabaseInterface(); } diff --git a/test/classes/Controllers/Table/ExportControllerTest.php b/test/classes/Controllers/Table/ExportControllerTest.php index 62332db0b6..ce7e1329b4 100644 --- a/test/classes/Controllers/Table/ExportControllerTest.php +++ b/test/classes/Controllers/Table/ExportControllerTest.php @@ -27,6 +27,8 @@ class ExportControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + DatabaseInterface::$instance = $this->createDatabaseInterface(); } diff --git a/test/classes/Controllers/Table/GisVisualizationControllerTest.php b/test/classes/Controllers/Table/GisVisualizationControllerTest.php index 6407bf557b..4a29f1350b 100644 --- a/test/classes/Controllers/Table/GisVisualizationControllerTest.php +++ b/test/classes/Controllers/Table/GisVisualizationControllerTest.php @@ -22,6 +22,13 @@ use const MYSQLI_TYPE_VAR_STRING; #[CoversClass(GisVisualizationController::class)] class GisVisualizationControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testGisVisualizationController(): void { $GLOBALS['server'] = 2; diff --git a/test/classes/Controllers/Table/IndexRenameControllerTest.php b/test/classes/Controllers/Table/IndexRenameControllerTest.php index 99090b503a..d020440ba8 100644 --- a/test/classes/Controllers/Table/IndexRenameControllerTest.php +++ b/test/classes/Controllers/Table/IndexRenameControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(IndexRenameController::class)] class IndexRenameControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testIndexRenameController(): void { $GLOBALS['server'] = 2; diff --git a/test/classes/Controllers/Table/OperationsControllerTest.php b/test/classes/Controllers/Table/OperationsControllerTest.php index 015154e45f..a15f1bcdee 100644 --- a/test/classes/Controllers/Table/OperationsControllerTest.php +++ b/test/classes/Controllers/Table/OperationsControllerTest.php @@ -27,6 +27,8 @@ class OperationsControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; diff --git a/test/classes/Controllers/Table/Partition/AnalyzeControllerTest.php b/test/classes/Controllers/Table/Partition/AnalyzeControllerTest.php index ceabf06aef..41b52e80b5 100644 --- a/test/classes/Controllers/Table/Partition/AnalyzeControllerTest.php +++ b/test/classes/Controllers/Table/Partition/AnalyzeControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\DataProvider; #[CoversClass(AnalyzeController::class)] class AnalyzeControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + #[DataProvider('providerForTestInvalidDatabaseAndTable')] public function testInvalidDatabaseAndTable( string|null $partition, diff --git a/test/classes/Controllers/Table/Partition/CheckControllerTest.php b/test/classes/Controllers/Table/Partition/CheckControllerTest.php index 10a5cf4e67..1e098c2eb5 100644 --- a/test/classes/Controllers/Table/Partition/CheckControllerTest.php +++ b/test/classes/Controllers/Table/Partition/CheckControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\DataProvider; #[CoversClass(CheckController::class)] class CheckControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + #[DataProvider('providerForTestInvalidDatabaseAndTable')] public function testInvalidDatabaseAndTable( string|null $partition, diff --git a/test/classes/Controllers/Table/Partition/DropControllerTest.php b/test/classes/Controllers/Table/Partition/DropControllerTest.php index 02187af869..549e24c46d 100644 --- a/test/classes/Controllers/Table/Partition/DropControllerTest.php +++ b/test/classes/Controllers/Table/Partition/DropControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\DataProvider; #[CoversClass(DropController::class)] class DropControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + #[DataProvider('providerForTestInvalidDatabaseAndTable')] public function testInvalidDatabaseAndTable( string|null $partition, diff --git a/test/classes/Controllers/Table/Partition/OptimizeControllerTest.php b/test/classes/Controllers/Table/Partition/OptimizeControllerTest.php index bf226d8685..e6cc0a6104 100644 --- a/test/classes/Controllers/Table/Partition/OptimizeControllerTest.php +++ b/test/classes/Controllers/Table/Partition/OptimizeControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\DataProvider; #[CoversClass(OptimizeController::class)] class OptimizeControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + #[DataProvider('providerForTestInvalidDatabaseAndTable')] public function testInvalidDatabaseAndTable( string|null $partition, diff --git a/test/classes/Controllers/Table/Partition/RebuildControllerTest.php b/test/classes/Controllers/Table/Partition/RebuildControllerTest.php index a259c686cd..de1011e0d3 100644 --- a/test/classes/Controllers/Table/Partition/RebuildControllerTest.php +++ b/test/classes/Controllers/Table/Partition/RebuildControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\DataProvider; #[CoversClass(RebuildController::class)] class RebuildControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + #[DataProvider('providerForTestInvalidDatabaseAndTable')] public function testInvalidDatabaseAndTable( string|null $partition, diff --git a/test/classes/Controllers/Table/Partition/RepairControllerTest.php b/test/classes/Controllers/Table/Partition/RepairControllerTest.php index 6171fbf93f..520da3d1d6 100644 --- a/test/classes/Controllers/Table/Partition/RepairControllerTest.php +++ b/test/classes/Controllers/Table/Partition/RepairControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\DataProvider; #[CoversClass(RepairController::class)] class RepairControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + #[DataProvider('providerForTestInvalidDatabaseAndTable')] public function testInvalidDatabaseAndTable( string|null $partition, diff --git a/test/classes/Controllers/Table/Partition/TruncateControllerTest.php b/test/classes/Controllers/Table/Partition/TruncateControllerTest.php index 4db730c076..0e5719702f 100644 --- a/test/classes/Controllers/Table/Partition/TruncateControllerTest.php +++ b/test/classes/Controllers/Table/Partition/TruncateControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\DataProvider; #[CoversClass(TruncateController::class)] class TruncateControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + #[DataProvider('providerForTestInvalidDatabaseAndTable')] public function testInvalidDatabaseAndTable( string|null $partition, diff --git a/test/classes/Controllers/Table/ReplaceControllerTest.php b/test/classes/Controllers/Table/ReplaceControllerTest.php index 2475215b72..8c6c578c69 100644 --- a/test/classes/Controllers/Table/ReplaceControllerTest.php +++ b/test/classes/Controllers/Table/ReplaceControllerTest.php @@ -41,6 +41,8 @@ class ReplaceControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; @@ -141,10 +143,7 @@ class ReplaceControllerTest extends AbstractTestCase $replaceController($request); $output = $response->getHTMLResult(); $this->dummyDbi->assertAllSelectsConsumed(); - $this->assertStringContainsString( - 'class="icon ic_s_success"> Showing rows 0 - 1 (2 total, Query took', - $output, - ); + $this->assertStringContainsString('#s_success"/> Showing rows 0 - 1 (2 total, Query took', $output); $this->assertStringContainsString('SELECT * FROM `test_tbl`', $output); } diff --git a/test/classes/Controllers/Table/SqlControllerTest.php b/test/classes/Controllers/Table/SqlControllerTest.php index ca261a724a..ad32505bfb 100644 --- a/test/classes/Controllers/Table/SqlControllerTest.php +++ b/test/classes/Controllers/Table/SqlControllerTest.php @@ -33,6 +33,8 @@ class SqlControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; diff --git a/test/classes/Controllers/Table/Structure/ChangeControllerTest.php b/test/classes/Controllers/Table/Structure/ChangeControllerTest.php index 90335da93e..26432ca70b 100644 --- a/test/classes/Controllers/Table/Structure/ChangeControllerTest.php +++ b/test/classes/Controllers/Table/Structure/ChangeControllerTest.php @@ -28,6 +28,8 @@ class ChangeControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; diff --git a/test/classes/Controllers/Table/Structure/SaveControllerTest.php b/test/classes/Controllers/Table/Structure/SaveControllerTest.php index 4e175a512c..d08276c9c0 100644 --- a/test/classes/Controllers/Table/Structure/SaveControllerTest.php +++ b/test/classes/Controllers/Table/Structure/SaveControllerTest.php @@ -23,6 +23,8 @@ class SaveControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + DatabaseInterface::$instance = $this->createDatabaseInterface(); } diff --git a/test/classes/Controllers/Table/StructureControllerTest.php b/test/classes/Controllers/Table/StructureControllerTest.php index d7b8321169..aaa73cbf22 100644 --- a/test/classes/Controllers/Table/StructureControllerTest.php +++ b/test/classes/Controllers/Table/StructureControllerTest.php @@ -33,6 +33,8 @@ class StructureControllerTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $this->dummyDbi = $this->createDbiDummy(); $this->dbi = $this->createDatabaseInterface($this->dummyDbi); DatabaseInterface::$instance = $this->dbi; @@ -150,7 +152,9 @@ class StructureControllerTest extends AbstractTestCase 'displayed_fields' => [ 1 => [ 'text' => 'id', - 'icon' => 'Primary', + 'icon' => '' + . '', ], 2 => ['text' => 'name', 'icon' => ''], 3 => ['text' => 'datetimefield', 'icon' => ''], diff --git a/test/classes/Controllers/Table/ZoomSearchControllerTest.php b/test/classes/Controllers/Table/ZoomSearchControllerTest.php index 2998b68e8c..983235b783 100644 --- a/test/classes/Controllers/Table/ZoomSearchControllerTest.php +++ b/test/classes/Controllers/Table/ZoomSearchControllerTest.php @@ -18,6 +18,13 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(ZoomSearchController::class)] final class ZoomSearchControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testZoomSearchController(): void { $GLOBALS['server'] = 2; diff --git a/test/classes/Controllers/Triggers/IndexControllerTest.php b/test/classes/Controllers/Triggers/IndexControllerTest.php index 8b9198c563..e2771eeec5 100644 --- a/test/classes/Controllers/Triggers/IndexControllerTest.php +++ b/test/classes/Controllers/Triggers/IndexControllerTest.php @@ -22,6 +22,13 @@ use ReflectionClass; #[CoversClass(Triggers::class)] final class IndexControllerTest extends AbstractTestCase { + protected function setUp(): void + { + parent::setUp(); + + $this->setTheme(); + } + public function testWithTriggers(): void { $GLOBALS['server'] = 2; @@ -67,8 +74,8 @@ final class IndexControllerTest extends AbstractTestCase $expected = <<<'HTML'

- Triggers Triggers - Documentation +  Triggers +

@@ -80,16 +87,16 @@ final class IndexControllerTest extends AbstractTestCase
@@ -99,7 +106,7 @@ final class IndexControllerTest extends AbstractTestCase
@@ -135,16 +142,16 @@ final class IndexControllerTest extends AbstractTestCase @@ -203,14 +210,14 @@ HTML; $expected = <<<'HTML'

- Triggers Triggers - Documentation +  Triggers +

@@ -220,7 +227,7 @@ HTML;
diff --git a/test/classes/Database/SearchTest.php b/test/classes/Database/SearchTest.php index d68d462e90..ed1608f767 100644 --- a/test/classes/Database/SearchTest.php +++ b/test/classes/Database/SearchTest.php @@ -25,6 +25,8 @@ class SearchTest extends AbstractTestCase { parent::setUp(); + $this->setTheme(); + $GLOBALS['server'] = 0; $GLOBALS['db'] = 'pma'; $GLOBALS['_POST'] = []; diff --git a/test/classes/Display/ResultsTest.php b/test/classes/Display/ResultsTest.php index ecffe12f34..fe58a19e82 100644 --- a/test/classes/Display/ResultsTest.php +++ b/test/classes/Display/ResultsTest.php @@ -1538,9 +1538,12 @@ class ResultsTest extends AbstractTestCase . '&sql_query=SELECT+COUNT%28%2A%29+AS+%60Rows%60%2C+%60name%60+FROM+%60test_table' . '%60+GROUP+BY+%60name%60++%0AORDER+BY+%60name%60+DESC&sql_signature=' . 'de2cda64ffdeae7d1181feb386c1c47acea4de444235f1cdc29cf4556d4bae4c&session_max_rows=25' - . '&is_browse_distinct=1&server=0&lang=en" class="sortlink">name Ascending Descending 1name ' + . ' 1 Error: Fatal error message! -
- Edit Edit +  Edit - Execute Execute +  Execute - Export Export +  Export - Drop Drop +  Drop
- Edit Edit +  Edit - Execute Execute +  Execute - Export Export +  Export - Drop Drop +  Drop
- Edit Edit +  Edit - Export Export +  Export - Drop Drop +  Drop