Commit
commit 48e6bd317e3f0d05ebf827746c4ac85104433b52 Author: Jan DankertDate: Tue Dec 4 23:11:33 2018 +0100 Fix: Vorschau von Bildern und Texten. modules/cms-core/action/FileAction.class.php | 9 +++------ modules/cms-core/action/ImageAction.class.php | 12 ++++++++++++ modules/cms-core/action/TextAction.class.php | 16 ++++++++++++++-- modules/cms-core/model/File.class.php | 2 +- modules/cms-core/model/Text.class.php | 7 ++++++- .../cms-ui/themes/default/html/views/file/edit.php | 2 +- .../cms-ui/themes/default/html/views/file/info.php | 16 ++++++++-------- .../default/html/views/folder/createtext.php | 12 ++++++------ .../themes/default/html/views/folder/edit.php | 2 +- .../themes/default/html/views/folder/preview.php | 4 ++-- .../default/html/views/image/show.tpl.src.xml | 22 ++++++++++++++++++++-- .../themes/default/html/views/profile/history.php | 10 +++++----- .../themes/default/html/views/text/preview.php | 5 +++++ .../default/html/views/text/preview.tpl.src.xml | 15 +++------------ .../themes/default/html/views/text/value.php | 2 +- .../cms-ui/themes/default/html/views/url/info.php | 8 ++++---- 16 files changed, 92 insertions(+), 52 deletions(-)