Commit
commit 640cb17120ca9bcbd5e48a7f542eed39b1c7aec9 Author: Jan DankertDate: Sun Dec 2 01:48:59 2018 +0100 Neu: Einbau der Fonts "Oxygen" und "Source code pro" sowie des Icon-Fonts "Marterial Icons". Sieht schon ganz schick aus. modules/cms-core/action/TreeAction.class.php | 2 +- modules/cms-ui/UI.class.php | 2 +- .../themes/default/font/MaterialIcons-Regular.woff | Bin 0 -> 57620 bytes .../default/font/MaterialIcons-Regular.woff2 | Bin 0 -> 44300 bytes .../default/font/oxygen-v7-latin-regular.woff | Bin 0 -> 20376 bytes .../default/font/oxygen-v7-latin-regular.woff2 | Bin 0 -> 16280 bytes .../font/source-code-pro-v8-latin-regular.woff | Bin 0 -> 17252 bytes .../font/source-code-pro-v8-latin-regular.woff2 | Bin 0 -> 13436 bytes .../default/html/views/configuration/show.php | 6 +- .../cms-ui/themes/default/html/views/file/edit.php | 2 +- .../cms-ui/themes/default/html/views/file/info.php | 16 +- .../themes/default/html/views/folder/edit.php | 10 +- .../themes/default/html/views/folder/info.php | 8 +- .../themes/default/html/views/folder/preview.php | 4 +- .../themes/default/html/views/login/license.php | 44 ++--- .../themes/default/html/views/model/edit.php | 4 +- .../themes/default/html/views/modellist/show.php | 18 +-- .../cms-ui/themes/default/html/views/page/edit.php | 2 +- .../cms-ui/themes/default/html/views/page/info.php | 16 +- .../themes/default/html/views/page/preview.php | 4 +- .../themes/default/html/views/project/edit.php | 4 +- .../default/html/views/templatelist/show.php | 12 +- .../themes/default/html/views/title/show.php | 94 +++++------ .../cms-ui/themes/default/html/views/user/edit.php | 34 ++-- .../cms-ui/themes/default/html/views/user/info.php | 14 +- .../themes/default/production/combined.min.css | 2 +- .../themes/default/production/combined.min.js | 14 +- modules/cms-ui/themes/default/script/openrat.js | 2 +- .../cms-ui/themes/default/script/openrat.min.js | 6 +- .../default/script/plugin/jquery-plugin-orTree.js | 6 +- .../script/plugin/jquery-plugin-orTree.min.js | 8 +- .../cms-ui/themes/default/style/openrat-base.css | 7 +- .../cms-ui/themes/default/style/openrat-base.less | 5 +- .../themes/default/style/openrat-base.min.css | 2 +- .../cms-ui/themes/default/style/openrat-header.css | 5 +- .../themes/default/style/openrat-header.less | 4 + .../themes/default/style/openrat-header.min.css | 2 +- modules/cms-ui/themes/default/style/openrat-ui.css | 179 ++++++++++++++++++++- .../cms-ui/themes/default/style/openrat-ui.less | 112 ++++++++++++- .../cms-ui/themes/default/style/openrat-ui.min.css | 2 +- .../themes/default/style/openrat-workbench.css | 3 +- .../themes/default/style/openrat-workbench.less | 1 - .../themes/default/style/openrat-workbench.min.css | 2 +- .../components/html/image/Image.class.php | 40 +++-- 44 files changed, 502 insertions(+), 196 deletions(-)